X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=system.h;h=e38fba192764ceb73260a710ec01525507ad459f;hp=c4dd0d14cdfe2a049fa63b395153ea523f23dab7;hb=6d41b429a26dd1acaa7c56b2124f2daf55b5b97c;hpb=e449d94caef963809d417f16497f6f978e10d731 diff --git a/system.h b/system.h index c4dd0d14..e38fba19 100644 --- a/system.h +++ b/system.h @@ -27,7 +27,6 @@ #include #include -#include #include #include #include @@ -35,7 +34,18 @@ #include #include #include + +#ifdef HAVE_STDBOOL_H +#include +#else +typedef int bool; +#define true 1 +#define false 0 +#endif + +#ifdef HAVE_TERMIOS_H #include +#endif #ifdef HAVE_INTTYPES_H #include @@ -72,7 +82,7 @@ #endif #ifdef HAVE_SYS_PARAM_H -#include +#include #endif /* SunOS really wants sys/socket.h BEFORE net/if.h, @@ -82,10 +92,6 @@ #include #endif -#ifdef HAVE_ARPA_INET_H -#include -#endif - #ifdef HAVE_SYS_SOCKET_H #include #endif @@ -102,6 +108,10 @@ #include #endif +#ifdef HAVE_ARPA_INET_H +#include +#endif + #ifdef HAVE_NETINET_IP_H #include #endif @@ -110,9 +120,17 @@ #include #endif +#ifdef HAVE_NETINET_IN6_H +#include +#endif + +#ifdef HAVE_NETINET_IP6_H +#include +#endif + #ifdef HAVE_MINGW #include -#include +#include #endif /* Include localisation support */