]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ldap: delete stray CURL_HAS_MOZILLA_LDAP reference
authorViktor Szakats <commit@vsz.me>
Thu, 29 Sep 2022 21:29:53 +0000 (21:29 +0000)
committerViktor Szakats <commit@vsz.me>
Thu, 29 Sep 2022 21:29:53 +0000 (21:29 +0000)
Added in 68b215157fdf69612edebdb220b3804822277822, 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

lib/config-win32.h

index 7c9cdf1fc2c2dfb0352eaf43d61158630556243d..ea05efff1ae2f65bf22aed4ff492902ece16b293 100644 (file)
@@ -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