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

tridge at samba.org tridge at samba.org
Wed Sep 6 00:06:33 GMT 2006


Author: tridge
Date: 2006-09-06 00:06:30 +0000 (Wed, 06 Sep 2006)
New Revision: 18112

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

Log:

really make use of libreplace in ldb

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/include/includes.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/includes.h	2006-09-06 00:06:00 UTC (rev 18111)
+++ branches/SAMBA_4_0/source/lib/ldb/include/includes.h	2006-09-06 00:06:30 UTC (rev 18112)
@@ -5,20 +5,14 @@
 */
 
 #ifdef _SAMBA_BUILD_
-
 /* tell ldb we have the internal ldap code */
 #define HAVE_ILDAP 1
+#endif
 
-#else
-#include "config.h"
-#endif /*_SAMBA_BUILD_*/
-
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE
 #endif
-#ifdef HAVE_REPLACE_H
 #include "replace.h"
-#endif
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>



More information about the samba-cvs mailing list