summaryrefslogtreecommitdiff
path: root/ares/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS()Yang Tse2007-10-181-2/+2
* Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macrosYang Tse2007-04-031-10/+0
* attempt to keep message length below 80 charsYang Tse2007-03-221-2/+2
* remove code superceeded by the new method used to forceYang Tse2007-03-081-36/+0
* icc 9.0 when compiling its generated code for its own FD_SET,Yang Tse2007-02-151-0/+10
* *) Remove duplicate declaration of TYPE_SOCKADDR_STORAGEYang Tse2007-02-071-66/+81
* Added a check in configure that verifies if <signal.h> is available,Yang Tse2006-11-221-0/+42
* 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