Merge pull request #20349 from turris-cz/unbound-1171
[feed/packages.git] / net / bind / Config.in
1 if PACKAGE_bind-server
2
3 config BIND_LIBJSON
4 bool
5 default n
6 prompt "Include libjson support in bind-server"
7 help
8 BIND 9 supports reporting statistics about usage. libjson
9 is required to report server statistics in JSON format.
10 Building with libjson support will require the libjson-c
11 package to be installed as well.
12
13 config BIND_LIBXML2
14 bool
15 default n
16 prompt "Include libxml2 support in bind-server"
17 help
18 BIND 9 supports reporting statistics about usage.
19 libxml2 is required to report server statistics in XML
20 format. Building with libjson support will require the
21 libxml2 package to be installed as well.
22 endif
23
24 if PACKAGE_bind-libs
25
26 config BIND_ENABLE_DOH
27 bool
28 default y
29 prompt "Include DNS-over-HTTPS support in bind"
30 help
31 BIND 9 supports DNS-over-HTTPS and enables it by
32 default. This requires linking against libnghttp2.
33 You can disable DoHTTPS if you do not need it or need
34 to avoid the additional library dependency.
35
36 config BIND_ENABLE_GSSAPI
37 bool
38 default n
39 prompt "Include GSSPAI support in bind"
40 help
41 BIND 9 supports GSSAPI. This depends on libcomerr and krb5-libs.
42 Disable it by default as krb5-libs is rather large.
43
44 endif