Age | Commit message (Collapse) | Author |
|
IRIX MIPSpro 7.4 C++ compiler does not tolerate inclusion of stdint.h
|
|
|
|
implement the function even when h_errno is not a macro.
The h_errno macro test now only done on systems for which there
is no hard coded knowledge about getaddrinfo's thread safeness.
|
|
|
|
knowledge says the contrary or h_errno is not defined.
|
|
- Constantine Sapuntzakis reported that Darwin 6.0 a.k.a. MAC OS X 10.2
and newer have a threadsafe getaddrinfo.
- Fix Dragonfly BSD triplet detection.
- In case the hard-coded knowledge says that getaddrinfo is threadsafe,
an additional check is done to verify that h_errno is also defined.
If h_errno isn't defined, we finally assume that it isn't threadsafe.
Jamie Lokier provided the inspiration for this extra check.
|
|
Add some comments to better understand what the regex's pretend to achieve.
|
|
|
|
|
|
is only expanded and included once in the configure script.
|
|
due to autoconf 2.64 m4_require'ing it in _AS_SHELL_SANITIZE indirectly through
_AS_PATH_WALK.
|
|
|
|
make errno available as a preprocessor macro.
|
|
|
|
|
|
|
|
libcurl is used with other projects which also have a config.h.
|
|
and check for connect() as it is done for other functions.
|
|
|
|
|
|
|
|
|
|
|
|
with the low-level curl debug memory tracking 'feature' to allow decoupled
setting from --enable-debug.
|
|
|
|
|
|
*_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_*
|
|
CURL_INCLUDES_*
|
|
|
|
|
|
the socklen_t issue on this platform.
|
|
|
|
|
|
HAVE_IOCTL_SIOCGIFADDR since it's needed to use SIOCGIFADDR and Watcom C
doesn't currently define it.
|
|
|
|
|
|
upcomming work to support the broadest range of Autoconf versions
|
|
|
|
|
|
used, and define HAVE_IOCTL_SIOCGIFADDR if appropriate.
|
|
|
|
|
|
|
|
checks for inet_ntoa_r() inet_ntop() and inet_pton()
|
|
prototype
|
|
|
|
|
|
non-blocking mode, and decouple function detection from function capability.
|
|
|
|
|