fd0d560b | 20-Dec-2005 |
Yang Tse |
Fix quoting |
cc542269 | 20-Dec-2005 |
Yang Tse |
Give third argument to AC_DEFINE_UNQUOTED |
7b488a3b | 20-Dec-2005 |
Yang Tse |
Use native type SOCKET instead of int when testing functionality of ioctlsocket on Windows |
f4481685 | 19-Dec-2005 |
Yang Tse |
Ooops |
80a8fb98 | 19-Dec-2005 |
Dan Fandrich |
Fixed compiler warning on libc5. |
898bb397 | 19-Dec-2005 |
Yang Tse |
Add checking for type DWORD as argument 4 and 6 of getnameinfo |
74ed5b5e | 19-Dec-2005 |
Yang Tse |
Adjust more windows header includes |
178afd81 | 19-Dec-2005 |
Dan Fandrich |
Fixed lcc compiler warnings. |
d6eb1a7b | 19-Dec-2005 |
Yang Tse |
Fix guard detection of _WIN32_WINNT for MingW in CURL_FUNC_GETNAMEINFO_ARGTYPES |
4ff56b15 | 19-Dec-2005 |
Yang Tse |
Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfo |
e6b98d31 | 19-Dec-2005 |
Yang Tse |
Undo previous change. This header file belongs to the public interface and the change could break the compilation of thrid party apps which link against this library. |
5fd8dd2d | 18-Dec-2005 |
Yang Tse |
When checking the type of the first argument of getnameinfo do it in the following order: 'struct sockaddr *' 'const struct sockaddr *' 'void *'. |
0ad3e046 | 18-Dec-2005 |
Yang Tse |
Fix spacing. When defining, define to 1. |
d6c5d24a | 18-Dec-2005 |
Yang Tse |
Cleanup windows header includes. Where aplicable, inclusion of windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h |
8a3280a2 | 18-Dec-2005 |
Yang Tse |
MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= 0x0501 |
450a0a64 | 18-Dec-2005 |
Yang Tse |
Fix Msys/Mingw not detecting getnameinfo() with AC_CHECK_FUNCS |
676c0cf1 | 18-Dec-2005 |
Yang Tse |
Make it compatible with vc60 and vc71 |
a7313193 | 17-Dec-2005 |
Yang Tse |
Fix typo |
81b06a09 | 17-Dec-2005 |
Yang Tse |
Fix compiler warning |
23b34744 | 17-Dec-2005 |
Yang Tse |
Cleanup |
bc8590aa | 17-Dec-2005 |
Yang Tse |
Windows related cleanup |
939d368d | 17-Dec-2005 |
Yang Tse |
Check first arg of getnameinfo with and without const qualifier. |
336e3b8b | 17-Dec-2005 |
Yang Tse |
Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_H |
47c06fa3 | 17-Dec-2005 |
Yang Tse |
Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since at this point nothing depends on it. |
b7f447f8 | 17-Dec-2005 |
Yang Tse |
const qualifier in getnameinfo check |