From f646e9075f47e338bf893bf47c6c48c02b440a27 Mon Sep 17 00:00:00 2001 From: Jakub Zakrzewski Date: Fri, 8 Aug 2014 09:23:26 +0100 Subject: Cmake: Possibility to use OpenLDAP, OpenSSL, LibSSH2 on windows At this point I can build libcurl on windows. It provides at least the same list of protocols as for linux build and works with our software. --- lib/curl_config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index c8b884c51..32bae39bf 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -897,6 +897,9 @@ /* if NSS is enabled */ #cmakedefine USE_NSS 1 +/* if you want to use OpenLDAP code instead of legacy ldap implementation */ +#cmakedefine USE_OPENLDAP 1 + /* if OpenSSL is in use */ #cmakedefine USE_OPENSSL 1 -- cgit v1.2.3