From d0edb478964cb5bf7446c34d5ac1e9d34dc5ca63 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
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.

---
 lib/Makefile.netware | 2 --
 1 file changed, 2 deletions(-)

(limited to 'lib/Makefile.netware')

diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index db8cb78e4..ff98021f5 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -370,8 +370,6 @@ ifeq ($(LIBARCH),CLIB)
 	@echo $(DL)#define DL_LDAP_FILE "ldapsdk.nlm"$(DL) >> $@
 else
 	@echo $(DL)#define OS "i586-pc-libc-NetWare"$(DL) >> $@
-	@echo $(DL)#define HAVE_DLFCN_H 1$(DL) >> $@
-	@echo $(DL)#define HAVE_DLOPEN 1$(DL) >> $@
 	@echo $(DL)#define HAVE_FTRUNCATE 1$(DL) >> $@
 	@echo $(DL)#define HAVE_GETTIMEOFDAY 1$(DL) >> $@
 	@echo $(DL)#define HAVE_INET_PTON 1$(DL) >> $@
-- 
cgit v1.2.3