summaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Expand)Author
2007-04-10--enable-sspi only supported on Windows native buildsYang Tse
2007-04-03Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macrosYang Tse
2007-03-27Daniel Johnson's fix for shared object extension detection on Mac OS X.Dan Fandrich
2007-03-22fix wrong macro name introduced in las commitYang Tse
2007-03-22Add check for compiler variadic macro support in configuration scriptYang Tse
2007-03-22attempt to keep message length below 80 charsYang Tse
2007-02-15icc 9.0 when compiling its generated code for its own FD_SET,Yang Tse
2007-02-13Added last-resort dynamic library names.Dan Fandrich
2007-01-31Properly use libtool macros to fix OpenLDAP library name detection on Darwin.Dan Fandrich
2006-11-22Added a check in configure that verifies if <signal.h> is available,Yang Tse
2006-10-16Added a check in configure that simply tries to run a program (not whenDaniel Stenberg
2006-10-13Check for struct timeval at configuration timeYang Tse
2006-08-04Being unable to link or find out recv() or send() args types is a fatal error.Yang Tse
2006-07-31Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...Yang Tse
2006-07-28First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse
2006-07-25Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse
2006-07-11Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse
2006-07-07Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an...Yang Tse
2006-07-07Substitution of the literal '-' is only done if it's the first or last charac...Yang Tse
2006-07-07Using backslashes and slashes in the strings of the sed 'y' command shall be ...Yang Tse
2006-07-07Fix excessive escaping.Yang Tse
2006-07-07Fix CURL_CHECK_HEADERS_ONCEYang Tse
2006-07-06Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.Yang Tse
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse
2006-07-04Use a more descriptive var name.Yang Tse
2006-07-04Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse
2006-07-04Find out return types and argument types for functions recv() and send() at c...Yang Tse
2006-07-03Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEIDYang Tse
2006-07-02Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cr...Yang Tse
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-07-01Get some debug infoYang Tse
2006-07-01Get some debug infoYang Tse
2006-07-01Avoid shell globbingYang Tse
2006-07-01Get qualifier of arg 1 for getnameinfo apart. Take 3.Yang Tse
2006-07-01Get qualifier of arg 1 for getnameinfo apart.Yang Tse
2006-06-30Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-04-19detect ICC and pass on "-we 147" so that the configure checks for functionDaniel Stenberg
2006-01-18configure no longer warns on "missing" if the current path contains a spaceDaniel Stenberg
2005-12-21Checking for function getnameinfo and its arguments is finallyYang Tse
2005-12-21Undefine HAVE_GETNAMEINFO if unable to findYang Tse
2005-12-21Undefine HAVE_GETNAMEINFO if unable to findYang Tse
2005-12-20In CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling a windowsYang Tse
2005-12-20fix ioctlsocket detectionYang Tse
2005-12-20added our standard source headerDaniel Stenberg
2005-12-20fix closing parenthesesDaniel Stenberg
2005-12-20Fix quotingYang Tse
2005-12-20Use native type SOCKET instead of int when testing functionality of ioctlsock...Yang Tse
2005-12-19OoopsYang Tse
2005-12-19Add checking for type DWORD as argument 4 and 6 of getnameinfoYang Tse