| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 | config ADK_COMPILE_BIND	tristate	default n	select ADK_PACKAGE_LIBOPENSSLconfig ADK_DUMMY_BIND	prompt "bind.............................. A DNS server implementation"	tristate	default nconfig ADK_PACKAGE_BIND_RNDC	prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)"	tristate	default n	depends on ADK_DUMMY_BIND	select ADK_COMPILE_BIND	select ADK_PACKAGE_LIBBIND	help	  rndc, rndc-confgen	  http://www.isc.org/sw/bind/config ADK_PACKAGE_BIND_CHECK	prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)"	tristate	default n	depends on ADK_DUMMY_BIND	select ADK_COMPILE_BIND	select ADK_PACKAGE_LIBBIND	help	  named-checkconf, named-checkzone	  http://www.isc.org/sw/bind/config ADK_PACKAGE_BIND_DNSSEC	prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)"	tristate	default n	depends on ADK_DUMMY_BIND	select ADK_COMPILE_BIND	select ADK_PACKAGE_LIBBIND	help	  dnssec-keygen, dnssec-signzone	  http://www.isc.org/sw/bind/config ADK_PACKAGE_BIND_HOST	prompt "bind-host......................... A simple DNS client"	tristate	default n	depends on ADK_DUMMY_BIND	select ADK_COMPILE_BIND	select ADK_PACKAGE_LIBBIND	help	  host utility.	  http://www.isc.org/sw/bind/config ADK_PACKAGE_BIND_DIG	prompt "bind-dig.......................... A DNS client"	tristate	default n	depends on ADK_DUMMY_BIND	select ADK_COMPILE_BIND	select ADK_PACKAGE_LIBBIND	help	  dig utility.	  http://www.isc.org/sw/bind/config ADK_PACKAGE_BIND_CLIENT	prompt "bind-client....................... A dynamic DNS client"	tristate	default n	depends on ADK_DUMMY_BIND	select ADK_COMPILE_BIND	select ADK_PACKAGE_LIBBIND	help	  A DNS dynamic client (nsupdate)	  http://www.isc.org/sw/bind/config ADK_PACKAGE_BIND_SERVER	prompt "bind-server....................... A DNS server"	tristate	default n	depends on ADK_DUMMY_BIND	select ADK_COMPILE_BIND	select ADK_PACKAGE_LIBBIND	help	  A DNS server (named)	  http://www.isc.org/sw/bind/config ADK_PACKAGE_LIBBIND        prompt "libbind........................... Support library for the bind tools and dns server/client."        tristate        default n        depends on ADK_DUMMY_BIND        select ADK_COMPILE_BIND        help          http://www.isc.org/sw/bind/
 |