Config-nossl.in 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. if PACKAGE_openvpn-nossl
  2. config OPENVPN_nossl_ENABLE_LZO
  3. bool "Enable LZO compression support"
  4. default y
  5. config OPENVPN_nossl_ENABLE_SERVER
  6. bool "Enable server support (otherwise only client mode is support)"
  7. default y
  8. config OPENVPN_nossl_ENABLE_MANAGEMENT
  9. bool "Enable management server support"
  10. default n
  11. config OPENVPN_nossl_ENABLE_HTTP
  12. bool "Enable HTTP proxy support"
  13. default y
  14. config OPENVPN_nossl_ENABLE_SOCKS
  15. bool "Enable SOCKS proxy support"
  16. default y
  17. config OPENVPN_nossl_ENABLE_FRAGMENT
  18. bool "Enable internal fragmentation support (--fragment)"
  19. default y
  20. config OPENVPN_nossl_ENABLE_MULTIHOME
  21. bool "Enable multi-homed UDP server support (--multihome)"
  22. default y
  23. config OPENVPN_nossl_ENABLE_PORT_SHARE
  24. bool "Enable TCP server port-share support (--port-share)"
  25. default y
  26. config OPENVPN_nossl_ENABLE_DEF_AUTH
  27. bool "Enable deferred authentication"
  28. default y
  29. config OPENVPN_nossl_ENABLE_PF
  30. bool "Enable internal packet filter"
  31. default y
  32. config OPENVPN_nossl_ENABLE_IPROUTE2
  33. bool "Enable support for iproute2"
  34. default n
  35. config OPENVPN_nossl_ENABLE_SMALL
  36. bool "Enable size optimization"
  37. default y
  38. help
  39. enable smaller executable size (disable OCC, usage
  40. message, and verb 4 parm list)
  41. endif