blob: 8d2a0e545abf722a99f5933c8382e09ec0791a31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
if PACKAGE_netatalk-full
config PACKAGE_NETATALK_APPLETALK
bool "Enable AppleTalk support."
default y
config PACKAGE_NETATALK_ZEROCONF
bool "Enable Zeroconf support."
default y
config PACKAGE_NETATALK_ACLS
bool "Enable ACL support."
default y
config PACKAGE_NETATALK_PAM
bool "Enable PAM support."
default y
config PACKAGE_NETATALK_LDAP
bool "Enable LDAP support."
default y
config PACKAGE_NETATALK_ICONV
bool "Use libiconv features."
default y
config PACKAGE_NETATALK_KERBEROS
bool "Enable kerberos support."
default y
config PACKAGE_NETATALK_LIBWRAP
bool "Enable TCP wrappers."
default y
choice
prompt "CNID backends"
default PACKAGE_NETATALK_BOTHBACK
config PACKAGE_NETATALK_DBDBACK
bool "dbd"
config PACKAGE_NETATALK_SQLITEBACK
bool "sqlite"
config PACKAGE_NETATALK_BOTHBACK
bool "dbd,sqlite"
endchoice
endif
|