summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 00:06:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:18 -0500
commit58316b88e52c0f7a7a7224ab9fc735091dd55948 (patch)
treedbb0cea9963f5349bafa913161f706450066f1c0
parente906cb59664d1c71b681f525f67617865152c46b (diff)
downloadsamba-58316b88e52c0f7a7a7224ab9fc735091dd55948.tar.gz
samba-58316b88e52c0f7a7a7224ab9fc735091dd55948.tar.bz2
samba-58316b88e52c0f7a7a7224ab9fc735091dd55948.zip
r18112: really make use of libreplace in ldb
(This used to be commit 2057159c7575479c9808aeffe711fc861e53f3c8)
-rw-r--r--source4/lib/ldb/include/includes.h8
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>