No Description

Config.in 337B

12345678910111213141516171819202122
  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