X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=acconfig.h;h=9e9f886b3eb7ee864a7a8a1b9404f06dc492a23e;hp=031a337bffe7384cac672f56b210b470774dcafd;hb=c2752b961c9262386b940c2c053b9909bee22859;hpb=9175d2048382c617a639fd3d437a9e06baa66d0f diff --git a/acconfig.h b/acconfig.h index 031a337b..9e9f886b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -50,6 +50,9 @@ /* FreeBSD */ #undef HAVE_FREEBSD +/* OpenBSD */ +#undef HAVE_OPENBSD + /* Solaris */ #undef HAVE_SOLARIS @@ -65,5 +68,5 @@ /* Define to 1 if checkpoint tracing is enabled */ #undef ENABLE_TRACING -/* Define to 1 if scanf and friends understand %as */ -#undef HAVE_SCANF_AS +/* Define to 1 if you have struct addrinfo */ +#undef HAVE_STRUCT_ADDRINFO