From 6b3e3095ead3b496a9f5cad480c529f9d2b3c79d Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Sat, 2 Oct 2004 12:58:27 +0000
Subject: [PATCH] removed weird preprocessor juggling not needed

---
 lib/setup.h | 10 ----------
 1 file changed, 10 deletions(-)

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
-- 
GitLab