openvpn: make size optimization configurable
[openwrt/openwrt.git] / package / network / services / 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_X509_ALT_USERNAME
8 bool "Enable the --x509-username-field feature"
9 default n
10
11 config OPENVPN_openssl_ENABLE_SERVER
12 bool "Enable server support (otherwise only client mode is support)"
13 default y
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_HTTP
28 bool "Enable HTTP proxy support"
29 default y
30
31 config OPENVPN_openssl_ENABLE_SOCKS
32 bool "Enable SOCKS proxy support"
33 default y
34
35 config OPENVPN_openssl_ENABLE_FRAGMENT
36 bool "Enable internal fragmentation support (--fragment)"
37 default y
38
39 config OPENVPN_openssl_ENABLE_MULTIHOME
40 bool "Enable multi-homed UDP server support (--multihome)"
41 default y
42
43 config OPENVPN_openssl_ENABLE_PORT_SHARE
44 bool "Enable TCP server port-share support (--port-share)"
45 default y
46
47 config OPENVPN_openssl_ENABLE_DEF_AUTH
48 bool "Enable deferred authentication"
49 default y
50
51 config OPENVPN_openssl_ENABLE_PF
52 bool "Enable internal packet filter"
53 default y
54
55 config OPENVPN_openssl_ENABLE_IPROUTE2
56 bool "Enable support for iproute2"
57 default n
58
59 config OPENVPN_openssl_ENABLE_SMALL
60 bool "Enable size optimization"
61 default y
62 help
63 enable smaller executable size (disable OCC, usage
64 message, and verb 4 parm list)
65
66 endif