mirror of
https://github.com/curl/curl.git
synced 2026-06-20 23:05:39 +03:00
HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systems
This commit is contained in:
parent
768e3e796e
commit
f48eb36f75
3 changed files with 20 additions and 0 deletions
|
|
@ -75,6 +75,12 @@
|
|||
/* Define if you have the setmode function. */
|
||||
#define HAVE_SETMODE 1
|
||||
|
||||
/* Define if you have the fflush function. */
|
||||
#define HAVE_FFLUSH 1
|
||||
|
||||
/* Define if you have the fsync function. */
|
||||
/* #define HAVE_FSYNC 1 */
|
||||
|
||||
/* Define if you have the ftruncate function. */
|
||||
#define HAVE_FTRUNCATE 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue