Age | Commit message (Collapse) | Author |
|
|
|
just found that ares already uses this define.
|
|
be IPv6-aware.
|
|
address, the one on the box libcurl is running, not the 'remote' one.
|
|
|
|
non-blocking mode, and decouple function detection from function capability.
|
|
|
|
|
|
the configure script checks for openldap and friends and we link with those
libs just like we link all other third party libraries, and we no longer
dlopen() those libraries. Our private header file lib/ldap.h was renamed to
lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix)
just before this commit, just in case.
|
|
support
|
|
shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
|
|
|
|
Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption
that all those systems provide it.
|
|
Here's a stab at a consolidation of the SSL detection heuristics into
configure. Source files aren't changed by this patch, except for setup.h and
the various config*.h files. Within the configure script, OPENSSL_ENABLED is
used to determine if SSL is being used or not, and outside configure,
USE_SSLEAY means the same thing; this could be even further unified some day.
Now, when SSL is not detected, configure skips the various checks that are
dependent on SSL, speeding up the configure process and avoiding complications
with cross compiles. I also updated all the architecture- specific config
files I could see, but I couldn't test them.
|
|
|
|
|