From 205f8b266cfeedc18d4fad134b7fbd6d68c14ef3 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 11 Mar 2005 05:28:07 +0000 Subject: Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors. --- lib/config-win32.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/config-win32.h') diff --git a/lib/config-win32.h b/lib/config-win32.h index a12394f2c..e17ef98ae 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -232,6 +232,12 @@ /* use ioctlsocket() for non-blocking sockets */ #define HAVE_IOCTLSOCKET +/* lber dynamic library file */ +/* #undef DL_LBER_FILE */ + +/* ldap dynamic library file */ +#define DL_LDAP_FILE "wldap32.dll" + /************************************************* * This section is for compiler specific defines.* *************************************************/ -- cgit v1.2.3