From e7cf6fea7f27c1987ce9a1eb2b54907e55af1c5a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 29 Sep 2022 21:29:53 +0000 Subject: [PATCH] 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 --- lib/config-win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3