From 35b578090788bc9d8dac9ad6f17455ca93a2cfd1 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Fri, 12 Jun 2020 14:44:25 -0700 Subject: [PATCH] remove __has_include --- core/Constants.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/Constants.hpp b/core/Constants.hpp index a81b68ce2..693ba02d8 100644 --- a/core/Constants.hpp +++ b/core/Constants.hpp @@ -17,14 +17,7 @@ #include "zerotier.h" #include "OS.hpp" -#if __has_include("version.h") #include "version.h" -#else /* dummy values for use inside IDEs, etc. */ -#define ZEROTIER_VERSION_MAJOR 255 -#define ZEROTIER_VERSION_MINOR 255 -#define ZEROTIER_VERSION_REVISION 255 -#define ZEROTIER_VERSION_BUILD 255 -#endif /** * Version bit packed into four 16-bit fields in a 64-bit unsigned integer.