summaryrefslogtreecommitdiff
path: root/node/Dictionary.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-04-26 08:53:49 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-04-26 08:53:49 -0700
commit25a5275921678e9048a4bc0e1827f0235894c0bf (patch)
tree8513c751f8e67fa4bd45330ac9a66c97269a1a8e /node/Dictionary.cpp
parente731fc1a3ae5295be843ad84d3769c5c28839782 (diff)
downloadinfinitytier-25a5275921678e9048a4bc0e1827f0235894c0bf.tar.gz
infinitytier-25a5275921678e9048a4bc0e1827f0235894c0bf.zip
.
Diffstat (limited to 'node/Dictionary.cpp')
-rw-r--r--node/Dictionary.cpp4
1 files changed, 4 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#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