From 8383eb53f49aaa5026cc9431a7eec3b086870d5c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 19 Sep 2006 03:04:57 +0000 Subject: r18671: try to fix the build on solaris 10 and maybe some other hosts we need to define 'BOOL_DEFINED' to make sure it didn't get redefined by metze (This used to be commit 5a589bb16c2bb3da75874bd190384eabd39eb972) --- source3/lib/replace/replace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/replace') diff --git a/source3/lib/replace/replace.h b/source3/lib/replace/replace.h index 688f08a51d..e6ba68f9ad 100644 --- a/source3/lib/replace/replace.h +++ b/source3/lib/replace/replace.h @@ -325,6 +325,7 @@ char *rep_mkdtemp(char *template); #define bool _Bool #else #define __bool_true_false_are_defined +#define BOOL_DEFINED /* needed for not doing a redefine */ typedef int bool; #endif #endif -- cgit