752 Commits (839f18584d26d174fb980f69b0732aa47a569281)
 

Author SHA1 Message Date
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
Yang Tse 44ae9e4697 when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will 17 years ago
Yang Tse 4ef94e065f Adjust DEC/Compaq C compiler settings 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 7b0adfa38d Adjust DEC/Compaq C compiler settings 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 6b84d9ff24 Initial DEC/Compaq C compiler detection and flags 17 years ago
Yang Tse b95f5e5bed Improved configure detection of number of arguments for getservbyport_r 17 years ago
Yang Tse e5e2cd5659 Allow --enable-largefile and --disable-largefile configurations. 17 years ago
Yang Tse 2265b9281c fix compiler warning 17 years ago
Yang Tse 8ee63e432d since Jun 30 2008 MAXHOSTNAMELEN define is no longer used 17 years ago
Yang Tse 371f63f73a fix c-ares version reported in generated libcares.pc file when building 17 years ago
Yang Tse 13f4c3ea54 egrep and ar are also mandatory 17 years ago
Daniel Stenberg d5c3a696fc just to clarify that c-ares actually have some ipv6 support 17 years ago
Daniel Stenberg 5e74e48177 ares_gethostbyname() fallback from AAA to A records with CNAME present 17 years ago
Daniel Stenberg 93e7573628 - Phil Blundell: If you ask ares_gethostbyname() to do an AF_INET6 lookup and 17 years ago
Yang Tse daa25aa705 The configure process will now halt when sed or grep are unavailable 17 years ago
Yang Tse cd1f1d080c fallback to gettimeofday when monotonic clock is unavailable at run-time 17 years ago
Yang Tse 3e04944084 IBM C/C++ compiler predefined macro check 17 years ago
Yang Tse 83b7feb146 set earlier in configure process IBM compilers optimization flags 17 years ago
Yang Tse 84e9cedf45 make check message wording more precise 17 years ago
Daniel Stenberg 705c749aa1 - As was pointed out to me by Andreas Schuldei, the MAXHOSTNAMELEN define is 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
Gunter Knauf d29c66e36d enable additional CFLAGS from commandline. 17 years ago
Yang Tse 4ccd0a85b1 fix pkg-config reporting of private libraries needed for static linking 17 years ago
Yang Tse f953ff981c MSVC does build Windows native targets 17 years ago
Yang Tse 9191dc5c33 Brad House fixed a missing header file inclusion in adig sample program 17 years ago
Daniel Stenberg 41f303a6bd start working on 1.5.3 17 years ago
Daniel Stenberg 2d09f0bf7c 1.5.2 17 years ago
Yang Tse 940b551d2a fix compiler warning: unreferenced formal parameter 17 years ago
Daniel Stenberg 9fae0a48b1 list all local sources the (demo) tools need, add a few missing scripts to 17 years ago
Daniel Stenberg f0d0df9e9b this is not used (anymore) 17 years ago
Daniel Stenberg d7c4f9ad16 make sure the configure.ac file with the correct version number is shipped 17 years ago
Yang Tse 9db5e3476a MSVC6+ clean-up targets must also remove acountry.exe 17 years ago
Yang Tse b7701a257c sync with reality 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