aboutsummaryrefslogtreecommitdiff
path: root/ares/setup.h
AgeCommit message (Expand)Author
2007-11-08Define WIN32 when build target is Win32 API.Yang Tse
2007-10-24Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse
2007-06-02Brad House fixed VS2005 compiler warnings due to time_t being 64bit.Daniel Stenberg
2007-05-30added ares_process_fd() to allow applications to ask for processing onDaniel Stenberg
2007-01-30Support for OpenWatcom (Win32): It do have getpid(), but noGisle Vanem
2006-10-18Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse
2006-10-18Introduce symbol USE_WINSOCK which will be defined whenYang Tse
2006-08-04Avoid redundant check. configure script takes care of not definingYang Tse
2006-07-28First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse
2006-07-22Added CVS id.Gisle Vanem
2006-07-22Added CVS id.Gisle Vanem
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse
2005-12-20Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence theGisle Vanem
2005-12-17Fix typoYang Tse
2005-12-17Windows related cleanupYang Tse
2005-12-16'Fix' windows buildsYang Tse
2005-11-10Use config-win32.h on Windows. Fixes for djgpp.Gisle Vanem
2005-11-09MSVC fix for 'socklen_t'. Replace <winsock.h> with <winsock2.h> +Gisle Vanem
2005-05-16Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio
2005-04-06moved the *_inet_pton protos to inet_net_pton.h insteadDaniel Stenberg
2005-04-06made the ares_inet_net_pton() proto use size_t size, as the function in theDaniel Stenberg
2005-04-05Provided implementations of inet_net_pton and inet_pton from BIND for systems...Dominick Meglio
2005-03-22Prevent redefinition warning with CURLDEBUG.Gisle Vanem
2005-03-10Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. TheDaniel Stenberg
2004-08-20No <sys/uio.h> on DOS/Win32Gisle Vanem
2004-08-20Changes for Watt-32 on Windows. I've assumed ConfigureGisle Vanem
2004-07-24Gisle Vanem:Daniel Stenberg
2004-07-22- Fixed a few variable return types for some system calls. Made configureDaniel Stenberg