1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

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)
This commit is contained in:
Andrew Tridgell 2006-09-24 02:13:52 +00:00 committed by Gerald (Jerry) Carter
parent 311e26246c
commit 2b2c7ee2f0

View File

@ -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