svn commit: samba r13809 - in branches/SAMBA_4_0/source: include lib/ldb/include

metze at samba.org metze at samba.org
Fri Mar 3 08:15:29 GMT 2006


Author: metze
Date: 2006-03-03 08:15:29 +0000 (Fri, 03 Mar 2006)
New Revision: 13809

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13809

Log:
move ldb specific define

metze
Modified:
   branches/SAMBA_4_0/source/include/includes.h
   branches/SAMBA_4_0/source/lib/ldb/include/includes.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/includes.h
===================================================================
--- branches/SAMBA_4_0/source/include/includes.h	2006-03-03 08:08:46 UTC (rev 13808)
+++ branches/SAMBA_4_0/source/include/includes.h	2006-03-03 08:15:29 UTC (rev 13809)
@@ -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

Modified: branches/SAMBA_4_0/source/lib/ldb/include/includes.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/includes.h	2006-03-03 08:08:46 UTC (rev 13808)
+++ branches/SAMBA_4_0/source/lib/ldb/include/includes.h	2006-03-03 08:15:29 UTC (rev 13809)
@@ -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



More information about the samba-cvs mailing list