Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
added defines for setlocale().
|
|
|
|
|
|
|
|
|
|
|
|
some more minor Makefile tidyups.
|
|
|
|
|
|
|
|
compiler versions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added distclean target.
|
|
|
|
|
|
|
|
as appropriate for platforms that don't have autotools support
|
|
support
|
|
|
|
|
|
|
|
|
|
avoid kiling hugehelp.c when not built from CVS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption
that all those systems provide it.
|
|
|
|
|
|
|
|
|
|
|
|
added generation of config.h and a prebuild target to create all neded files.
|
|
|
|
|