search for: 923e76a

Displaying 1 result from an estimated 1 matches for "923e76a".

Did you mean: 923276
2011 Jan 03
1
Tinc improvements
...], [#include "have.h"] +) +AC_CHECK_HEADERS([sys/sockios.h], + [], [], [#include "have.h"] ) dnl Checks for typedefs, structures, and compiler characteristics. ------------------------------------ have.h ----------------------------------- diff --git a/have.h b/have.h index 923e76a..35de33c 100644 --- a/have.h +++ b/have.h @@ -178,4 +178,16 @@ #include <netinet/if_ether.h> #endif +#ifdef HAVE_IFADDRS_H +#include <ifaddrs.h> +#endif + +#ifdef HAVE_SYS_SOCKIO +#include <sys/sockio.h> +#endif + +#ifdef HAVE_SYS_SOCKIOS +#include <sys/sockios.h> +#endi...