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