diff options
author | Jakub Zakrzewski <jzakrzewski@e2ebridge.com> | 2014-08-08 09:23:26 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-08-25 12:44:24 +0200 |
commit | f646e9075f47e338bf893bf47c6c48c02b440a27 (patch) | |
tree | 11e1dd8451b30ef81d1fab3d1915c5d5a080ab07 /lib/curl_config.h.cmake | |
parent | ba8795083fe72e170183ebde3cb15e6d21999a54 (diff) | |
download | curl-f646e9075f47e338bf893bf47c6c48c02b440a27.tar.gz |
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.
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r-- | lib/curl_config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
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 |