aboutsummaryrefslogtreecommitdiff
path: root/ares/acinclude.m4
AgeCommit message (Expand)Author
2008-07-30Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way ofYang Tse
2008-07-29Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4Yang Tse
2008-07-27Assert that SED and GREP are setYang Tse
2008-07-24Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse
2008-07-23reorder argument number detection for getservbyport_r toYang Tse
2008-07-22Make sure that configure process tests are done with the same _REENTRANTYang Tse
2008-07-21use prototypes to improve getservbyport_r detectionYang Tse
2008-07-21when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse
2008-07-20Added "pointer to void" as another data type to check for the sixth argument ofYang Tse
2008-07-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse
2008-07-16Improved configure detection of number of arguments for getservbyport_rYang Tse
2008-07-02fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse
2008-06-30make check message wording more preciseYang Tse
2008-06-29fix C style commentYang Tse
2008-06-29John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails onYang Tse
2008-06-20Modified configuration script to actually verify if the compiler is goodYang Tse
2008-06-18No longer break out of a shell "for" statement from insideYang Tse
2008-06-06MSVC does build Windows native targetsYang Tse
2008-05-21fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when emptyYang Tse
2008-05-21fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse
2008-05-21fix: socklen_t definition commentYang Tse
2008-05-20update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse
2008-05-20fix underquoting of AC_LANG_PROGRAM argumentsYang Tse
2008-05-20update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse
2008-05-19fix socklen_t equivalent detection when cross compiling Windows targetYang Tse
2008-05-14Improve toolchain detection for WinCE cross compilation:Yang Tse
2008-05-14skip checks for Windows specific header filesYang Tse
2008-05-14WinCE cross compilation adjustments:Yang Tse
2008-05-12configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse
2008-05-10Add library checking for clock_gettime() supportYang Tse
2007-10-18Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS()Yang Tse
2007-04-03Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macrosYang Tse
2007-03-22attempt to keep message length below 80 charsYang Tse
2007-03-08remove code superceeded by the new method used to forceYang Tse
2007-02-15icc 9.0 when compiling its generated code for its own FD_SET,Yang Tse
2007-02-07*) Remove duplicate declaration of TYPE_SOCKADDR_STORAGEYang Tse
2006-11-22Added a check in configure that verifies if <signal.h> is available,Yang Tse
2006-10-13Check for struct timeval at configuration timeYang Tse
2006-08-04Being unable to link or find out recv() or send() args types is a fatal error.Yang Tse
2006-07-31Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...Yang Tse
2006-07-28First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse
2006-07-25Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse
2006-07-11Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse
2006-07-07Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an...Yang Tse
2006-07-07Substitution of the literal '-' is only done if it's the first or last charac...Yang Tse
2006-07-07Using backslashes and slashes in the strings of the sed 'y' command shall be ...Yang Tse
2006-07-07Fix excessive escaping.Yang Tse
2006-07-07Fix CURL_CHECK_HEADERS_ONCEYang Tse
2006-07-06Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.Yang Tse