r13809: move ldb specific define
authorStefan Metzmacher <metze@samba.org>
Fri, 3 Mar 2006 08:15:29 +0000 (08:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:52:12 +0000 (13:52 -0500)
metze
(This used to be commit 6f47fcbd44ae83e7268aedf91ac56fff4189c763)

source4/include/includes.h
source4/lib/ldb/include/includes.h

index 7c724ef2e8a63dca78f619607d7c2675613922be..dc71696ac7567e22a472bec2edd4f618603db298 100644 (file)
@@ -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
index b10f329a2d63bff6fe7f4449ea4959956c211a57..57c207bd74e9b383e4921bdc28a8eef23aca663f 100644 (file)
@@ -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