123 Commits (1ee90f2a5a2d6491c8017e45f22ec42bdffa1103)

Author SHA1 Message Date
Daniel Stenberg f19387dd72 nowarn: use <limits.h> instead of configure for size of long 11 years ago
Yang Tse cb71b6bd5a configure: NATIVE_WINDOWS no longer defined in config file 13 years ago
Albert Chin f394cd55c8 configure - m4: make CURL_CHECK_DEF ignore leading whitespace on symbol def 13 years ago
Jakub Hrozek ce03c818f4 Revert "Do not use sized constants in public headers" 14 years ago
Jakub Hrozek 22c01e96f7 Do not use sized constants in public headers 14 years ago
Yang Tse e67edcd18d configure: fix recvfrom 5th arg type qualifier detection (followup) 14 years ago
Yang Tse 700b928544 configure: fix recvfrom 5th arg type qualifier detection 14 years ago
Yang Tse 747981be8e Revert following commits: 14 years ago
Ben Greear 9912637d32 sock-addr-storage: Detect and deal with lack of .ss_family member. 15 years ago
Yang Tse f474f738a5 Refactor how libraries are checked for connect() function, follow-up. 16 years ago
Yang Tse cdcc3aca8c Refactor how libraries are checked for connect() function, 16 years ago
Yang Tse 1d7308ee78 John E. Malmberg noticed that the configure script was failing to detect the 16 years ago
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