aboutsummaryrefslogtreecommitdiff
path: root/ares/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ares/config-win32.h')
-rw-r--r--ares/config-win32.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ares/config-win32.h b/ares/config-win32.h
index 9e8f10c55..2245b0386 100644
--- a/ares/config-win32.h
+++ b/ares/config-win32.h
@@ -76,9 +76,12 @@
/* FUNCTIONS */
/* ---------------------------------------------------------------- */
-/* Define if you have the ioctlsocket function. */
+/* 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 strcasecmp function. */
/* #define HAVE_STRCASECMP 1 */