183 Commits (1bd524dd4ab9dc2dee9759ee817aa880c6e59db2)

Author SHA1 Message Date
Yang Tse 22e6a8199f Add library checking for clock_gettime() support 17 years ago
Yang Tse 0848b4fdaa Use monotonic time source if available. 17 years ago
Daniel Stenberg fd5fdecf30 Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is too 17 years ago
Daniel Stenberg 7829b79768 check for strings.h in configure and use it for the strcasecmp() proto 17 years ago
Daniel Stenberg 3994a0be7f - Doug Goldstein provided a configure patch: updates autoconf 2.13 usage to 17 years ago
Yang Tse ad046ba239 Force AIX xlc to fail and not generate object code if the source code has 17 years ago
Daniel Stenberg 03431e22b2 when building 17 years ago
Daniel Stenberg dc0e93d89e Brad Spencer fixed the configure script to assume that there's no 17 years ago
Daniel Stenberg e13018f437 Remove the check for libdl since that isn't actually used and it causes 17 years ago
Yang Tse 746b3d7acc Fix message shown when detecting icc version 17 years ago
Yang Tse b8a1ea0e83 Fix compiler warning: feupdateenv is not implemented and will always fail. 17 years ago
Yang Tse 68aa62d76b check availability of <netinet/tcp.h> 17 years ago
Daniel Stenberg bebef9e940 added initial pkg-config file (attempt) 18 years ago
Gunter Knauf ccf47928b8 add test for gettimeofday() so that HAVE_GETTIMEOFDAY gets defined. 18 years ago
Gunter Knauf c58612ba12 added check for sys/param.h. 18 years ago
Daniel Stenberg 49fdeb1de4 first take at detecting a random device and seeding the random key using data 18 years ago
Yang Tse 207cde73e2 show better description for AMD64-linux static libraries PIC check 18 years ago
Yang Tse 1aadb5e290 fix test leftover in previous commit 18 years ago
Yang Tse d8bc20eb43 force libtool to build static libraries with PIC on AMD64 18 years ago
Yang Tse 2077aa0859 Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way that 18 years ago
Dan Fandrich fd68050fae Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug). 18 years ago
Yang Tse 3081021d88 skip libtool C++ and Fortran linker checks 18 years ago
Yang Tse 8449df4bd8 skip libtool C++ and Fortran checks 18 years ago
Yang Tse 7c76875958 include <sys/types.h> when checking availability of the bool type 18 years ago
Yang Tse 915e774a42 Check for stdbool.h at configuration stage, and include it if available. 18 years ago
Yang Tse 0d8bf01d91 avoid using funtion isblank() and just use our ISBLANK 18 years ago
Yang Tse 902d0283b7 check for isblank() at configuration stage. If not available 18 years ago
Yang Tse 5d5bf03803 use macro AC_AIX to define `_ALL_SOURCE', if on AIX. 18 years ago
Yang Tse 6fa6ac89b4 use same AIX XLC compiler options as curl's 18 years ago
Yang Tse 65fc05826e Make sure RETSIGTYPE is properly defined 18 years ago
Yang Tse 7f7d2ad5c6 Added a check in configure that verifies if <signal.h> is available, 18 years ago
Yang Tse 02d31bef50 Check for struct timeval at configuration time 18 years ago
Yang Tse ec9f8c45e8 Check for network libraries the _same_ way it is done in cURL. 19 years ago
Yang Tse cfae7aa9e5 Check for network libraries the same way it is done in cURL. 19 years ago
Yang Tse 43995b7d1b MinGW/MSYS needs lib ws2_32 for proper operation of configure script. 19 years ago
Yang Tse b05a63758c First step trying to avoid the multiple header inclusion and recursion nightmare. 19 years ago
Yang Tse 31dfa4924d Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compilation and <malloc.h> must also be included. 19 years ago
Yang Tse 016db852f8 Find out return types and argument types for functions recv() and send() at configuration stage. 19 years ago
Daniel Stenberg 2fc66d7b01 Copied the NO_UNDEFINED magic from libcurl to make this build fine again with 19 years ago
Daniel Stenberg e75c876ac5 Bram Matthys brought my attention to a libtool peculiarity where detecting 19 years ago
Daniel Stenberg f4f25e3282 moved the curl_off_t check to within the --enable-debug block where it belongs since it is a somewhat ugly hack 19 years ago
Yang Tse cb2a75dece Checking for function getnameinfo and its arguments is finally 19 years ago
Yang Tse 1499c81ab3 Make sure we're using 'c-ares' sources and not 'ares' ones. 19 years ago
Yang Tse e80c02452e Fix, header checks must be done before using its results. 19 years ago
Daniel Stenberg a08aed3147 use AC_PROG_LIBTOOL after AC_DISABLE_SHARED 19 years ago
Yang Tse 6419328de9 Adjust more windows header includes 19 years ago
Yang Tse 1d9efefdfa Fix Msys/Mingw not detecting getnameinfo() with AC_CHECK_FUNCS 19 years ago
Yang Tse e4c8fa8111 TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T. 19 years ago
Daniel Stenberg f06e65fa65 check for and use winsock2.h instead of winsock.h and I fixed a typo in the 19 years ago
Daniel Stenberg 264f2a4cf1 include ws2tcpip.h in an attempt to detect some of the ipv6 structs better 19 years ago