From 2b2c7ee2f0b5319afde788e244af9dc161500a4c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 24 Sep 2006 02:13:52 +0000 Subject: r18862: as andrew pointed our on irc, if we are going to define _TRUE, then better make it be true :) (This used to be commit 4bda5ed3f9fda437c3f9b7e8ce83853999601c74) --- source4/lib/replace/replace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/replace/replace.h') diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index edcdebe6bd..01f626390c 100644 --- a/source4/lib/replace/replace.h +++ b/source4/lib/replace/replace.h @@ -357,10 +357,10 @@ typedef int bool; #endif #ifndef _TRUE -#define _TRUE +#define _TRUE true #endif #ifndef _FALSE -#define _FALSE +#define _FALSE false #endif #ifndef HAVE_FUNCTION_MACRO -- cgit