From: Viktor Szakats Date: Wed, 10 Dec 2025 14:48:31 +0000 (+0100) Subject: config-win32.h: drop unused/obsolete `CURL_HAS_OPENLDAP_LDAPSDK` X-Git-Tag: rc-8_18_0-2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edbbcbb1273d513b0a484c7a28df000c41148ddd;p=thirdparty%2Fcurl.git config-win32.h: drop unused/obsolete `CURL_HAS_OPENLDAP_LDAPSDK` Meant for use from `Makefile.mk`. The suggested replacement is CMake or autotools. Follow-up to ba8752e5566076acc8bdec7ae4ec78901f7050f4 #12224 Closes #19920 --- diff --git a/lib/config-win32.h b/lib/config-win32.h index 2bdb555084..002782c6ea 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -353,10 +353,7 @@ /* LDAP SUPPORT */ /* ---------------------------------------------------------------- */ -#ifdef CURL_HAS_OPENLDAP_LDAPSDK -#undef USE_WIN32_LDAP -#define HAVE_LDAP_URL_PARSE 1 -#elif !defined(CURL_WINDOWS_UWP) +#ifndef CURL_WINDOWS_UWP #undef HAVE_LDAP_URL_PARSE #define HAVE_LDAP_SSL 1 #define USE_WIN32_LDAP 1