summaryrefslogtreecommitdiff
path: root/ares/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Check for struct timeval at configuration timeYang Tse2006-10-131-0/+59
* Being unable to link or find out recv() or send() args types is a fatal error.Yang Tse2006-08-041-4/+6
* Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...Yang Tse2006-07-311-0/+15
* First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse2006-07-281-0/+33
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse2006-07-111-0/+51
* Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an...Yang Tse2006-07-071-52/+45
* Substitution of the literal '-' is only done if it's the first or last charac...Yang Tse2006-07-071-1/+1
* Using backslashes and slashes in the strings of the sed 'y' command shall be ...Yang Tse2006-07-071-1/+1
* Fix excessive escaping.Yang Tse2006-07-071-1/+1
* Fix CURL_CHECK_HEADERS_ONCEYang Tse2006-07-071-5/+6
* Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.Yang Tse2006-07-061-10/+14
* Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse2006-07-051-2/+97
* Use a more descriptive var name.Yang Tse2006-07-041-6/+6
* Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse2006-07-041-7/+41
* Find out return types and argument types for functions recv() and send() at c...Yang Tse2006-07-041-0/+192
* Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEIDYang Tse2006-07-031-10/+70
* Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cr...Yang Tse2006-07-021-0/+73
* Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse2006-07-021-2/+0
* Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse2006-07-021-1/+22
* Get qualifier of arg 1 for getnameinfo apart. Take 2.Yang Tse2006-07-011-8/+15
* Get qualifier of arg 1 for getnameinfo apart.Yang Tse2006-06-301-0/+12
* Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFOYang Tse2006-06-301-2/+0
* Bram Matthys brought my attention to a libtool peculiarity where detectingDaniel Stenberg2006-05-101-0/+36
* Alexander Lazic improved the getservbyport_r() configure check.Daniel Stenberg2006-01-091-3/+3
* Checking for function getnameinfo and its arguments is finallyYang Tse2005-12-211-47/+115
* Undefine HAVE_GETNAMEINFO if unable to findYang Tse2005-12-211-1/+1
* Undefine HAVE_GETNAMEINFO if unable to findYang Tse2005-12-211-0/+3
* In CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling a windowsYang Tse2005-12-201-5/+7
* fix ioctlsocket detectionYang Tse2005-12-201-2/+4
* fix closing parenthesesDaniel Stenberg2005-12-201-1/+2
* Fix quotingYang Tse2005-12-201-4/+4
* Use native type SOCKET instead of int when testing functionality of ioctlsock...Yang Tse2005-12-201-1/+1
* OoopsYang Tse2005-12-191-0/+11
* Add checking for type DWORD as argument 4 and 6 of getnameinfoYang Tse2005-12-191-1/+1
* Adjust more windows header includesYang Tse2005-12-191-5/+154
* Fix guard detection of _WIN32_WINNT for MingW in CURL_FUNC_GETNAMEINFO_ARGTYPESYang Tse2005-12-191-1/+1
* Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfoYang Tse2005-12-191-1/+1
* When checking the type of the first argument of getnameinfo do it in theYang Tse2005-12-181-1/+1
* MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= 0...Yang Tse2005-12-181-0/+4
* Check first arg of getnameinfo with and without const qualifier.Yang Tse2005-12-171-6/+3
* Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since...Yang Tse2005-12-171-1/+1
* const qualifier in getnameinfo checkYang Tse2005-12-171-2/+2
* Since there is no proof of the existence of a platform which wouldYang Tse2005-12-161-6/+0
* TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T.Yang Tse2005-12-161-0/+279
* Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ...Dominick Meglio2005-09-181-271/+318
* Use the AC_CHECK_MEMBER() function for check struct members instead ofDaniel Stenberg2005-09-101-20/+0
* William Ahern:Daniel Stenberg2005-06-021-0/+123
* Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio2005-05-161-148/+168
* Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants toDaniel Stenberg2005-03-111-11/+9