aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-02 12:58:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-02 12:58:27 +0000
commit6b3e3095ead3b496a9f5cad480c529f9d2b3c79d (patch)
treebb532ee0cc4ca4c685bce216d6f5b5caeedee349 /lib
parentfd2aad1d9b3a2cbb3f9e2c90e7681c2f0516ec01 (diff)
removed weird preprocessor juggling not needed
Diffstat (limited to 'lib')
-rw-r--r--lib/setup.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/setup.h b/lib/setup.h
index fff697471..c18fd4a06 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -270,16 +270,6 @@ typedef int curl_socket_t;
#define IOCTL_3_ARGS
#endif
-#ifndef ECONNRESET
-#ifdef WSAECONNRESET
-#define ECONNRESET WSAECONNRESET
-#else
-/* This will effectively prevent the code from working in this particular
- aspect, but it still compile fine! */
-#define ECONNRESET 10000
-#endif
-#endif
-
#ifdef NETWARE
#undef HAVE_ALARM
#endif