102 Commits (27aa165e9c6002bfd11af3cc8da3f0ee1e2cfefe)

Author SHA1 Message Date
Yang Tse 1509409fe1 Moved potential inclusion of system's malloc.h and memory.h header files to 16 years ago
Yang Tse 65cafbe109 Refactor configure script detection of functions used to set sockets into 16 years ago
Yang Tse 49268447c8 #include <stdlib.h> for exit() prototype 16 years ago
Yang Tse 79f844f672 Initial attempt to support configure's --(dis|en)able-warnings 16 years ago
Yang Tse 2823a5380f now compiler warnings are activated for all gcc builds, not only debug ones. 16 years ago
Yang Tse 5e9d41fb29 icc adjustments 16 years ago
Yang Tse 898e10bd60 improve detection of getservbyport_r() 16 years ago
Yang Tse 34cc272d98 icc adjustments 16 years ago
Yang Tse b487ac8f70 Don't abort configuration if recvfrom() is not available. 16 years ago
Yang Tse bad5e6f6ae Improve CURL_CHECK_DEF 17 years ago
Yang Tse 5c5e64b2f5 Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use. 17 years ago
Yang Tse f82c7080a8 Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way of 17 years ago
Yang Tse d20656e947 Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4 17 years ago
Yang Tse 4cbfa7f36d Assert that SED and GREP are set 17 years ago
Yang Tse df6373a9e6 Another step towards detecting if _REENTRANT is already defined or actually 17 years ago
Yang Tse e4113d5786 reorder argument number detection for getservbyport_r to 17 years ago
Yang Tse d105ed6d59 Make sure that configure process tests are done with the same _REENTRANT 17 years ago
Yang Tse 14cb127954 use prototypes to improve getservbyport_r detection 17 years ago
Yang Tse 44ae9e4697 when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will 17 years ago
Yang Tse abbde56a86 Added "pointer to void" as another data type to check for the sixth argument of 17 years ago
Yang Tse 2aeb0314f5 RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined 17 years ago
Yang Tse 7dd6d7cbe1 Configure process now checks availability of recvfrom() socket function and 17 years ago
Yang Tse b95f5e5bed Improved configure detection of number of arguments for getservbyport_r 17 years ago
Yang Tse cd1f1d080c fallback to gettimeofday when monotonic clock is unavailable at run-time 17 years ago
Yang Tse 84e9cedf45 make check message wording more precise 17 years ago
Yang Tse e4ac0f9347 fix C style comment 17 years ago
Yang Tse 08d3bc37aa John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails on 17 years ago
Yang Tse 8dc7f22b9a Modified configuration script to actually verify if the compiler is good 17 years ago
Yang Tse c6148bcad5 No longer break out of a shell "for" statement from inside 17 years ago
Yang Tse f953ff981c MSVC does build Windows native targets 17 years ago
Yang Tse 9220e0984a fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when empty 17 years ago
Yang Tse 41b0e80a3f fix: remove need and definition of HAVE_SOCKLEN_T symbol 17 years ago
Yang Tse e842c9ca3b fix: socklen_t definition comment 17 years ago
Yang Tse d3bad80edd update several macros using AC_TRY_LINK with AC_LINK_IFELSE 17 years ago
Yang Tse 6783b29432 fix underquoting of AC_LANG_PROGRAM arguments 17 years ago
Yang Tse c31375137d update several macros using AC_TRY_LINK with AC_LINK_IFELSE 17 years ago
Yang Tse 822c0e1498 fix socklen_t equivalent detection when cross compiling Windows target 17 years ago
Yang Tse 6882b4020e Improve toolchain detection for WinCE cross compilation: 17 years ago
Yang Tse 7b24a70d51 skip checks for Windows specific header files 17 years ago
Yang Tse e7f09172f7 WinCE cross compilation adjustments: 17 years ago
Yang Tse e8603c5bee configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only 17 years ago
Yang Tse 22e6a8199f Add library checking for clock_gettime() support 17 years ago
Yang Tse 788acb901c Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS() 17 years ago
Yang Tse c54589e39f Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros 18 years ago
Yang Tse b0c7d4c2b0 attempt to keep message length below 80 chars 18 years ago
Yang Tse d85eb83c2b remove code superceeded by the new method used to force 18 years ago
Yang Tse 3c769f98e8 icc 9.0 when compiling its generated code for its own FD_SET, 18 years ago
Yang Tse 7a76b6948f *) Remove duplicate declaration of TYPE_SOCKADDR_STORAGE 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