aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-09 08:35:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-09 08:35:33 +0000
commitbab9f532f2030cf2e94a5366e732b8b51d52791a (patch)
tree974fbbf11fcee8d745445581e02da795e5df3013 /lib/config-win32.h
parent09cce943cbc6cde366558a55c5c0d2a39fa77370 (diff)
added HAVE_IOCTLSOCKET here
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index d6665896d..771f65d9b 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -217,6 +217,9 @@
/* Define this to if in_addr_t is not an available typedefed type */
#define in_addr_t unsigned long
+/* use ioctlsocket() for non-blocking sockets */
+#define HAVE_IOCTLSOCKET
+
/*************************************************
* This section is for compiler specific defines.*
*************************************************/