X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fhave.h;h=402f80289d7b550e6af5b9900f74bc0a61a950e7;hp=faa4c9e0f38be54d7d9448b08646577ccba5e046;hb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;hpb=3465746b9bf75124b21eab21cdf390696b608405 diff --git a/src/have.h b/src/have.h index faa4c9e0..402f8028 100644 --- a/src/have.h +++ b/src/have.h @@ -1,3 +1,6 @@ +#ifndef TINC_HAVE_H +#define TINC_HAVE_H + /* have.h -- include headers which are known to exist Copyright (C) 1998-2005 Ivo Timmermans @@ -18,9 +21,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_HAVE_H__ -#define __TINC_HAVE_H__ - #ifdef HAVE_MINGW #define WINVER WindowsXP #define WIN32_LEAN_AND_MEAN @@ -213,4 +213,4 @@ #define SLASH "/" #endif -#endif /* __TINC_SYSTEM_H__ */ +#endif