summaryrefslogtreecommitdiff
path: root/source3/lib/replace/replace.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-24 02:29:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:01:06 -0500
commit64d4ff5dcc24d8dfd104b340816d2c89b7735a85 (patch)
treee291b5a202c0012e903fb5fc03442c0a5e2194c3 /source3/lib/replace/replace.h
parentaf4f43db8d8d2b79d04f33e513555bdb72e265f6 (diff)
downloadsamba-64d4ff5dcc24d8dfd104b340816d2c89b7735a85.tar.gz
samba-64d4ff5dcc24d8dfd104b340816d2c89b7735a85.tar.bz2
samba-64d4ff5dcc24d8dfd104b340816d2c89b7735a85.zip
r18864: merge lib/replace changes from samba4
(This used to be commit 6d5f507136be327558e98214b64eca225ca23d66)
Diffstat (limited to 'source3/lib/replace/replace.h')
-rw-r--r--source3/lib/replace/replace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/replace/replace.h b/source3/lib/replace/replace.h
index edcdebe6bd..01f626390c 100644
--- a/source3/lib/replace/replace.h
+++ b/source3/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