From 25a5275921678e9048a4bc0e1827f0235894c0bf Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 26 Apr 2016 08:53:49 -0700 Subject: . --- node/Dictionary.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'node/Dictionary.cpp') diff --git a/node/Dictionary.cpp b/node/Dictionary.cpp index e7a1a0e6..1862499a 100644 --- a/node/Dictionary.cpp +++ b/node/Dictionary.cpp @@ -16,6 +16,8 @@ * along with this program. If not, see . */ +#ifdef ZT_SUPPORT_OLD_STYLE_NETCONF + #include "Dictionary.hpp" #include "C25519.hpp" #include "Identity.hpp" @@ -238,3 +240,5 @@ void Dictionary::_appendEsc(const char *data,unsigned int len,std::string &to) } } // namespace ZeroTier + +#endif // ZT_SUPPORT_OLD_STYLE_NETCONF -- cgit v1.2.3