summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2009-11-24When using icc, compile with -fpic and link with intel dynamic libraries.Yang Tse1-19/+20
2009-11-22Make configure remove the ares_build.h file included in distribution tarballs.Yang Tse1-0/+5
2009-11-16Add check for assert.h header fileYang Tse1-0/+1
2009-11-15Remove enable-thread / disable-thread configure option. These were only placeboYang Tse1-27/+0
2009-11-14Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse1-21/+1
2009-10-31Symbol hiding configure options renamed to the hopefully less ambiguousYang Tse1-3/+3
2009-10-29External API function linkage decoration adjustmentYang Tse1-2/+2
2009-10-28Initial step towards the ability to reduce c-ares exported symbolsYang Tse1-0/+23
2009-10-27Fix spellingYang Tse1-1/+1
2009-10-19Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse1-1/+1
2009-07-14renamed generated config.h to ares_config.h in order to avoid clashes when li...Gunter Knauf1-1/+1
2009-06-20Refactor how libraries are checked for connect() function,Yang Tse1-2/+2
2009-06-18add CloseSocket camel case function checkYang Tse1-0/+1
2009-06-17check for socket() and closesocket() as it is done for other functionsYang Tse1-0/+3
2009-05-28c-ares' --enable-curldebug adjustmentsYang Tse1-16/+6
2009-05-26c-ares's --enable-curldebug configure option decoupled from c-ares's --enable...Yang Tse1-5/+5
2009-05-11Remove experimental check. Currently there's no need for it.Yang Tse1-1/+0
2009-05-07Fix an m4 overquoting triggering a spurious 'AS_TR_CPP' symbol definitionYang Tse1-1/+1
2009-05-07Proper naming for the experimental compiler test and moved to *-compilers.m4Yang Tse1-0/+1
2009-05-07Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE...Yang Tse1-2/+2
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse1-21/+1
2009-05-02Use build-time configured ares_socklen_t instead of socklen_tYang Tse1-3/+0
2009-05-01Check definition of _XOPEN_SOURCE_EXTENDED with the compilerYang Tse1-1/+1
2009-04-30Check if X/Open network library is requiredYang Tse1-0/+22
2009-04-28Initial step towards a configure time ares_socklen_t definitionYang Tse1-1/+5
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse1-0/+1
2009-04-14use HAVE_LIMITS_H symbol to protect limits.h inclusionYang Tse1-0/+1
2008-11-18provide a common PATH_SEPARATOR check method which is required byYang Tse1-0/+2
2008-11-18check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse1-3/+3
2008-11-16trim down configure script sizeYang Tse1-16/+2
2008-11-13Refactor configure script detection of functions used to set sockets intoYang Tse1-2/+8
2008-10-30check for freeaddrinfo() at configuration phaseYang Tse1-0/+1
2008-10-29make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse1-2/+0
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse1-0/+1
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse1-0/+2
2008-10-22remove from configure.ac temporary magic for the icc seg-fault issueYang Tse1-11/+7
2008-10-21some more temporary magic for the icc seg-fault issueYang Tse1-0/+4
2008-10-20some more temporary magic for the icc seg-fault issueYang Tse1-8/+8
2008-10-15Ensure that shell variable contents which have active meaningYang Tse1-6/+6
2008-10-07Initial attempt to support configure's --(dis|en)able-optimizeYang Tse1-4/+16
2008-10-02Initial attempt to support configure's --(dis|en)able-warningsYang Tse1-180/+14
2008-09-30now compiler warnings are activated for all gcc builds, not only debug ones.Yang Tse1-7/+49
2008-09-30Use CFLAGS for icc linker options instead of LDFLAGS,Yang Tse1-3/+3
2008-09-29use ac_cv_compiler and ac_cv_compiler_num to keep compiler ID and version numberYang Tse1-34/+49
2008-09-29Temporary icc adjustment:Yang Tse1-0/+2
2008-09-24HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse1-29/+1
2008-09-24HAVE_INET_NTOP will only be defined when an IPv6 capable workingYang Tse1-33/+1
2008-09-22icc adjustments for icc 9.0 and prior versions:Yang Tse1-0/+4
2008-09-19icc adjustments:Yang Tse1-0/+4
2008-09-18icc adjustmentsYang Tse1-0/+6