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
This commit is contained in:
Viktor Szakats 2025-12-10 15:48:31 +01:00
parent 0295c9401d
commit edbbcbb127
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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