diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-03-08 21:25:35 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-03-08 21:25:35 +0100 |
commit | c55a0809bbb9a00439bbcccab0974d3b7553924f (patch) | |
tree | 4bdeec21ef717444b3dce0b5e5224d12c4092ca8 /lib | |
parent | 4ee2df4b46273419553622bfc0e11d7792929359 (diff) | |
download | curl-c55a0809bbb9a00439bbcccab0974d3b7553924f.tar.gz |
LWIP: don't consider HAVE_ERRNO_H to be winsock
The check for Winsock definition was a bit too broad
Bug: http://curl.haxx.se/mail/lib-2012-03/0046.html
Diffstat (limited to 'lib')
-rw-r--r-- | lib/setup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h index 446c793c0..121943758 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -623,7 +623,6 @@ int netware_init(void); #if defined(__LWIP_OPT_H__) # if defined(SOCKET) || \ defined(USE_WINSOCK) || \ - defined(HAVE_ERRNO_H) || \ defined(HAVE_WINSOCK_H) || \ defined(HAVE_WINSOCK2_H) || \ defined(HAVE_WS2TCPIP_H) |