Merge pull request #19470 from rmilecki/ddns-scripts-code-cleanup
[feed/packages.git] / net / openvpn / Config-openssl.in
1 if PACKAGE_openvpn-openssl
2
3 config OPENVPN_openssl_ENABLE_LZO
4 bool "Enable LZO compression support"
5 default y
6
7 config OPENVPN_openssl_ENABLE_LZ4
8 bool "Enable LZ4 compression support"
9 default y
10
11 config OPENVPN_openssl_ENABLE_X509_ALT_USERNAME
12 bool "Enable the --x509-username-field feature"
13 default n
14
15 #config OPENVPN_openssl_ENABLE_EUREPHIA
16 # bool "Enable support for the eurephia plug-in"
17 # default n
18
19 config OPENVPN_openssl_ENABLE_MANAGEMENT
20 bool "Enable management server support"
21 default n
22
23 #config OPENVPN_openssl_ENABLE_PKCS11
24 # bool "Enable pkcs11 support"
25 # default n
26
27 config OPENVPN_openssl_ENABLE_FRAGMENT
28 bool "Enable internal fragmentation support (--fragment)"
29 default y
30
31 config OPENVPN_openssl_ENABLE_MULTIHOME
32 bool "Enable multi-homed UDP server support (--multihome)"
33 default y
34
35 config OPENVPN_openssl_ENABLE_PORT_SHARE
36 bool "Enable TCP server port-share support (--port-share)"
37 default y
38
39 config OPENVPN_openssl_ENABLE_DEF_AUTH
40 bool "Enable deferred authentication"
41 default y
42
43 config OPENVPN_openssl_ENABLE_PF
44 bool "Enable internal packet filter"
45 default y
46
47 config OPENVPN_openssl_ENABLE_IPROUTE2
48 bool "Enable support for iproute2"
49 default n
50
51 config OPENVPN_openssl_ENABLE_SMALL
52 bool "Enable size optimization"
53 default y
54 help
55 enable smaller executable size (disable OCC, usage
56 message, and verb 4 parm list)
57
58 endif