summaryrefslogtreecommitdiff
path: root/ares/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Checking for function getnameinfo and its arguments is finallyYang Tse2005-12-211-50/+6
* Make sure we're using 'c-ares' sources and not 'ares' ones.Yang Tse2005-12-211-0/+2
* Fix, header checks must be done before using its results.Yang Tse2005-12-201-1/+1
* use AC_PROG_LIBTOOL after AC_DISABLE_SHAREDDaniel Stenberg2005-12-201-3/+3
* Adjust more windows header includesYang Tse2005-12-191-45/+163
* Fix Msys/Mingw not detecting getnameinfo() with AC_CHECK_FUNCSYang Tse2005-12-181-0/+29
* TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T.Yang Tse2005-12-161-16/+41
* check for and use winsock2.h instead of winsock.h and I fixed a typo in theDaniel Stenberg2005-11-161-21/+21
* include ws2tcpip.h in an attempt to detect some of the ipv6 structs betterDaniel Stenberg2005-11-151-0/+13
* Detect big/little endian in the configure script and adjust the ares_dns.hDaniel Stenberg2005-11-141-0/+6
* simplified the sin6_scope_id test and removed some left-overs from the previousDaniel Stenberg2005-09-211-4/+1
* fixed the check for the addrinfo structDaniel Stenberg2005-09-211-4/+11
* Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ...Dominick Meglio2005-09-181-352/+355
* Use the AC_CHECK_MEMBER() function for check struct members instead ofDaniel Stenberg2005-09-101-3/+4
* Added some checks for the addrinfo structure.Dominick Meglio2005-06-191-0/+17
* FIONBIO is in sys/ioctl.h on AIXDaniel Stenberg2005-06-031-0/+1
* William Ahern:Daniel Stenberg2005-06-021-0/+1
* Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio2005-05-161-274/+332
* replaced the CRLF newlines with plain LF onesDaniel Stenberg2005-05-141-274/+274
* Added an inet_ntop function from BIND for systems that do not have itDominick Meglio2005-05-141-238/+274
* Added preliminary IPv6 support to ares_gethostbynameDominick Meglio2005-04-081-0/+2
* include sys/types.h too when checking for headers as otherwise this breaksDaniel Stenberg2005-04-081-0/+3
* Try harder to see if arpa/nameser_compat.h REALLY is a good header file toDaniel Stenberg2005-04-071-1/+9
* check for struct sizes and use those sizes if the NS_* defines are lackingDaniel Stenberg2005-04-061-0/+34
* check for another arpa headerDaniel Stenberg2005-04-051-1/+2
* check for the arpa/* headersDaniel Stenberg2005-04-051-0/+2
* Provided implementations of inet_net_pton and inet_pton from BIND for systems...Dominick Meglio2005-04-051-0/+65
* attempt to fix the ares link breakage with --enable-debug in libcurl and hereDaniel Stenberg2005-03-201-0/+4
* Check for winsock.h to work with win32. Only include system headers we knowDaniel Stenberg2005-03-111-7/+32
* Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. TheDaniel Stenberg2005-03-101-0/+28
* fix the -I path to the proper include dir when --enable-debug is usedDaniel Stenberg2004-11-111-1/+1
* --enable-debug now makes the lib built static only since otherwise weDaniel Stenberg2004-07-241-8/+11
* - Fixed a few variable return types for some system calls. Made configureDaniel Stenberg2004-07-221-3/+10
* added the better debug option logic from curl by adding acinclude.m4 to theDaniel Stenberg2004-02-251-24/+11
* check for a few basic header filesDaniel Stenberg2004-02-231-0/+8
* this code uses no long long, so we can have warnings about themDaniel Stenberg2004-02-221-1/+1
* check for standard headers when --enable-debug is usedDaniel Stenberg2004-02-191-0/+3
* I removed the socklen_t requirement from memdebug.h, so we don't need toDaniel Stenberg2004-02-181-48/+0
* The --enable-debug option really requires this to be built as part of curl.Daniel Stenberg2004-02-181-2/+52
* don't assume we can use gcc 2.96+ optionsDaniel Stenberg2004-02-151-1/+3
* we use the more aggressive compiler warningsDaniel Stenberg2004-02-041-4/+1
* use configure.ac instead of configure.inDaniel Stenberg2004-02-041-0/+57