summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-03 08:15:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:12 -0500
commit2debfc918cc19e798f996f64dc5fe079b0c538cf (patch)
treefa545b241650b38475c5747c6698843c4fddf45d /source4
parentf2ab61b129f425b09d61842f2744c17139701d17 (diff)
downloadsamba-2debfc918cc19e798f996f64dc5fe079b0c538cf.tar.gz
samba-2debfc918cc19e798f996f64dc5fe079b0c538cf.tar.bz2
samba-2debfc918cc19e798f996f64dc5fe079b0c538cf.zip
r13809: move ldb specific define
metze (This used to be commit 6f47fcbd44ae83e7268aedf91ac56fff4189c763)
Diffstat (limited to 'source4')
-rw-r--r--source4/include/includes.h3
-rw-r--r--source4/lib/ldb/include/includes.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 7c724ef2e8..dc71696ac7 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -75,9 +75,6 @@
#include <varargs.h>
#endif
-/* tell ldb we have the internal ldap code */
-#define HAVE_ILDAP 1
-
/*
we use struct ipv4_addr to avoid having to include all the
system networking headers everywhere
diff --git a/source4/lib/ldb/include/includes.h b/source4/lib/ldb/include/includes.h
index b10f329a2d..57c207bd74 100644
--- a/source4/lib/ldb/include/includes.h
+++ b/source4/lib/ldb/include/includes.h
@@ -12,6 +12,9 @@
#include "build.h"
+/* tell ldb we have the internal ldap code */
+#define HAVE_ILDAP 1
+
#else /*_SAMBA_BUILD_*/
#ifndef _GNU_SOURCE