mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into edge
This commit is contained in:
commit
ada2ea3a6b
2 changed files with 22 additions and 0 deletions
|
@ -46,6 +46,10 @@ ifeq ($(ZT_SYNOLOGY), 1)
|
|||
DEFS+=-D__SYNOLOGY__
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_QNAP), 1)
|
||||
DEFS+=-D__QNAP__
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_TRACE),1)
|
||||
DEFS+=-DZT_TRACE
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue