792 Commits (b487ac8f703951d4cdce586006a0f740a695cbc4)
 

Author SHA1 Message Date
Yang Tse b487ac8f70 Don't abort configuration if recvfrom() is not available. 16 years ago
Yang Tse c035f2d3a4 Functionality only possible if recvfrom() is available. 16 years ago
Yang Tse 2b838e85e7 George Neill's fix acountry sample application compilation failure. 16 years ago
Yang Tse 09d10cb5c5 Brad House's validation that DNS response address matches the request address 16 years ago
Yang Tse a5b66d3293 fix the output name 17 years ago
Yang Tse c64329b7b1 Get rid of ENABLE_64BIT symbol definition and usage. 17 years ago
Yang Tse 5e9322f450 Export 'ares_process_fd' too. 17 years ago
Gisle Vanem 308746c081 Ops, remove 'use_vc'. 17 years ago
Gisle Vanem 3c3c49e048 Support Watt-32 under Win32. 17 years ago
Yang Tse d23952ffdf Fix: Remove now this SIZEOF_CURL_OFF_T symbol definition. 17 years ago
Yang Tse bad5e6f6ae Improve CURL_CHECK_DEF 17 years ago
Yang Tse 0a44b62ea1 Fix IBM C and DEC/Compaq C compiler detection 17 years ago
Yang Tse bcca6b4a47 Initial support of curlbuild.h and curlrules.h which allows 17 years ago
Yang Tse 088ac83df4 The minimum autoconf version required for this file is 2.50 17 years ago
Daniel Stenberg 3f1bde7664 - Fix by Tofu Linden: 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 abf47388f9 Adjust DEC/Compaq C compiler settings. 17 years ago
Yang Tse 10ebec6364 Another AC_TRY_LINK conversion to AC_LINK_IFELSE. 17 years ago
Yang Tse e09327a51a Sync up with reality 17 years ago
Yang Tse 43ab062fa5 Rename reentrant.m4 to avoid filename clash. 17 years ago
Yang Tse 638b4279e9 Add file version serial number that might be used by 'aclocal' and others. 17 years ago
Yang Tse 94c7de4661 Update copyright year. 17 years ago
Yang Tse 836b11511b Sync comment with reality. 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 14aede8eac Add quoting for the AC_DEFINE arguments. 17 years ago
Yang Tse 0d2c15a28b Also remove the whitespace. 17 years ago
Yang Tse 64b75e2ec6 Also remove the extra quoting. 17 years ago
Yang Tse 22f8a875a1 Replace some '@%:@' quadigraphs by its actual representation '#'. 17 years ago
Yang Tse d20656e947 Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4 17 years ago
Yang Tse d79fe5cde0 for debugging purposes show ACLOCAL_FLAGS 17 years ago
Yang Tse cf37a2bed6 These lines were unintentionally removed in previous commit 17 years ago
Yang Tse bf7a169de7 Partially undo change that prevented SED, GREP, EGREP and AR from being changed by libtool or autoconf. 17 years ago
Yang Tse 4cbfa7f36d Assert that SED and GREP are set 17 years ago
Yang Tse 9620e56c53 Require autoconf 2.57 or newer 17 years ago
Yang Tse c783e17368 When calling aclocal, user defined ACLOCAL_FLAGS will now precede ours. 17 years ago
Yang Tse bb30f43e48 move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONS 17 years ago
Yang Tse b94e960ed3 setup.h handles definition of _REENTRANT based on NEED_REENTRANT 17 years ago
Yang Tse ad84e84e1c Remove explicit inclusion of our m4 files first. It was interesting as a test, 17 years ago
Yang Tse 736e46d730 Another step towards detecting if _REENTRANT is already defined or actually 17 years ago
Yang Tse fd2d11e6b3 Explicitly include our m4 files first. This might minimize the impact 17 years ago
Yang Tse 839f18584d Add a 3 argument check for getprotobyname_r 17 years ago
Yang Tse 28d3b4af6a move reentrant.m4 to the m4 subdirectory to avoid infinite loop inclusion problem 17 years ago
Yang Tse 71416199cf add checks for strtok_r and getprotobyname_r 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 dfcd806a8b Change recvfrom's sixth argument data type to the 'historically standard' 'int' 17 years ago
Yang Tse 14cb127954 use prototypes to improve getservbyport_r detection 17 years ago
Yang Tse d7c09173d3 Adjust recvfrom's sixth arg data type definition for NetWare (LIBC) 17 years ago
Yang Tse 1faffd7a7e Use the sreadfrom() wrapper to replace recvfrom() in our code. 17 years ago