aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-04 15:32:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-04 15:32:18 +0000
commite40392ac035d2d545027659d5fca8255e586f8cb (patch)
treeeff776e8689ad32450372cca0e54ecac210484b3 /lib/connect.c
parent1eb9fd6c4d93f7adbca00556575751537b4be47a (diff)
Andrés García's patch to prevent warnings while compiling with mingw, mainly
because it is now possible to have both WIN32 and HAVE_CONFIG_H defined.
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/connect.c b/lib/connect.c
index 97d5d34d0..3de043b94 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -68,7 +68,6 @@
#endif
#ifdef WIN32
-#define HAVE_IOCTLSOCKET
#include <windows.h>
#define EINPROGRESS WSAEINPROGRESS
#define EWOULDBLOCK WSAEWOULDBLOCK