From 7f09a767f0b49dfe901f1578e14763c84fb6f479 Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 25 Jun 2008 21:06:54 +0000 Subject: [PATCH] (re)define FALSE and TRUE, non-existent on my system git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1195 7f574dfc-610e-0410-a909-a81674777703 --- src/conky.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/conky.h b/src/conky.h index de86516c..45ebe381 100644 --- a/src/conky.h +++ b/src/conky.h @@ -34,7 +34,12 @@ #include #endif /* HAS_MCHECK_H */ +#undef EQUAL +#undef FALSE +#undef TRUE #define EQUAL 0 //returnvalue of strcmp-variants when strings are equal +#define FALSE 0 +#define TRUE 1 #include "config.h" #include