92 Commits (0a44b62ea15199ce3896f6da9a4f70b6fabc6d08)

Author SHA1 Message Date
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
Yang Tse fb5decf740 Being unable to link or find out recv() or send() args types is a fatal error. 19 years ago
Yang Tse 6ca041f8f1 Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compiling a Windows target. 19 years ago
Yang Tse b05a63758c First step trying to avoid the multiple header inclusion and recursion nightmare. 19 years ago
Yang Tse 4e8835e782 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>. 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 04369e1134 Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value and has portability issues. 19 years ago
Yang Tse f3643c497b Substitution of the literal '-' is only done if it's the first or last character. 19 years ago
Yang Tse e7be013388 Using backslashes and slashes in the strings of the sed 'y' command shall be avoided since its interpretation is not the same across platforms. 19 years ago
Yang Tse d4b831bd3e Fix excessive escaping. 19 years ago
Yang Tse 33be40af18 Fix CURL_CHECK_HEADERS_ONCE 19 years ago