Loading lib/setup.h +0 −10 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib/setup.h +0 −10 Original line number Diff line number Diff line Loading @@ -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 Loading