r18731: fix the build on aix
authorStefan Metzmacher <metze@samba.org>
Wed, 20 Sep 2006 18:15:46 +0000 (18:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:00:53 +0000 (12:00 -0500)
metze

source/tdb/include/tdbutil.h

index 44351619f451da25c159a697e197d4bce80eb19b..1bc000337b1fc1a5c2e94accdc57bebea34bcb22 100644 (file)
 
 #include "tdb.h"
 
+#ifndef _BOOL
+typedef int BOOL;
+#define _BOOL
+#endif
+
 /* single node of a list returned by tdb_search_keys */
 typedef struct keys_node 
 {