diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-04-26 08:53:49 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-04-26 08:53:49 -0700 |
| commit | 25a5275921678e9048a4bc0e1827f0235894c0bf (patch) | |
| tree | 8513c751f8e67fa4bd45330ac9a66c97269a1a8e /node/Dictionary.cpp | |
| parent | e731fc1a3ae5295be843ad84d3769c5c28839782 (diff) | |
| download | infinitytier-25a5275921678e9048a4bc0e1827f0235894c0bf.tar.gz infinitytier-25a5275921678e9048a4bc0e1827f0235894c0bf.zip | |
.
Diffstat (limited to 'node/Dictionary.cpp')
| -rw-r--r-- | node/Dictionary.cpp | 4 |
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 |
