bind: add option to enable GSSAPI support
[feed/packages.git] / net / bind / Config.in
index ab27b18e3cb48fe52b01a19afdedf5901f75ded8..f1b83c746536ec523544350654928a9b457f66ad 100644 (file)
@@ -20,3 +20,25 @@ config BIND_LIBXML2
                format. Building with libjson support will require the
                libxml2 package to be installed as well.
 endif
+
+if PACKAGE_bind-libs
+
+config BIND_ENABLE_DOH
+       bool
+       default y
+       prompt "Include DNS-over-HTTPS support in bind"
+       help
+               BIND 9 supports DNS-over-HTTPS and enables it by
+               default.  This requires linking against libnghttp2.
+               You can disable DoHTTPS if you do not need it or need
+               to avoid the additional library dependency.
+
+config BIND_ENABLE_GSSAPI
+       bool
+       default n
+       prompt "Include GSSPAI support in bind"
+       help
+               BIND 9 supports GSSAPI. This depends on libcomerr and krb5-libs.
+               Disable it by default as krb5-libs is rather large.
+
+endif