From d0edb478964cb5bf7446c34d5ac1e9d34dc5ca63 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 11 Aug 2007 20:57:54 +0000 Subject: 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. --- packages/vms/config-vms.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'packages/vms/config-vms.h') diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index 93dbe3602..30c5cf059 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -227,9 +227,6 @@ /* Define if you have the getpass function. */ #undef HAVE_GETPASS -/* Define if you have the `dlopen' function. */ -#define HAVE_DLOPEN 1 - /* Define if you have the header file. */ #undef HAVE_INTTYPES_H @@ -262,9 +259,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_DLFCN_H 1 - /* Define to 1 if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 -- cgit v1.2.3