From: Viktor Szakats Date: Thu, 29 Sep 2022 21:29:53 +0000 (+0000) Subject: ldap: delete stray CURL_HAS_MOZILLA_LDAP reference X-Git-Tag: curl-7_86_0~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7cf6fea7f27c1987ce9a1eb2b54907e55af1c5a;p=thirdparty%2Fcurl.git ldap: delete stray CURL_HAS_MOZILLA_LDAP reference 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 --- diff --git a/lib/config-win32.h b/lib/config-win32.h index 7c9cdf1fc2..ea05efff1a 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -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