summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
...
* const qualifier in getnameinfo checkYang Tse2005-12-171-2/+2
* Since there is no proof of the existence of a platform which wouldYang Tse2005-12-161-6/+0
* TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T.Yang Tse2005-12-161-121/+85
* More quotesYang Tse2005-12-161-2/+2
* Fix copy paste bugYang Tse2005-12-161-15/+15
* Test CURL_CHECK_TYPE_SOCKLEN_TYang Tse2005-12-161-7/+7
* Oops. Wrong double quotesYang Tse2005-12-161-4/+4
* Experimental check for socklen_t CURL_CHECK_TYPE_SOCKLEN_TYang Tse2005-12-161-0/+81
* Tests to check the availability of compilable andYang Tse2005-12-151-2/+115
* Some preprocessors have problems if the # character isn't at position 1.Yang Tse2005-12-141-12/+12
* Determine the correct type to be passed to four of the `getnameinfo' function...Yang Tse2005-12-141-0/+78
* on windows (mingw32) the sockaddr_storage struct is in winsock2.hDaniel Stenberg2005-11-121-0/+3
* removed the unreachable code warning from gcc debug builds, even the mostDaniel Stenberg2005-08-191-2/+5
* removed some inaccurate comments about the TYPE_IN_ADDR_T checkDaniel Stenberg2005-08-191-2/+1
* Add -Wdeclaration-after-statement to gcc to detect accidental C99-styleDan Fandrich2005-07-201-2/+2
* Detect (or at least infer) glibc-style strerror_r even when cross-compiling.Dan Fandrich2005-06-301-2/+14
* adjusted the strerror_r test more, use _REENTRANT instead of _THREAD_SAFEDaniel Stenberg2005-05-181-22/+11
* The configure check for strerror_r() failed to detect the proper API atDaniel Stenberg2005-05-181-1/+3
* Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. AtDaniel Stenberg2005-05-021-1/+2
* Now configure checks for struct sockaddr_storage and the ftp code triesDaniel Stenberg2005-05-021-0/+24
* When cross-compiling, we do some better checking for the NI_WITHSCOPEID optio...Daniel Stenberg2005-03-221-2/+18
* Finally fixed the LDAP library searching bug on libtool ver. 1.5Dan Fandrich2005-03-151-10/+15
* Use the libtool variables better to make LDAP library search work onDan Fandrich2005-03-141-5/+12
* Work around a bug in libtool ver. 1.5 during LDAP library detection.Dan Fandrich2005-03-111-1/+3
* Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich2005-03-111-0/+55
* Marcin Konicki provided two configure fixes and a source fix to make curlDaniel Stenberg2004-12-221-3/+1
* gcc 2.7 can't handle a few warning options that gcc 2.95 can.Dan Fandrich2004-12-201-3/+3
* Fix the --enable-debug compiler warning options for older versions of gcc.Dan Fandrich2004-12-151-1/+6
* Reverted the previous change and redid it differently as it seemed to notDaniel Stenberg2004-06-071-16/+18
* 1 - do better when cross-compiling when checking for strerror_r() - alertDaniel Stenberg2004-06-041-2/+9
* typo AGAINDaniel Stenberg2004-05-061-1/+1
* When using the icc compiler, we also ignore remark #1418 "external definitionDaniel Stenberg2004-05-061-1/+2
* if no strerror_r prototype is found, we provide our own to prevent pickyDaniel Stenberg2004-05-061-0/+11
* gcc 3.4 now uses the -Wunreachable-code option, I believe we can make olderDaniel Stenberg2004-05-051-0/+5
* Applied Joe Halpin's bugfixes to the NI_WITHSCOPEID test program.Daniel Stenberg2004-04-011-8/+9
* HAVE_NI_WITHSCOPEID spelled right!Daniel Stenberg2004-03-311-2/+2
* Andrés García fixed a warning in the ioctlsocket() usage.Daniel Stenberg2004-03-311-1/+1
* modified the NI_WITHSCOPEID to use an AF_INET6 socket immediately andDaniel Stenberg2004-03-311-7/+9
* Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists andDaniel Stenberg2004-03-301-5/+63
* strerror_r() detection changes:Daniel Stenberg2004-03-251-3/+71
* added check for strerror_r()Daniel Stenberg2004-03-241-1/+19
* ignore the icc warning 981 "operands are evaluated in unspecified order"Daniel Stenberg2004-03-101-2/+3
* we ignore the ICC warning 1419 as wellDaniel Stenberg2004-03-081-1/+3
* Perhaps -Wundef is better on gcc versions after 2.95, since the autobuildDaniel Stenberg2004-03-011-15/+24
* When setting aggressive pedantic compiler options, display what optionsDaniel Stenberg2004-03-011-0/+6
* Make icc ignore "invalid format string conversion" warnings as well. TheyDaniel Stenberg2004-02-261-5/+6
* Use __INTEL_COMPILER instead of __ICC to the cpp to detect the Intel iccDaniel Stenberg2004-02-261-3/+3
* set debug options when using the icc compilerDaniel Stenberg2004-02-251-4/+14
* Moved most of the set-debug-options-depending-on-compiler logic to the newDaniel Stenberg2004-02-251-0/+86
* Added escaping of the function name in the AC_DEFUN() macros, so thatDaniel Stenberg2004-01-151-7/+7