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

tridge at samba.org tridge at samba.org
Wed Sep 22 02:03:34 GMT 2004


Author: tridge
Date: 2004-09-22 02:03:34 +0000 (Wed, 22 Sep 2004)
New Revision: 2484

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib/ldb/include&rev=2484&nolog=1

Log:
allow ldb to build standalone again

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	2004-09-22 00:50:12 UTC (rev 2483)
+++ branches/SAMBA_4_0/source/lib/ldb/include/includes.h	2004-09-22 02:03:34 UTC (rev 2484)
@@ -18,6 +18,13 @@
 #include <fnmatch.h>
 #include <sys/time.h>
 #include <time.h>
+
+
+#ifndef _PRINTF_ATTRIBUTE
+#define _PRINTF_ATTRIBUTE(a,b)
+#endif
+
 #include "ldb.h"
 #include "tdb.h"
 #include "proto.h"
+



More information about the samba-cvs mailing list