From 58316b88e52c0f7a7a7224ab9fc735091dd55948 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Sep 2006 00:06:30 +0000 Subject: r18112: really make use of libreplace in ldb (This used to be commit 2057159c7575479c9808aeffe711fc861e53f3c8) --- source4/lib/ldb/include/includes.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/source4/lib/ldb/include/includes.h b/source4/lib/ldb/include/includes.h index 0a73f7728f..636f01223f 100644 --- a/source4/lib/ldb/include/includes.h +++ b/source4/lib/ldb/include/includes.h @@ -5,20 +5,14 @@ */ #ifdef _SAMBA_BUILD_ - /* tell ldb we have the internal ldap code */ #define HAVE_ILDAP 1 - -#else -#include "config.h" -#endif /*_SAMBA_BUILD_*/ +#endif #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif -#ifdef HAVE_REPLACE_H #include "replace.h" -#endif #include #include #include -- cgit