From: Daniel Stenberg Date: Sat, 2 Oct 2004 12:58:27 +0000 (+0000) Subject: removed weird preprocessor juggling not needed X-Git-Tag: curl-7_12_2~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b3e3095ead3b496a9f5cad480c529f9d2b3c79d;p=thirdparty%2Fcurl.git removed weird preprocessor juggling not needed --- diff --git a/lib/setup.h b/lib/setup.h index fff6974711..c18fd4a060 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