summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* remove all .cvsignore filesDaniel Stenberg2010-03-251-5/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-246-6/+0
* Fix warnings for clangDaniel Johnson2010-03-221-2/+7
* provide an initial set of .gitignore filesDaniel Stenberg2010-03-201-0/+5
* replaced intel compiler option -no-ansi-alias with -fno-strict-aliasingYang Tse2010-03-171-3/+3
* update outdated serial numberYang Tse2010-03-173-3/+3
* Daniel Johnson provided fixes for building with the clang compilerDaniel Stenberg2010-03-051-1/+71
* - Markus Duft pointed out in bug #2961796 that even though Interix has aDaniel Stenberg2010-03-021-3/+6
* Restore normal operation:Yang Tse2010-01-271-8/+8
* fix c-ares assumed check being skippedYang Tse2010-01-271-3/+3
* fix LDFLAGS preservation in CURL_CHECK_LIB_ARESYang Tse2010-01-271-3/+3
* minor fixes for --enable-ares configure optionYang Tse2010-01-261-5/+174
* Prevent detection of stdint.h on IRIX systems, even when available.Yang Tse2010-01-061-1/+6
* Update serial numberYang Tse2009-11-161-1/+1
* getaddrinfo is fully thread safe on solaris versions whichYang Tse2009-11-151-7/+13
* Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse2009-11-141-2/+99
* Assume that getaddrinfo is thread safe, unless hard codedYang Tse2009-11-131-12/+10
* Related with the threadsafe capability of getaddrinfo:Yang Tse2009-11-131-6/+15
* AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse2009-11-121-1/+19
* HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse2009-11-121-1/+7
* Check if getaddrinfo is threadsafe when function check allows it to be usedYang Tse2009-11-121-2/+45
* Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse2009-10-191-2/+12
* Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'dYang Tse2009-10-191-4/+3
* Check for basename() is now done the same as other function checksYang Tse2009-10-181-1/+113
* Check if _REENTRANT definition is required toYang Tse2009-09-291-2/+57
* Added check for memrchr function or macroYang Tse2009-09-281-1/+106
* revert HPUX change since it already works fineDaniel Stenberg2009-09-241-2/+2
* - HPUX does need _REENTRANT too to build really thread-safe.Daniel Stenberg2009-09-231-2/+2
* renamed generated config.h to curl_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-1/+99
* add CloseSocket camel case function checkYang Tse2009-06-181-1/+91
* socket() and closesocket() prototypes might be in socket.hYang Tse2009-06-171-1/+30
* check for socket() and closesocket() as it is done for other functionsYang Tse2009-06-171-1/+185
* Added a few more compiler warning options for gcc.Dan Fandrich2009-06-171-0/+5
* fix language in commentYang Tse2009-06-101-2/+2
* Added --enable-curldebug configure option to enable and disable buildingYang Tse2009-06-092-13/+125
* remove outdated commentYang Tse2009-05-151-5/+1
* Proper naming for the experimental compiler test and moved to *-compilers.m4Yang Tse2009-05-071-1/+63
* Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE...Yang Tse2009-05-071-3/+50
* Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLU...Yang Tse2009-04-281-1/+25
* Initial step towards a configure time curl_socklen_t definitionYang Tse2009-04-261-2/+37
* remove compiler options used while debugging the icc 9.1 optimizer issueYang Tse2009-04-171-42/+1
* Set HP-UX compiler warning level back to the one that exposesYang Tse2009-04-151-4/+4
* ignoreYang Tse2009-02-131-0/+5
* check for poll() as it is done for other functionsYang Tse2009-02-131-1/+151
* Make checking for struct ifreq a prerequisite for settingDan Fandrich2008-11-201-4/+6
* user provided PATH_SEPARATOR always overrides auto-detected oneYang Tse2008-11-191-3/+1
* attempting to keep lines below 80 charsYang Tse2008-11-181-2/+4
* provide a common PATH_SEPARATOR check method which is required byYang Tse2008-11-182-2/+99
* check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse2008-11-181-1/+189