From f48eb36f758ca4d92bc45c0a9255d9becc3fe320 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 21 Apr 2008 19:17:42 +0000 Subject: HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systems --- src/config-win32.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') 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 -- cgit v1.2.3