summaryrefslogtreecommitdiff
path: root/Utilities/cmxmlrpc/bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmxmlrpc/bool.h')
-rw-r--r--Utilities/cmxmlrpc/bool.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Utilities/cmxmlrpc/bool.h b/Utilities/cmxmlrpc/bool.h
deleted file mode 100644
index 8bf54f34f7..0000000000
--- a/Utilities/cmxmlrpc/bool.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef BOOL_H_INCLUDED
-#define BOOL_H_INCLUDED
-
-#ifndef TRUE
-#define TRUE (1)
-#endif
-#ifndef FALSE
-#define FALSE (0)
-#endif
-
-#ifndef __cplusplus
-#ifndef HAVE_BOOL
-#define HAVE_BOOL
-typedef int bool;
-#endif
-#endif
-
-#endif