summaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2008-05-21fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when emptyYang Tse1-3/+1
2008-05-21fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse1-4/+0
2008-05-21fix: socklen_t definition commentYang Tse1-1/+1
2008-05-20update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse1-87/+93
2008-05-20fix underquoting of AC_LANG_PROGRAM argumentsYang Tse1-78/+78
2008-05-20update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse1-82/+118
2008-05-19fix socklen_t equivalent detection when cross compiling Windows targetYang Tse1-13/+24
2008-05-14Improve toolchain detection for WinCE cross compilation:Yang Tse1-5/+5
2008-05-14skip checks for Windows specific header filesYang Tse1-0/+35
2008-05-14WinCE cross compilation adjustments:Yang Tse1-2/+2
2008-05-12configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse1-51/+93
2008-05-10Add library checking for clock_gettime() supportYang Tse1-0/+75
2007-10-18Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS()Yang Tse1-2/+2
2007-04-03Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macrosYang Tse1-10/+0
2007-03-22attempt to keep message length below 80 charsYang Tse1-2/+2
2007-03-08remove code superceeded by the new method used to forceYang Tse1-36/+0
2007-02-15icc 9.0 when compiling its generated code for its own FD_SET,Yang Tse1-0/+10
2007-02-07*) Remove duplicate declaration of TYPE_SOCKADDR_STORAGEYang Tse1-66/+81
2006-11-22Added a check in configure that verifies if <signal.h> is available,Yang Tse1-0/+42
2006-10-13Check for struct timeval at configuration timeYang Tse1-0/+59
2006-08-04Being unable to link or find out recv() or send() args types is a fatal error.Yang Tse1-4/+6
2006-07-31Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...Yang Tse1-0/+15
2006-07-28First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse1-0/+33
2006-07-25Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse1-1/+1
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