summaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2009-06-21Refactor how libraries are checked for connect() function, follow-up.Yang Tse1-0/+5
2009-06-20Refactor how libraries are checked for connect() function,Yang Tse1-0/+41
2009-06-01John E. Malmberg noticed that the configure script was failing to detect theYang Tse1-1/+4
2009-05-15Fix preprocessor conditional expressionYang Tse1-1/+1
2009-05-07Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE...Yang Tse1-47/+0
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse1-1/+1
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse1-0/+28
2009-05-02Use build-time configured ares_socklen_t instead of socklen_tYang Tse1-89/+0
2009-05-01Check definition of _XOPEN_SOURCE_EXTENDED with the compilerYang Tse1-0/+38
2009-04-29Remove temporary debug tracing for ares_socklen_t Windows targetsYang Tse1-22/+0
2009-04-29Add temporary debug tracing for ares_socklen_t Windows targetsYang Tse1-0/+22
2009-04-28Initial step towards a configure time ares_socklen_t definitionYang Tse1-0/+162
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse1-0/+52
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse1-148/+0
2008-10-23#include <stdlib.h> for exit() prototypeYang Tse1-0/+6
2008-10-02Initial attempt to support configure's --(dis|en)able-warningsYang Tse1-54/+0
2008-09-30now compiler warnings are activated for all gcc builds, not only debug ones.Yang Tse1-101/+0
2008-09-18icc adjustmentsYang Tse1-4/+4
2008-09-17improve detection of getservbyport_r()Yang Tse1-129/+0
2008-09-09icc adjustmentsYang Tse1-0/+1
2008-08-27Don't abort configuration if recvfrom() is not available.Yang Tse1-23/+29
2008-08-09Improve CURL_CHECK_DEFYang Tse1-6/+8
2008-08-04Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.Yang Tse1-1/+29
2008-07-30Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way ofYang Tse1-9/+0
2008-07-29Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4Yang Tse1-0/+8
2008-07-27Assert that SED and GREP are setYang Tse1-0/+6
2008-07-24Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse1-25/+0
2008-07-23reorder argument number detection for getservbyport_r toYang Tse1-12/+12
2008-07-22Make sure that configure process tests are done with the same _REENTRANTYang Tse1-0/+25
2008-07-21use prototypes to improve getservbyport_r detectionYang Tse1-13/+23
2008-07-21when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse1-0/+13
2008-07-20Added "pointer to void" as another data type to check for the sixth argument ofYang Tse1-1/+1
2008-07-17RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse1-6/+35
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse1-0/+146
2008-07-16Improved configure detection of number of arguments for getservbyport_rYang Tse1-44/+92
2008-07-02fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse1-24/+6
2008-06-30make check message wording more preciseYang Tse1-1/+1
2008-06-29fix C style commentYang Tse1-2/+4
2008-06-29John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails onYang Tse1-1/+53
2008-06-20Modified configuration script to actually verify if the compiler is goodYang Tse1-0/+88
2008-06-18No longer break out of a shell "for" statement from insideYang Tse1-97/+110
2008-06-06MSVC does build Windows native targetsYang Tse1-1/+2
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