summaryrefslogtreecommitdiff
path: root/lib/config-mac.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2005-03-11 05:28:07 +0000
committerDan Fandrich <dan@coneharvesters.com>2005-03-11 05:28:07 +0000
commit205f8b266cfeedc18d4fad134b7fbd6d68c14ef3 (patch)
treeddf643c58ca3a235cfbc838c0542875a139c0a4c /lib/config-mac.h
parentc4ce9ac4de5eeb924c9f5fd98bc1c6d58481db43 (diff)
downloadcurl-205f8b266cfeedc18d4fad134b7fbd6d68c14ef3.tar.gz
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.
Diffstat (limited to 'lib/config-mac.h')
-rw-r--r--lib/config-mac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/config-mac.h b/lib/config-mac.h
index 8b0b0337c..d742452b1 100644
--- a/lib/config-mac.h
+++ b/lib/config-mac.h
@@ -36,6 +36,8 @@
# define USE_OPENSSL 1
#endif
+#define CURL_DISABLE_LDAP 1
+
#define HAVE_RAND_STATUS 1
#define HAVE_RAND_EGD 1