summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* detect ICC and pass on "-we 147" so that the configure checks for functionDaniel Stenberg2006-04-191-12/+33
* configure no longer warns on "missing" if the current path contains a spaceDaniel Stenberg2006-01-181-0/+16
* Checking for function getnameinfo and its arguments is finallyYang Tse2005-12-211-47/+115
* Undefine HAVE_GETNAMEINFO if unable to findYang Tse2005-12-211-1/+1
* Undefine HAVE_GETNAMEINFO if unable to findYang Tse2005-12-211-0/+3
* In CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling a windowsYang Tse2005-12-201-5/+7
* fix ioctlsocket detectionYang Tse2005-12-201-2/+4
* added our standard source headerDaniel Stenberg2005-12-201-1/+22
* fix closing parenthesesDaniel Stenberg2005-12-201-1/+2
* Fix quotingYang Tse2005-12-201-4/+4
* Use native type SOCKET instead of int when testing functionality of ioctlsock...Yang Tse2005-12-201-1/+1
* OoopsYang Tse2005-12-191-0/+10
* Add checking for type DWORD as argument 4 and 6 of getnameinfoYang Tse2005-12-191-1/+1
* Adjust more windows header includesYang Tse2005-12-191-19/+99
* Fix guard detection of _WIN32_WINNT for MingW in CURL_FUNC_GETNAMEINFO_ARGTYPESYang Tse2005-12-191-1/+1
* Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfoYang Tse2005-12-191-1/+1
* When checking the type of the first argument of getnameinfo do it in theYang Tse2005-12-181-1/+1
* MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= 0...Yang Tse2005-12-181-0/+4
* Check first arg of getnameinfo with and without const qualifier.Yang Tse2005-12-171-6/+3
* Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since...Yang Tse2005-12-171-1/+1
* 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