summaryrefslogtreecommitdiff
path: root/ares/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.Yang Tse2008-08-041-1/+29
* Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way ofYang Tse2008-07-301-9/+0
* Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4Yang Tse2008-07-291-0/+8
* Assert that SED and GREP are setYang Tse2008-07-271-0/+6
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-241-25/+0
* reorder argument number detection for getservbyport_r toYang Tse2008-07-231-12/+12
* Make sure that configure process tests are done with the same _REENTRANTYang Tse2008-07-221-0/+25
* use prototypes to improve getservbyport_r detectionYang Tse2008-07-211-13/+23
* when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse2008-07-211-0/+13
* Added "pointer to void" as another data type to check for the sixth argument ofYang Tse2008-07-201-1/+1
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-6/+35
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-0/+146
* Improved configure detection of number of arguments for getservbyport_rYang Tse2008-07-161-44/+92
* fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse2008-07-021-24/+6
* make check message wording more preciseYang Tse2008-06-301-1/+1
* fix C style commentYang Tse2008-06-291-2/+4
* John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails onYang Tse2008-06-291-1/+53
* Modified configuration script to actually verify if the compiler is goodYang Tse2008-06-201-0/+88
* No longer break out of a shell "for" statement from insideYang Tse2008-06-181-97/+110
* MSVC does build Windows native targetsYang Tse2008-06-061-1/+2
* fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when emptyYang Tse2008-05-211-3/+1
* fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse2008-05-211-4/+0
* fix: socklen_t definition commentYang Tse2008-05-211-1/+1
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-87/+93
* fix underquoting of AC_LANG_PROGRAM argumentsYang Tse2008-05-201-78/+78
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-82/+118
* fix socklen_t equivalent detection when cross compiling Windows targetYang Tse2008-05-191-13/+24
* Improve toolchain detection for WinCE cross compilation:Yang Tse2008-05-141-5/+5
* skip checks for Windows specific header filesYang Tse2008-05-141-0/+35
* WinCE cross compilation adjustments:Yang Tse2008-05-141-2/+2
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-121-51/+93
* Add library checking for clock_gettime() supportYang Tse2008-05-101-0/+75
* 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