From e1d4e31c440c08f8138ab16b3e0095aa371ca09e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 28 Dec 2006 18:09:32 +0000 Subject: 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) --- source3/include/includes.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/include/includes.h') 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 -#endif - /* dmalloc -- free heap debugger (dmalloc.org). This should be near * the *bottom* of include files so as not to conflict. */ #ifdef ENABLE_DMALLOC -- cgit