diff options
author | Yang Tse <yangsita@gmail.com> | 2007-10-24 14:39:07 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-10-24 14:39:07 +0000 |
commit | 08c5e2a194876be4db31536ac0211695c12aa266 (patch) | |
tree | 4946697d72b5a80200d2d41c02b84e752cb96799 /lib/config-win32ce.h | |
parent | c67c54d4b3d981bd1763a6f64fe5804c390a74f9 (diff) | |
download | curl-08c5e2a194876be4db31536ac0211695c12aa266.tar.gz |
Windows build targets have socklen_t definition in ws2tcpip.h but some
versions of ws2tcpip.h do not have the definition. It seems that when
the socklen_t definition is missing from ws2tcpip.h the definition for
INET_ADDRSTRLEN is also missing, and that when one definition is present
the other one also is available.
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r-- | lib/config-win32ce.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index e7d157202..4d4016079 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -273,11 +273,6 @@ #define ssize_t int #endif -/* Define to 'int' if socklen_t is not an available 'typedefed' type */ -#ifndef HAVE_WS2TCPIP_H -#define socklen_t int -#endif - /* ---------------------------------------------------------------- */ /* TYPE SIZES */ /* ---------------------------------------------------------------- */ |