diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config-win32.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/src/config-win32.h b/src/config-win32.h index 6aaac0032..92be57479 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -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 | 
