Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
and CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_CANONNAME
internal to CHECK_FUNC_GETADDRINFO
|
|
|
|
function returns an addrinfo with an unfreeable ai_canonname member ptr.
|
|
function returns an addrinfo with an unfreeable ai_addr member ptr.
|
|
Select ANSI C89 dialect plus GNU extensions, again.
|
|
|
|
Select precise floating-point model, otherwise doubles are less than 64-bit wide
icc test adjustment:
Select c89 dialect
|
|
Enable more icc warnings.
Optimization disabling options used only for icc 9.1
|
|
configure is unable of finding out if it has glibc-style or POSIX-style,
trying to ensure that this condition does not go unnoticed.
|
|
|
|
|
|
|
|
|
|
since these are extremely useful when compiler rejects a set of options.
|