mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-10 16:08:31 +00:00
(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
This commit is contained in:
parent
28478344ab
commit
7f09a767f0
@ -34,7 +34,12 @@
|
|||||||
#include <mcheck.h>
|
#include <mcheck.h>
|
||||||
#endif /* HAS_MCHECK_H */
|
#endif /* HAS_MCHECK_H */
|
||||||
|
|
||||||
|
#undef EQUAL
|
||||||
|
#undef FALSE
|
||||||
|
#undef TRUE
|
||||||
#define EQUAL 0 //returnvalue of strcmp-variants when strings are equal
|
#define EQUAL 0 //returnvalue of strcmp-variants when strings are equal
|
||||||
|
#define FALSE 0
|
||||||
|
#define TRUE 1
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <sys/utsname.h>
|
#include <sys/utsname.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user