diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-11 20:57:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-11 20:57:54 +0000 |
commit | d0edb478964cb5bf7446c34d5ac1e9d34dc5ca63 (patch) | |
tree | 3586035627505068f2653da29b66d1201d3d5a8e /packages/vms | |
parent | b238e0b1b4e8f3e5c4e9c0d7d8c565e3776b0999 (diff) |
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 'packages/vms')
-rw-r--r-- | packages/vms/config-vms.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -262,9 +259,6 @@ /* Define to 1 if you have the <limits.h> header file. */ #define HAVE_LIMITS_H 1 -/* Define to 1 if you have the <dlfcn.h> header file. */ -#define HAVE_DLFCN_H 1 - /* Define to 1 if you have the <sys/ioctl.h> header file. */ #define HAVE_SYS_IOCTL_H 1 |