aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parentb238e0b1b4e8f3e5c4e9c0d7d8c565e3776b0999 (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 'src')
-rw-r--r--src/Makefile.netware2
-rw-r--r--src/config-riscos.h9
2 files changed, 0 insertions, 11 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 4a12dc6f4..b359ce2d9 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -356,8 +356,6 @@ ifeq ($(LIBARCH),CLIB)
@echo $(DL)#define pressanykey PressAnyKeyToContinue$(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) >> $@
diff --git a/src/config-riscos.h b/src/config-riscos.h
index 90e2d9f2e..34f475857 100644
--- a/src/config-riscos.h
+++ b/src/config-riscos.h
@@ -77,12 +77,6 @@
/* Define if you have the <des.h> header file. */
#undef HAVE_DES_H
-/* Define if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define if you have the `dlopen' function. */
-#undef HAVE_DLOPEN
-
/* Define if you have the <err.h> header file. */
#undef HAVE_ERR_H
@@ -152,9 +146,6 @@
/* Define if you have the `crypto' library (-lcrypto). */
#undef HAVE_LIBCRYPTO
-/* Define if you have the `dl' library (-ldl). */
-#undef HAVE_LIBDL
-
/* Define if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL