From 205f8b266cfeedc18d4fad134b7fbd6d68c14ef3 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 11 Mar 2005 05:28:07 +0000 Subject: Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors. --- packages/vms/config-vms.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/vms') diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index 275f0f12e..3152a8ae9 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -274,3 +274,6 @@ /* Somewhere around 7.12.0 HAVE_INET_NTOP was introduced. */ #define HAVE_INET_NTOP 1 + +/* to disable LDAP */ +#define CURL_DISABLE_LDAP 1 -- cgit v1.2.3