X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=acconfig.h;h=7bb8efe164af36d8133f010b2cbbbbf45355713c;hp=f1d9ee74bd22c857d0e358f29ead9292693db98f;hb=153fc35e57c0104aa4ea9103bcdbca3665e4934c;hpb=3b455b8f318528206b08121f5ce93d16e4ea01df diff --git a/acconfig.h b/acconfig.h index f1d9ee74..7bb8efe1 100644 --- a/acconfig.h +++ b/acconfig.h @@ -44,6 +44,14 @@ # undef getopt #endif +/* Linux */ +#undef HAVE_LINUX + +/* FreeBSD */ +#undef HAVE_FREEBSD + +/* Solaris */ +#undef HAVE_SOLARIS /* Define to the location of the kernel sources */ #undef CONFIG_TINC_KERNELDIR @@ -53,3 +61,6 @@ /* Define to the location of if_tun.h */ #undef LINUX_IF_TUN_H + +/* Define to 1 if checkpoint tracing is enabled */ +#undef ENABLE_TRACING