aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/setup.h b/lib/setup.h
index d02eec92d..bd60db09d 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -120,18 +120,6 @@
#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
-
#ifdef HAVE_LONGLONG
#define LONG_LONG long long
#define ENABLE_64BIT