python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / bind / Config.in
bloba580f0ee66250b8d9d3bf6e2162ae5f9f4430f0e
1 config BR2_PACKAGE_BIND
2         bool "bind"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on !BR2_STATIC_LIBS
6         help
7           BIND (Berkeley Internet Name Domain) is an implementation of
8           the Domain Name System (DNS) protocols and provides an openly
9           redistributable reference implementation of the major
10           components of the Domain Name System, including:
12             * a Domain Name System server (named)
13             * a Domain Name System resolver library
14             * tools for verifying the proper operation of the DNS server
16           The BIND DNS Server is used on the vast majority of name
17           serving machines on the Internet, providing a robust and
18           stable architecture on top of which an organization's naming
19           architecture can be built. The resolver library included in
20           the BIND distribution provides the standard APIs for
21           translation between domain names and Internet addresses and is
22           intended to be linked with applications requiring name service.
24           http://www.isc.org/sw/bind/
26 if BR2_PACKAGE_BIND
28 config BR2_PACKAGE_BIND_SERVER
29         bool "Install server components"
30         default y
31         help
32           Install server components (named, lwresd)
34 config BR2_PACKAGE_BIND_TOOLS
35         bool "Install tools"
36         help
37           Install tools (dig, host, nslookup, nsupdate)
39 endif
41 comment "bind needs a toolchain w/ threads, dynamic library"
42         depends on BR2_USE_MMU
43         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS