summaryrefslogtreecommitdiff
path: root/ares/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* fix test leftover in previous commitYang Tse2007-03-071-1/+1
* force libtool to build static libraries with PIC on AMD64Yang Tse2007-03-071-0/+20
* Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way thatYang Tse2007-03-071-0/+4
* Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug).Dan Fandrich2007-03-061-4/+0
* skip libtool C++ and Fortran linker checksYang Tse2007-03-061-1/+7
* skip libtool C++ and Fortran checksYang Tse2007-03-061-1/+7
* include <sys/types.h> when checking availability of the bool typeYang Tse2007-02-221-0/+3
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-221-0/+12
* avoid using funtion isblank() and just use our ISBLANKYang Tse2007-02-141-1/+0
* check for isblank() at configuration stage. If not availableYang Tse2007-02-131-0/+1
* use macro AC_AIX to define `_ALL_SOURCE', if on AIX.Yang Tse2007-02-081-0/+1
* use same AIX XLC compiler options as curl'sYang Tse2007-02-071-0/+78
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-251-0/+2
* Added a check in configure that verifies if <signal.h> is available,Yang Tse2006-11-221-0/+2
* Check for struct timeval at configuration timeYang Tse2006-10-131-0/+1
* Check for network libraries the _same_ way it is done in cURL.Yang Tse2006-08-061-0/+16
* Check for network libraries the same way it is done in cURL.Yang Tse2006-08-051-15/+108
* MinGW/MSYS needs lib ws2_32 for proper operation of configure script.Yang Tse2006-08-031-0/+12
* First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse2006-07-281-0/+2
* Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse2006-07-111-0/+2
* Find out return types and argument types for functions recv() and send() at c...Yang Tse2006-07-041-0/+3
* Copied the NO_UNDEFINED magic from libcurl to make this build fine again withDaniel Stenberg2006-05-241-0/+12
* Bram Matthys brought my attention to a libtool peculiarity where detectingDaniel Stenberg2006-05-101-3/+7
* moved the curl_off_t check to within the --enable-debug block where it belong...Daniel Stenberg2006-05-031-4/+9
* 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