aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32ce.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-08-11 20:57:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-08-11 20:57:54 +0000
commitd0edb478964cb5bf7446c34d5ac1e9d34dc5ca63 (patch)
tree3586035627505068f2653da29b66d1201d3d5a8e /lib/config-win32ce.h
parentb238e0b1b4e8f3e5c4e9c0d7d8c565e3776b0999 (diff)
downloadgnurl-d0edb478964cb5bf7446c34d5ac1e9d34dc5ca63.tar.gz
gnurl-d0edb478964cb5bf7446c34d5ac1e9d34dc5ca63.tar.bz2
gnurl-d0edb478964cb5bf7446c34d5ac1e9d34dc5ca63.zip
Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case.
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r--lib/config-win32ce.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h
index c8dc35c3f..e7d157202 100644
--- a/lib/config-win32ce.h
+++ b/lib/config-win32ce.h
@@ -18,9 +18,6 @@
/* Define if you have the <crypto.h> header file. */
/* #define HAVE_CRYPTO_H 1 */
-/* Define if you have the <dlfcn.h> header file. */
-/* #define HAVE_DLFCN_H 1 */
-
/* Define if you have the <err.h> header file. */
/* #define HAVE_ERR_H 1 */
@@ -317,14 +314,12 @@
/* #undef const */
/* ---------------------------------------------------------------- */
-/* LDAP LIBRARY FILES */
+/* LDAP SUPPORT */
/* ---------------------------------------------------------------- */
-/* lber dynamic library file */
-/* #define DL_LBER_FILE */
-
-/* ldap dynamic library file */
-/* #define DL_LDAP_FILE "wldap32.dll" */
+#define CURL_LDAP_WIN 1
+#undef CURL_LDAP_HYBRID
+#undef HAVE_LDAP_URL_PARSE
/* ---------------------------------------------------------------- */
/* ADDITIONAL DEFINITIONS */