aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32ce.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r--lib/config-win32ce.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h
index 6c0fb411f..715f1c3e6 100644
--- a/lib/config-win32ce.h
+++ b/lib/config-win32ce.h
@@ -127,6 +127,14 @@
/* Define if you don't have vprintf but do have _doprnt. */
/* #define HAVE_DOPRNT 1 */
+/* Define if you have the fflush function. */
+#if defined(_WIN32_WCE) && (_WIN32_WCE >= 200)
+# define HAVE_FFLUSH 1
+#endif
+
+/* Define if you have the fsync function. */
+/* #define HAVE_FSYNC 1 */
+
/* Define if you have the gethostbyaddr function. */
#define HAVE_GETHOSTBYADDR 1