diff options
author | Gunter Knauf <gk@gknw.de> | 2007-08-20 12:50:44 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-08-20 12:50:44 +0000 |
commit | e347cff0e41028e5ad7023694c67b78d1273f039 (patch) | |
tree | 302d50efb37e76e88f15740d4fba066ca85913a5 /lib/config-win32.h | |
parent | d79fdbc46e3ba5b8d8a66bb0a409ddaf25f86191 (diff) | |
download | curl-e347cff0e41028e5ad7023694c67b78d1273f039.tar.gz |
added define for ldap_ssl.h.
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r-- | lib/config-win32.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h index 91e76e974..6a2500c37 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -353,9 +353,16 @@ /* LDAP SUPPORT */ /* ---------------------------------------------------------------- */ -#define CURL_LDAP_WIN 1 +#ifdef CURL_HAS_NOVELL_LDAPSDK +#undef CURL_LDAP_HYBRID +#undef CURL_LDAP_WIN +#define HAVE_LDAP_SSL_H 1 +#define HAVE_LDAP_URL_PARSE 1 +#else #undef CURL_LDAP_HYBRID #undef HAVE_LDAP_URL_PARSE +#define CURL_LDAP_WIN 1 +#endif /* ---------------------------------------------------------------- */ /* ADDITIONAL DEFINITIONS */ |