Config.in 264 B

1234567891011121314
  1. menu "Configuration"
  2. depends on PACKAGE_zerotier
  3. config ZEROTIER_ENABLE_DEBUG
  4. bool "Build in debug mode"
  5. depends on PACKAGE_zerotier
  6. default n
  7. config ZEROTIER_ENABLE_SELFTEST
  8. bool "Build a self test program"
  9. depends on PACKAGE_zerotier
  10. default n
  11. endmenu