Remove checks for headers and functions that are in C99.
[tinc] / src / system.h
index 7180b87..4b428b1 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