diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-06-03 18:18:45 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-06-03 18:18:45 +0200 |
commit | 5b9f8224631f705c67b108fbb7b9794dea44d960 (patch) | |
tree | c585e703347746ee4c226319837a07b844d5fa2e /net/ocserv/Config.in | |
parent | af551b66835aa2bb3fd77d96eff58950d1382b43 (diff) |
Added ocserv
Diffstat (limited to 'net/ocserv/Config.in')
-rw-r--r-- | net/ocserv/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ocserv/Config.in b/net/ocserv/Config.in new file mode 100644 index 000000000..75ebd5ada --- /dev/null +++ b/net/ocserv/Config.in @@ -0,0 +1,14 @@ +# 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 n + +endmenu |