aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/setup.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 60b9c9766..ada3bfb88 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -57,6 +57,13 @@
#endif
+#ifndef TRUE
+#define TRUE 1
+#endif
+#ifndef FALSE
+#define FALSE 0
+#endif
+
#if !defined(__cplusplus) && !defined(__BEOS__)
typedef unsigned char bool;
#define typedef_bool