You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
337 B

10 years ago
10 years ago
10 years ago
10 years ago
  1. # ocserv avanced configuration
  2. menu "Configuration"
  3. depends on PACKAGE_ocserv
  4. config OCSERV_PAM
  5. bool "enable PAM"
  6. default n
  7. config OCSERV_SECCOMP
  8. bool "enable seccomp"
  9. default n
  10. config OCSERV_PROTOBUF
  11. bool "use external libprotobuf"
  12. default y
  13. config OCSERV_HTTP_PARSER
  14. bool "use external libhttp-parser"
  15. default y
  16. endmenu