Imported Upstream version 1.2.0
[psensor-pkg-debian.git] / src / lib / bool.h
index 3aba0b6..c2ad205 100644 (file)
 
 #include "config.h"
 
 
 #include "config.h"
 
-#if HAVE_STDBOOL
+#if HAVE_STDBOOL_H
 #include <stdbool.h>
 #else
 #define bool char
 #include <stdbool.h>
 #else
 #define bool char
+#define true 1
+#define false 0
 #endif
 
 #endif
 #endif
 
 #endif