mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
9808e5c51f
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
19 lines
280 B
Plaintext
19 lines
280 B
Plaintext
# ocserv avanced configuration
|
|
|
|
menu "Configuration"
|
|
depends on PACKAGE_ocserv
|
|
|
|
config OCSERV_PAM
|
|
bool "enable PAM"
|
|
default n
|
|
|
|
config OCSERV_PROTOBUF
|
|
bool "use external libprotobuf"
|
|
default y
|
|
|
|
config OCSERV_HTTP_PARSER
|
|
bool "use external libhttp-parser"
|
|
default y
|
|
|
|
endmenu
|