aboutsummaryrefslogtreecommitdiff
path: root/src/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config-win32.h')
-rw-r--r--src/config-win32.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/config-win32.h b/src/config-win32.h
index 8b18bd5c0..337d4e798 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -72,15 +72,21 @@
/* FUNCTIONS */
/* ---------------------------------------------------------------- */
-/* Define if you have the setmode function. */
-#define HAVE_SETMODE 1
-
/* Define if you have the ftruncate function. */
#define HAVE_FTRUNCATE 1
+/* Define if you have the ioctlsocket function. */
+#define HAVE_IOCTLSOCKET 1
+
+/* Define if you have a working ioctlsocket FIONBIO function. */
+#define HAVE_IOCTLSOCKET_FIONBIO 1
+
/* Define if you have the setlocale function. */
#define HAVE_SETLOCALE 1
+/* Define if you have the setmode function. */
+#define HAVE_SETMODE 1
+
/* Define if you have the strcasecmp function. */
/* #define HAVE_STRCASECMP 1 */