summaryrefslogtreecommitdiff
path: root/ares/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* John E. Malmberg noticed that the configure script was failing to detect theYang Tse2009-06-011-1/+4
* Fix preprocessor conditional expressionYang Tse2009-05-151-1/+1
* Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE...Yang Tse2009-05-071-47/+0
* HP-UX's X/Open network library requirement check follow-upYang Tse2009-05-031-1/+1
* HP-UX's X/Open network library requirement check follow-upYang Tse2009-05-031-0/+28
* Use build-time configured ares_socklen_t instead of socklen_tYang Tse2009-05-021-89/+0
* Check definition of _XOPEN_SOURCE_EXTENDED with the compilerYang Tse2009-05-011-0/+38
* Remove temporary debug tracing for ares_socklen_t Windows targetsYang Tse2009-04-291-22/+0
* Add temporary debug tracing for ares_socklen_t Windows targetsYang Tse2009-04-291-0/+22
* Initial step towards a configure time ares_socklen_t definitionYang Tse2009-04-281-0/+162
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-0/+52
* Refactor configure script detection of functions used to set sockets intoYang Tse2008-11-131-148/+0
* #include <stdlib.h> for exit() prototypeYang Tse2008-10-231-0/+6
* Initial attempt to support configure's --(dis|en)able-warningsYang Tse2008-10-021-54/+0
* now compiler warnings are activated for all gcc builds, not only debug ones.Yang Tse2008-09-301-101/+0
* icc adjustmentsYang Tse2008-09-181-4/+4
* improve detection of getservbyport_r()Yang Tse2008-09-171-129/+0
* icc adjustmentsYang Tse2008-09-091-0/+1
* Don't abort configuration if recvfrom() is not available.Yang Tse2008-08-271-23/+29
* Improve CURL_CHECK_DEFYang Tse2008-08-091-6/+8
* 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