mirror of
https://github.com/curl/curl.git
synced 2025-02-05 14:30:10 +08:00
removed weird preprocessor juggling not needed
This commit is contained in:
parent
fd2aad1d9b
commit
6b3e3095ea
10
lib/setup.h
10
lib/setup.h
@ -270,16 +270,6 @@ typedef int curl_socket_t;
|
|||||||
#define IOCTL_3_ARGS
|
#define IOCTL_3_ARGS
|
||||||
#endif
|
#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
|
#ifdef NETWARE
|
||||||
#undef HAVE_ALARM
|
#undef HAVE_ALARM
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user