diff options
Diffstat (limited to 'source4/lib/ldb/include/includes.h')
-rw-r--r-- | source4/lib/ldb/include/includes.h | 8 |
1 files changed, 1 insertions, 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 <stdio.h> #include <string.h> #include <stdlib.h> |