aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-04-21 19:17:42 +0000
committerYang Tse <yangsita@gmail.com>2008-04-21 19:17:42 +0000
commitf48eb36f758ca4d92bc45c0a9255d9becc3fe320 (patch)
tree920e66be575599999a31709558d153b2e750c622 /lib/config-win32.h
parent768e3e796e7bbe6e7f2187ba2705907c9386d761 (diff)
HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systems
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 031eda54a..73ac8a08e 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -136,6 +136,12 @@
/* Define if you don't have vprintf but do have _doprnt. */
/* #define HAVE_DOPRNT 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 gethostbyaddr function. */
#define HAVE_GETHOSTBYADDR 1