X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fhave.h;h=396143d4b9ba3d2bed15ef84c7490513bc8a5607;hb=6b5cfe97f4d3f93bde5c3eac5cb82b20b160ae36;hp=bcd46127a5c49b00dbfc5ef4601db0fe48d4fc8f;hpb=110ca1958af2465e383b4ca20b67fd0e780f3fb5;p=tinc diff --git a/src/have.h b/src/have.h index bcd46127..396143d4 100644 --- a/src/have.h +++ b/src/have.h @@ -1,7 +1,7 @@ /* have.h -- include headers which are known to exist Copyright (C) 1998-2005 Ivo Timmermans - 2003-2014 Guus Sliepen + 2003-2015 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -196,4 +196,19 @@ #include #endif +#ifdef HAVE_ARPA_NAMESER_H +#include +#ifdef STATUS +#undef STATUS +#endif +#endif + +#ifdef HAVE_RESOLV_H +#include +#endif + +#ifdef HAVE_LINUX_IF_TUN_H +#include +#endif + #endif /* __TINC_SYSTEM_H__ */