X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fhave.h;h=f64e15d09d9e57dd4e6f8bd3f500f755f4ef7d01;hb=f31267783fccb4e17d914c64243b0cba4e5632c4;hp=3ada63a732a53a94b558a833b6cd905b060e8d07;hpb=5e00a24e1f13fa70a6945831c409d873b7809d11;p=meshlink diff --git a/src/have.h b/src/have.h index 3ada63a7..f64e15d0 100644 --- a/src/have.h +++ b/src/have.h @@ -1,7 +1,9 @@ +#ifndef MESHLINK_HAVE_H +#define MESHLINK_HAVE_H + /* have.h -- include headers which are known to exist - Copyright (C) 1998-2005 Ivo Timmermans - 2003-2013 Guus Sliepen + Copyright (C) 2014, 2017 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 @@ -18,9 +20,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_HAVE_H__ -#define __TINC_HAVE_H__ - #ifdef HAVE_MINGW #ifdef WITH_WINDOWS2000 #define WINVER Windows2000 @@ -33,12 +32,17 @@ #include #include #include +#include +#include +#include #include #include #include #include #include #include +#include +#include #ifdef HAVE_MINGW #include @@ -47,18 +51,10 @@ #include #endif -#ifdef HAVE_STDBOOL_H -#include -#endif - #ifdef HAVE_TERMIOS_H #include #endif -#ifdef HAVE_INTTYPES_H -#include -#endif - /* Include system specific headers */ #ifdef HAVE_SYSLOG_H @@ -89,10 +85,6 @@ #include #endif -#ifdef HAVE_SYS_IOCTL_H -#include -#endif - #ifdef HAVE_SYS_PARAM_H #include #endif @@ -101,10 +93,6 @@ #include #endif -#ifdef HAVE_SYS_UIO_H -#include -#endif - #ifdef HAVE_SYS_UN_H #include #endif @@ -124,76 +112,12 @@ #include #endif -#ifdef HAVE_NET_IF_H -#include -#endif - -#ifdef HAVE_NET_IF_TYPES_H -#include -#endif - -#ifdef HAVE_NET_IF_TUN_H -#include -#endif - -#ifdef HAVE_NET_TUN_IF_TUN_H -#include -#endif - -#ifdef HAVE_NET_IF_TAP_H -#include -#endif - -#ifdef HAVE_NET_TAP_IF_TAP_H -#include -#endif - -#ifdef HAVE_NETINET_IN_SYSTM_H -#include -#endif - -#ifdef HAVE_NETINET_IN_H -#include -#endif - #ifdef HAVE_ARPA_INET_H #include #endif -#ifdef HAVE_NETINET_IP_H -#include -#endif - -#ifdef HAVE_NETINET_TCP_H -#include -#endif - -#ifdef HAVE_NETINET_IN6_H -#include -#endif - -#ifdef HAVE_NETINET_IP6_H -#include -#endif - -#ifdef HAVE_NET_ETHERNET_H -#include -#endif - -#ifdef HAVE_NET_IF_ARP_H -#include -#endif - -#ifdef HAVE_NETINET_IP_ICMP_H -#include -#endif - -#ifdef HAVE_NETINET_ICMP6_H -#include -#endif - -#ifdef HAVE_NETINET_IF_ETHER_H -#include +#ifdef HAVE_IFADDRS_H +#include #endif #ifdef HAVE_MINGW @@ -202,4 +126,4 @@ #define SLASH "/" #endif -#endif /* __TINC_SYSTEM_H__ */ +#endif