From bab9f532f2030cf2e94a5366e732b8b51d52791a Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 9 Mar 2004 08:35:33 +0000
Subject: [PATCH] added HAVE_IOCTLSOCKET here

---
 lib/config-win32.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/config-win32.h b/lib/config-win32.h
index d6665896d0..771f65d9b6 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.*
  *************************************************/
-- 
GitLab