From 6b3e3095ead3b496a9f5cad480c529f9d2b3c79d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 2 Oct 2004 12:58:27 +0000 Subject: removed weird preprocessor juggling not needed --- lib/setup.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3