mirror of
https://github.com/curl/curl.git
synced 2026-04-29 12:22:13 +03:00
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 ba8752e556 #12224
Closes #19920
This commit is contained in:
parent
0295c9401d
commit
edbbcbb127
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue