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