X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fhave.h;h=7695adc16b1a4c277c260fc231e88a4bd79ef59f;hb=6a73467d16a57ca1645d805776c4dfcaf2b05798;hp=c49e506c66bca6d54c092b5cf0284cab80066c27;hpb=9097c5bb92396e2471e99f0e61a75756a1e9200b;p=meshlink diff --git a/src/have.h b/src/have.h index c49e506c..7695adc1 100644 --- a/src/have.h +++ b/src/have.h @@ -1,6 +1,9 @@ +#ifndef MESHLINK_HAVE_H +#define MESHLINK_HAVE_H + /* have.h -- include headers which are known to exist - Copyright (C) 2014 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 @@ -17,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 @@ -89,10 +89,6 @@ #include #endif -#ifdef HAVE_SYS_IOCTL_H -#include -#endif - #ifdef HAVE_SYS_PARAM_H #include #endif @@ -101,10 +97,6 @@ #include #endif -#ifdef HAVE_SYS_UIO_H -#include -#endif - #ifdef HAVE_SYS_UN_H #include #endif @@ -124,46 +116,14 @@ #include #endif -#ifdef HAVE_NET_IF_H -#include -#endif - -#ifdef HAVE_NET_IF_TYPES_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_MINGW #define SLASH "\\" #else #define SLASH "/" #endif -#endif /* __TINC_SYSTEM_H__ */ +#endif