111 Commits (acd2aeb3880865ede7a338e9fd06fe41ae6ce4ee)

Author SHA1 Message Date
Yang Tse 566b59a236 Fix preprocessor conditional expression 16 years ago
Yang Tse 411a7e17a1 Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_* 16 years ago
Yang Tse 64fef21f5d HP-UX's X/Open network library requirement check follow-up 16 years ago
Yang Tse 0eeb553827 HP-UX's X/Open network library requirement check follow-up 16 years ago
Yang Tse 3a55bbebf1 Use build-time configured ares_socklen_t instead of socklen_t 16 years ago
Yang Tse dcdabb9ebe Check definition of _XOPEN_SOURCE_EXTENDED with the compiler 16 years ago
Yang Tse d5c58fbe7e Remove temporary debug tracing for ares_socklen_t Windows targets 16 years ago
Yang Tse 494e1eb1a6 Add temporary debug tracing for ares_socklen_t Windows targets 16 years ago
Yang Tse 5fc305a0ba Initial step towards a configure time ares_socklen_t definition 16 years ago
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