Commit History

Author SHA1 Message Date
  Yang Tse 4db954f802 Add custom check for LDAP libraries 17 years ago
  Yang Tse a171f60bf7 Add custom checks for lber, ldap, ldapssl and ldap_ssl header files 17 years ago
  Yang Tse 07625fe243 Add check for winldap and winber header files 17 years ago
  Dan Fandrich 16b95fc773 Enabled a few more gcc warnings with --enable-debug. Renamed a few 17 years ago
  Daniel Stenberg d0edb47896 Patrick Monnerat modified the LDAP code and approach in curl. Starting now, 17 years ago
  Daniel Stenberg 5b1bbffdff Peter O'Gorman pointed out (and fixed) that the non-blocking check in 17 years ago
  Yang Tse d8d3dc9302 --enable-sspi only supported on Windows native builds 17 years ago
  Yang Tse 305e03905f Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros 17 years ago
  Dan Fandrich 59c620bfa5 Daniel Johnson's fix for shared object extension detection on Mac OS X. 17 years ago
  Yang Tse 2288094b26 fix wrong macro name introduced in las commit 17 years ago
  Yang Tse 273b2b230b Add check for compiler variadic macro support in configuration script 17 years ago
  Yang Tse 8920606b8b attempt to keep message length below 80 chars 17 years ago
  Yang Tse d381dd68cf icc 9.0 when compiling its generated code for its own FD_SET, 17 years ago
  Dan Fandrich 23d1041bd8 Added last-resort dynamic library names. 17 years ago
  Dan Fandrich 5565f45f5e Properly use libtool macros to fix OpenLDAP library name detection on Darwin. 17 years ago
  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