mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08:00
ldap: delete stray CURL_HAS_MOZILLA_LDAP reference
Added in 68b215157f
, while adding openldap
support. This is also the single mention of this constant in the source
tree and also in that commit. Based on these, it seems like an accident.
Delete this reference.
Reviewed-by: Daniel Stenberg
Closes #9625
This commit is contained in:
parent
7313ffebfe
commit
e7cf6fea7f
@ -565,7 +565,7 @@ Vista
|
||||
/* LDAP SUPPORT */
|
||||
/* ---------------------------------------------------------------- */
|
||||
|
||||
#if defined(CURL_HAS_NOVELL_LDAPSDK) || defined(CURL_HAS_MOZILLA_LDAPSDK)
|
||||
#if defined(CURL_HAS_NOVELL_LDAPSDK)
|
||||
#undef USE_WIN32_LDAP
|
||||
#define HAVE_LDAP_SSL_H 1
|
||||
#define HAVE_LDAP_URL_PARSE 1
|
||||
|
Loading…
Reference in New Issue
Block a user