Unconditionally include stdbool.h and inttypes.h.
[tinc] / src / system.h
index 504e59c..14db7f5 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