summaryrefslogtreecommitdiff
path: root/node/Dictionary.cpp
diff options
context:
space:
mode:
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