X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fsystem.h;h=14db7f5d8c93eb1eec9e5eff3087d83c816d5e08;hp=504e59cec6b51fa1e7957e21708cf0a0bc3a8940;hb=7e686dde6f965d159b57e8394db3233b7cc20c56;hpb=78c5b1c2dc3347894d69bf95b08c3f664c0bc399 diff --git a/src/system.h b/src/system.h index 504e59ce..14db7f5d 100644 --- a/src/system.h +++ b/src/system.h @@ -25,12 +25,6 @@ #include "have.h" -#ifndef HAVE_STDBOOL_H -typedef int bool; -#define true 1 -#define false 0 -#endif - #ifndef HAVE_STRSIGNAL # define strsignal(p) "" #endif