X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=have.h;h=0ab813461c41bcf54bd8d397cfa18d334066feb8;hb=03ac48ea19914e4162f17a2fb0f742b99ae32499;hp=92914ea010e11e0dfcac60c715e58b267b5eaab0;hpb=d6c50eb73ad49bd2eac67214995dff76b7a20661;p=tinc diff --git a/have.h b/have.h index 92914ea0..0ab81346 100644 --- a/have.h +++ b/have.h @@ -1,7 +1,7 @@ /* have.h -- include headers which are known to exist Copyright (C) 1998-2005 Ivo Timmermans - 2003-2009 Guus Sliepen + 2003-2011 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 @@ -21,6 +21,15 @@ #ifndef __TINC_HAVE_H__ #define __TINC_HAVE_H__ +#ifdef HAVE_MINGW +#ifdef WITH_WINDOWS2000 +#define WINVER Windows2000 +#else +#define WINVER WindowsXP +#endif +#define WIN32_LEAN_AND_MEAN +#endif + #include #include #include @@ -32,12 +41,6 @@ #include #ifdef HAVE_MINGW -#ifdef WITH_WINDOWS2000 -#define WINVER Windows2000 -#else -#define WINVER WindowsXP -#endif -#define WIN32_LEAN_AND_MEAN #include #include #include @@ -55,10 +58,6 @@ #include #endif -#ifdef HAVE_ALLOCA_H -#include -#endif - /* Include system specific headers */ #ifdef HAVE_SYSLOG_H @@ -97,6 +96,10 @@ #include #endif +#ifdef HAVE_SYS_RESOURCE_H +#include +#endif + #ifdef HAVE_SYS_UIO_H #include #endif @@ -105,6 +108,10 @@ #include #endif +#ifdef HAVE_DIRENT_H +#include +#endif + /* SunOS really wants sys/socket.h BEFORE net/if.h, and FreeBSD wants these lines below the rest. */ @@ -128,10 +135,18 @@ #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