diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-01-18 20:25:37 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-01-18 20:52:43 +0000 |
commit | 2cc571f9e3b6215dee72b57a02824e186d07c863 (patch) | |
tree | 9c68c0d1a5334c3d34db48a89501eb2807c354a4 /lib/curl_config.h.cmake | |
parent | 1cbc8fd3d1a95b90a1585d57d7af37c73cda2fc1 (diff) | |
download | curl-2cc571f9e3b6215dee72b57a02824e186d07c863.tar.gz |
ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAP
For consistency with other USE_WIN32_ defines as well as the
USE_OPENLDAP define.
Diffstat (limited to 'lib/curl_config.h.cmake')
-rw-r--r-- | lib/curl_config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 87be9c717..619e101ca 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -53,7 +53,7 @@ #endif /* Use Windows LDAP implementation */ -#cmakedefine CURL_LDAP_WIN 1 +#cmakedefine USE_WIN32_LDAP 1 /* when not building a shared library */ #cmakedefine CURL_STATICLIB 1 |