Age | Commit message (Collapse) | Author |
|
|
|
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID
or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate.
|
|
to the data type pointed by its respective argument and not the pointer type.
|
|
finds out its return type and the types of its arguments. Added definitions
for non-configure systems config files, and introduced macro sreadfrom which
will be used on udp sockets as a recvfrom() wrapper.
|
|
|
|
|
|
$capath is known to configure, so it can be defined in config.h instead.
|
|
|
|
|
|
in the project.
|
|
|
|
|
|
removed unsused ldap module dependency since the module didnt autounload from protected address space.
|
|
|
|
|
|
|
|
|
|
|
|
updated external library versions to latest.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
fixed link order in case libssh2 is build with zlib.
|
|
|
|
|
|
moved autounload flag so that its used for both lib architectures.
|
|
|
|
|
|
|
|
some more minor Makefile tidyups.
|
|
|
|
|
|
|
|
compiler versions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added distclean target.
|
|
|