Unconditionally include stdbool.h and inttypes.h.
[oweals/tinc.git] / src / system.h
index 504e59cec6b51fa1e7957e21708cf0a0bc3a8940..14db7f5d8c93eb1eec9e5eff3087d83c816d5e08 100644 (file)
 
 #include "have.h"
 
-#ifndef HAVE_STDBOOL_H
-typedef int bool;
-#define true 1
-#define false 0
-#endif
-
 #ifndef HAVE_STRSIGNAL
 # define strsignal(p) ""
 #endif