mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 23:28:23 +00:00
Add persistent identity caching for use on supernodes. Activate by just making an iddb.d directory in the ZeroTier home folder. Also clean up some obsolete cruft from makefiles.
This commit is contained in:
@ -99,24 +99,6 @@
|
||||
#ifndef __BYTE_ORDER
|
||||
error_no_byte_order_defined;
|
||||
#endif
|
||||
#ifndef ZT_OSNAME
|
||||
#ifdef __WINDOWS__
|
||||
#define ZT_OSNAME "windows"
|
||||
#else
|
||||
no ZT_OSNAME defined;
|
||||
#endif
|
||||
#endif
|
||||
#ifndef ZT_ARCH
|
||||
#ifdef __WINDOWS__
|
||||
#ifdef _WIN64
|
||||
#define ZT_ARCH "x64"
|
||||
#else
|
||||
#define ZT_ARCH "x86"
|
||||
#endif
|
||||
#else
|
||||
error_no_ZT_ARCH_defined;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Length of a ZeroTier address in bytes
|
||||
|
Reference in New Issue
Block a user