summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* debug option check must be before warnings option checkYang Tse2008-10-021-2/+2
* Initial attempt to support configure's --(dis|en)able-warningsYang Tse2008-10-022-0/+409
* siginterrupt, signal and sigsetjmp checksYang Tse2008-09-261-1/+299
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-241-0/+161
* configure script now checks availability of the inet_ntop() function,Yang Tse2008-09-241-1/+158
* temporarily enable CURL_CHECK_FUNC_INET_NTOA_RYang Tse2008-09-241-1/+152
* attempt to make work the gethostname functionYang Tse2008-09-221-2/+39
* configure script now checks availability of the alarm() functionYang Tse2008-09-191-0/+85
* fix false negative strerror_r detectionYang Tse2008-09-181-0/+6
* fix wrong number used in comparisonYang Tse2008-09-181-1/+1
* fix wrong variable used in comparisonYang Tse2008-09-181-6/+6
* fix netdb.h prerequisite inclusionYang Tse2008-09-181-3/+3
* improve detection of gethostbyaddr_r() and gethostbyname_r()Yang Tse2008-09-171-0/+284
* improve detection of getservbyport_r()Yang Tse2008-09-171-1/+162
* improve detection of gethostname(), localtime_r() and strstr()Yang Tse2008-09-171-0/+284
* rearrange to allow internal/private use of ares_writev to any systemYang Tse2008-09-161-0/+104
* remove debug tracingYang Tse2008-09-151-12/+0
* improve detection of:Yang Tse2008-09-151-2/+685
* also check for an 'unsigned int' for third argument of strerror_r()Yang Tse2008-09-121-3/+3
* improve detection of strerror_r()Yang Tse2008-09-121-40/+65
* add some debug tracingYang Tse2008-09-121-1/+21
* improve detection of fdopen() and strerror_r()Yang Tse2008-09-121-1/+330
* do not check if gmtime_r usage is allowed when a previous check has failedYang Tse2008-09-111-1/+2
* improve detection of strdup() and ftruncate()Yang Tse2008-09-101-0/+191
* improve detection of sigaction() and strtok_r()Yang Tse2008-09-101-2/+216
* improve detection of gmtime_r() and strtoll()Yang Tse2008-09-101-0/+273
* The minimum autoconf version required for this file is 2.50Yang Tse2008-08-051-3/+3
* Rename reentrant.m4 to avoid filename clash.Yang Tse2008-08-011-5/+11
* Add file version serial number that might be used by 'aclocal' and others.Yang Tse2008-07-301-0/+3
* Add quoting for the AC_DEFINE arguments.Yang Tse2008-07-291-1/+1
* Also remove the whitespace.Yang Tse2008-07-291-1/+1
* Also remove the extra quoting.Yang Tse2008-07-291-2/+2
* Replace some '@%:@' quadigraphs by its actual representation '#'.Yang Tse2008-07-291-3/+3
* Require autoconf 2.57 or newerYang Tse2008-07-271-5/+1
* setup.h handles definition of _REENTRANT based on NEED_REENTRANTYang Tse2008-07-271-11/+6
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-271-796/+112
* simplify multi '#' char comment lineYang Tse2008-07-261-1/+1
* Add a 3 argument check for getprotobyname_rYang Tse2008-07-261-0/+45
* additional debug logging of getprotobyname_r on Tru64 and AIXYang Tse2008-07-261-1/+36
* move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion pro...Yang Tse2008-07-251-0/+1052