summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-12-28 18:09:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:45 -0500
commite1d4e31c440c08f8138ab16b3e0095aa371ca09e (patch)
tree73df5357a115ced17469a320dfb309d52ab7a423 /source3/include/includes.h
parent0b24e3d02147e68256bc8c64b3a9dcca9fda3a9b (diff)
downloadsamba-e1d4e31c440c08f8138ab16b3e0095aa371ca09e.tar.gz
samba-e1d4e31c440c08f8138ab16b3e0095aa371ca09e.tar.bz2
samba-e1d4e31c440c08f8138ab16b3e0095aa371ca09e.zip
r20386: remove unneeded dlopen related configure checks and includes
this is done by libreplace... this hopefully fixes the build on HPUX 11.00 metze (This used to be commit eed50e104794d855b204cfea52626f47b6fa3f52)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 078e5c6e09..538bdd75ec 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -894,12 +894,6 @@ int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
#define DEFAULT_SOCKET_OPTIONS ""
#endif
-/* Load header file for dynamic linking stuff */
-
-#ifdef HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
/* dmalloc -- free heap debugger (dmalloc.org). This should be near
* the *bottom* of include files so as not to conflict. */
#ifdef ENABLE_DMALLOC