74 Commits (d1015f560d213dd0e8eb8e8d965ae58805e04578)

Author SHA1 Message Date
Daniel Stenberg cac87c7fc7 replaced the CRLF newlines with plain LF ones 20 years ago
Dominick Meglio eeb6aa6b01 Added an inet_ntop function from BIND for systems that do not have it 20 years ago
Dominick Meglio 00b7a550b5 Added preliminary IPv6 support to ares_gethostbyname 20 years ago
Daniel Stenberg 2a0239bab1 include sys/types.h too when checking for headers as otherwise this breaks 20 years ago
Daniel Stenberg 77244a784f Try harder to see if arpa/nameser_compat.h REALLY is a good header file to 20 years ago
Daniel Stenberg 81d0042414 check for struct sizes and use those sizes if the NS_* defines are lacking 20 years ago
Daniel Stenberg 39ea207306 check for another arpa header 20 years ago
Daniel Stenberg 3f15ec783b check for the arpa/* headers 20 years ago
Dominick Meglio ffb4cf5554 Provided implementations of inet_net_pton and inet_pton from BIND for systems that do not include these functions. These will be necessary for CIDR support and IPv6 support. 20 years ago
Daniel Stenberg da97171445 attempt to fix the ares link breakage with --enable-debug in libcurl and here 20 years ago
Daniel Stenberg e0c8f58697 Check for winsock.h to work with win32. Only include system headers we know 20 years ago
Daniel Stenberg 9586905220 Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. The 20 years ago
Daniel Stenberg 93689c0d94 fix the -I path to the proper include dir when --enable-debug is used 20 years ago
Daniel Stenberg 58f74b0549 --enable-debug now makes the lib built static only since otherwise we 21 years ago
Daniel Stenberg d5f3636a52 - Fixed a few variable return types for some system calls. Made configure 21 years ago
Daniel Stenberg 650fd8cee3 added the better debug option logic from curl by adding acinclude.m4 to the 21 years ago
Daniel Stenberg 74d3b56a0f check for a few basic header files 21 years ago
Daniel Stenberg 3e2959f67c this code uses no long long, so we can have warnings about them 21 years ago
Daniel Stenberg bff8eca5ae check for standard headers when --enable-debug is used 21 years ago
Daniel Stenberg dd6dd055b3 I removed the socklen_t requirement from memdebug.h, so we don't need to 21 years ago
Daniel Stenberg 9264a4649d The --enable-debug option really requires this to be built as part of curl. 21 years ago
Daniel Stenberg 15d2d14259 don't assume we can use gcc 2.96+ options 21 years ago
Daniel Stenberg 2cb9a82bac we use the more aggressive compiler warnings 21 years ago
Daniel Stenberg 2bf1e41f46 use configure.ac instead of configure.in 21 years ago