Yang Tse
b05a63758c
First step trying to avoid the multiple header inclusion and recursion nightmare.
...
Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.
19 years ago
Yang Tse
bed83eaf82
Provide multiple header inclusion prevention definition __ARES_PRIVATE_H
19 years ago
Yang Tse
30d25aad3e
Change multiple header inclusion prevention definition to __ARES_BITNCMP_H
19 years ago
Yang Tse
962f710089
Change multiple header inclusion prevention definition to __ARES_INET_NET_PTON_H
19 years ago
Yang Tse
e5c95e68d8
Sync header with source code
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
Gisle Vanem
08ce30f216
Added getopt() processing.
19 years ago
Gisle Vanem
383126b38f
Added getopt() processing of [-t {a|aaaa}].
19 years ago
Gisle Vanem
f417f06ca9
Added CVS id.
19 years ago
Gisle Vanem
0a83c1e416
2nd try adding CVS id.
19 years ago
Gisle Vanem
f6e7395ca0
Added CVS id.
19 years ago
Gisle Vanem
4cef1942be
Use ares_free_string() to avoid detecting leaks.
19 years ago
Gisle Vanem
a5c01eed75
If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set.
19 years ago
Yang Tse
fb7987171c
Fix compiler warning
19 years ago
Yang Tse
c3c8945646
Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per RFC 3493.
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.
...
Change some shell if...then...fi tests into case...esac tests which demand less resources.
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.
...
Now we use the sed 's' command with a bracket expression.
19 years ago
Yang Tse
d4b831bd3e
Fix excessive escaping.
19 years ago
Yang Tse
33be40af18
Fix CURL_CHECK_HEADERS_ONCE
19 years ago
Yang Tse
69a7d102b7
Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.
19 years ago
Yang Tse
413a37e409
Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode.
19 years ago
Yang Tse
3e2f91b95f
Use a more descriptive var name.
19 years ago
Yang Tse
e26ef987d7
Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.
19 years ago
Yang Tse
26b2944fb9
Platforms that don't have/run configure need default values in their config files for:
...
HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE_ARG46, GETNAMEINFO_TYPE_ARG7
HAVE_RECV, RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3, RECV_TYPE_ARG4, RECV_TYPE_RETV
HAVE_SEND, SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4, SEND_TYPE_RETV
19 years ago
Yang Tse
016db852f8
Find out return types and argument types for functions recv() and send() at configuration stage.
19 years ago
Yang Tse
64102e9a5c
Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEID
19 years ago
Yang Tse
054c5cf04b
Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cross-compiling.
19 years ago
Yang Tse
bdf1485cf9
Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO
19 years ago
Yang Tse
a838f1a431
Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO
19 years ago
Yang Tse
be2ee2baac
Get qualifier of arg 1 for getnameinfo apart. Take 2.
19 years ago
Yang Tse
24c638e165
Get qualifier of arg 1 for getnameinfo apart.
19 years ago
Yang Tse
5151cb841e
Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFO
19 years ago
Daniel Stenberg
ca324db453
include config-win32.h in release archives
19 years ago
Daniel Stenberg
0e07499e96
1.3.1
19 years ago
William Ahern
d1ad89f943
Remove "big endian" DNS section and RR data integer parser macros from
...
ares_dns.h, which break c-ares on my Sparc64. Bit-wise operations in C
operate on logical values. And in any event the octets are already in
big-endian (aka network) byte order so they're being reversed (thus the
source of the breakage).
19 years ago
William Ahern
70dbc3725d
Handle EAGAIN/EWOULDBLOCK readiness errors, which can occur for both TCP and
...
UDP even when a poll(2) or select(2) suggest otherwise.
19 years ago
Daniel Stenberg
2fc66d7b01
Copied the NO_UNDEFINED magic from libcurl to make this build fine again with
...
libtool cross-compiled on linux with mingw32
19 years ago
Daniel Stenberg
e75c876ac5
Bram Matthys brought my attention to a libtool peculiarity where detecting
...
things such as C++ compiler actually is a bad thing and since we don't need
that detection I added a work-around, much inspired by a previous patch by
Paolo Bonzini. This also shortens the configure script quite a lot.
19 years ago
Daniel Stenberg
c8878fb584
two more contributors
19 years ago
Daniel Stenberg
f4f25e3282
moved the curl_off_t check to within the --enable-debug block where it belongs since it is a somewhat ugly hack
19 years ago
Daniel Stenberg
22e34b53e4
Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makes
...
c-ares call a callback on socket state changes. A better way than the
ares_getsock() to get full control over the socket state.
19 years ago
Gunter Knauf
772811b915
removed -fpack-struct because gcc4 seems to know its obsolete and warns...
19 years ago
Gunter Knauf
cdd3f45374
minor Makefile fix - let's go 2006;
...
use correct version var.
19 years ago
Daniel Stenberg
de713cb37d
Alexander Lazic improved the getservbyport_r() configure check.
19 years ago
Daniel Stenberg
7a03bdaf34
buildconf fixes
19 years ago
Daniel Stenberg
acf6edf7e9
Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic
19 years ago
Daniel Stenberg
d07656e76d
James Bursa fixes: find the hosts file on RISC OS, and made it build with
...
newer gcc versions that no longer defines "riscos".
19 years ago
Daniel Stenberg
dccda3c237
Yang Tse has been helping out
19 years ago