summaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2022-09-29 21:29:53 +0000
committerViktor Szakats <commit@vsz.me>2022-09-29 21:29:53 +0000
commite7cf6fea7f27c1987ce9a1eb2b54907e55af1c5a (patch)
treef0727f5ca0ed002fc42a692b69eed3ad9a8cd356 /lib/config-win32.h
parent7313ffebfebd3380216961f71d3b5a5c78b7369d (diff)
downloadcurl-e7cf6fea7f27c1987ce9a1eb2b54907e55af1c5a.tar.gz
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
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 7c9cdf1fc..ea05efff1 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