aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/setup.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/setup.h b/src/setup.h
index 139b7467f..641be4748 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -128,17 +128,6 @@
#include <floss.h>
#endif
-#ifndef TRUE
-#define TRUE 1
-#endif
-#ifndef FALSE
-#define FALSE 0
-#endif
-
-#if !defined(__cplusplus) && !defined(__BEOS__) && !defined(__ECOS) && !defined(typedef_bool)
-typedef unsigned char bool;
-#define typedef_bool
-#endif
#ifndef OS
#define OS "unknown"