Skip to content
Snippets Groups Projects
Commit 6b3e3095 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed weird preprocessor juggling not needed

parent fd2aad1d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment