summaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2006-07-11Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse1-0/+51
2006-07-07Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an...Yang Tse1-52/+45
2006-07-07Substitution of the literal '-' is only done if it's the first or last charac...Yang Tse1-1/+1
2006-07-07Using backslashes and slashes in the strings of the sed 'y' command shall be ...Yang Tse1-1/+1
2006-07-07Fix excessive escaping.Yang Tse1-1/+1
2006-07-07Fix CURL_CHECK_HEADERS_ONCEYang Tse1-5/+6
2006-07-06Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.Yang Tse1-10/+14
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse1-2/+97
2006-07-04Use a more descriptive var name.Yang Tse1-6/+6
2006-07-04Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse1-7/+41
2006-07-04Find out return types and argument types for functions recv() and send() at c...Yang Tse1-0/+192
2006-07-03Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEIDYang Tse1-10/+70
2006-07-02Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cr...Yang Tse1-0/+73
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse1-2/+0
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse1-1/+22
2006-07-01Get qualifier of arg 1 for getnameinfo apart. Take 2.Yang Tse1-8/+15
2006-06-30Get qualifier of arg 1 for getnameinfo apart.Yang Tse1-0/+12
2006-06-30Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFOYang Tse1-2/+0
2006-05-10Bram Matthys brought my attention to a libtool peculiarity where detectingDaniel Stenberg1-0/+36
2006-01-09Alexander Lazic improved the getservbyport_r() configure check.Daniel Stenberg1-3/+3
2005-12-21Checking for function getnameinfo and its arguments is finallyYang Tse1-47/+115
2005-12-21Undefine HAVE_GETNAMEINFO if unable to findYang Tse1-1/+1
2005-12-21Undefine HAVE_GETNAMEINFO if unable to findYang Tse1-0/+3
2005-12-20In CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling a windowsYang Tse1-5/+7
2005-12-20fix ioctlsocket detectionYang Tse1-2/+4
2005-12-20fix closing parenthesesDaniel Stenberg1-1/+2
2005-12-20Fix quotingYang Tse1-4/+4
2005-12-20Use native type SOCKET instead of int when testing functionality of ioctlsock...Yang Tse1-1/+1
2005-12-19OoopsYang Tse1-0/+11
2005-12-19Add checking for type DWORD as argument 4 and 6 of getnameinfoYang Tse1-1/+1
2005-12-19Adjust more windows header includesYang Tse1-5/+154
2005-12-19Fix guard detection of _WIN32_WINNT for MingW in CURL_FUNC_GETNAMEINFO_ARGTYPESYang Tse1-1/+1
2005-12-19Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfoYang Tse1-1/+1
2005-12-18When checking the type of the first argument of getnameinfo do it in theYang Tse1-1/+1
2005-12-18MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= 0...Yang Tse1-0/+4
2005-12-17Check first arg of getnameinfo with and without const qualifier.Yang Tse1-6/+3
2005-12-17Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since...Yang Tse1-1/+1
2005-12-17const qualifier in getnameinfo checkYang Tse1-2/+2
2005-12-16Since there is no proof of the existence of a platform which wouldYang Tse1-6/+0
2005-12-16TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T.Yang Tse1-0/+279
2005-09-18Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ...Dominick Meglio1-271/+318
2005-09-10Use the AC_CHECK_MEMBER() function for check struct members instead ofDaniel Stenberg1-20/+0
2005-06-02William Ahern:Daniel Stenberg1-0/+123
2005-05-16Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio1-148/+168
2005-03-11Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants toDaniel Stenberg1-11/+9
2005-03-10Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. TheDaniel Stenberg1-0/+49
2004-02-27updated the debug option function from curl's acinclude.m4Daniel Stenberg1-8/+9
2004-02-25added the better debug option logic from curl by adding acinclude.m4 to theDaniel Stenberg1-0/+100