Commit History

Author SHA1 Message Date
  Yang Tse 73226415fc Added a check in configure that verifies if <signal.h> is available, 18 years ago
  Daniel Stenberg 67e8d22958 Added a check in configure that simply tries to run a program (not when 18 years ago
  Yang Tse 32ac4edeed Check for struct timeval at configuration time 18 years ago
  Yang Tse 7240acdebc Being unable to link or find out recv() or send() args types is a fatal error. 18 years ago
  Yang Tse ae8a01ead6 Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compiling a Windows target. 18 years ago
  Yang Tse 77b3bc239d First step trying to avoid the multiple header inclusion and recursion nightmare. 18 years ago
  Yang Tse 13616f8f96 Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>. 18 years ago
  Yang Tse 4d95d23d99 Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compilation and <malloc.h> must also be included. 18 years ago
  Yang Tse 8ef454dcbe Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value and has portability issues. 18 years ago
  Yang Tse 551a041283 Substitution of the literal '-' is only done if it's the first or last character. 18 years ago
  Yang Tse 03288943af Using backslashes and slashes in the strings of the sed 'y' command shall be avoided since its interpretation is not the same across platforms. 18 years ago
  Yang Tse 05edd48ad0 Fix excessive escaping. 18 years ago
  Yang Tse 266ab95557 Fix CURL_CHECK_HEADERS_ONCE 18 years ago
  Yang Tse 0a4bba565c Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND. 18 years ago
  Yang Tse bc2f0c7dcb Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode. 18 years ago
  Yang Tse 55329b56cb Use a more descriptive var name. 18 years ago
  Yang Tse 7e43d06b60 Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2. 18 years ago
  Yang Tse 01fa02d0b5 Find out return types and argument types for functions recv() and send() at configuration stage. 18 years ago
  Yang Tse bec1977137 Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEID 18 years ago
  Yang Tse 4c08eb4b11 Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cross-compiling. 18 years ago
  Yang Tse 0163730437 Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO 18 years ago
  Yang Tse 39745ac38e Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO 18 years ago
  Yang Tse a1c6d5861a Get some debug info 18 years ago
  Yang Tse 589c4596d8 Get some debug info 18 years ago
  Yang Tse 7a6d7fca42 Avoid shell globbing 18 years ago
  Yang Tse 5305c9f1e8 Get qualifier of arg 1 for getnameinfo apart. Take 3. 18 years ago
  Yang Tse b1022ea4c1 Get qualifier of arg 1 for getnameinfo apart. 18 years ago
  Yang Tse 2e0ad842d0 Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFO 18 years ago
  Daniel Stenberg 2df622fd14 detect ICC and pass on "-we 147" so that the configure checks for function 18 years ago
  Daniel Stenberg 65afc576ea configure no longer warns on "missing" if the current path contains a space 19 years ago