search for: have_sys_sockios

Displaying 1 result from an estimated 1 matches for "have_sys_sockios".

Did you mean: have_sys_sockio
2011 Jan 03
1
Tinc improvements
...------------ 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> +#endif + #endif /* __TINC_SYSTEM_H__ */ ---------------------------------- src/net.h ---------------------------------- diff --git a/src/net.h b/src/net.h index 55856e2..ab6bd41 100644 --- a/src/net.h +++ b/src/net.h @@ -31,7 +31,7 @@ #define MTU 1518 /* 1500 b...