Config.in 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. config ADK_COMPILE_BIND
  2. tristate
  3. default n
  4. select ADK_PACKAGE_LIBOPENSSL
  5. config ADK_DUMMY_BIND
  6. prompt "bind.............................. A DNS server implementation"
  7. tristate
  8. default n
  9. config ADK_PACKAGE_BIND_RNDC
  10. prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)"
  11. tristate
  12. default n
  13. depends on ADK_DUMMY_BIND
  14. select ADK_COMPILE_BIND
  15. select ADK_PACKAGE_LIBBIND
  16. help
  17. rndc, rndc-confgen
  18. http://www.isc.org/sw/bind/
  19. config ADK_PACKAGE_BIND_CHECK
  20. prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)"
  21. tristate
  22. default n
  23. depends on ADK_DUMMY_BIND
  24. select ADK_COMPILE_BIND
  25. select ADK_PACKAGE_LIBBIND
  26. help
  27. named-checkconf, named-checkzone
  28. http://www.isc.org/sw/bind/
  29. config ADK_PACKAGE_BIND_DNSSEC
  30. prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)"
  31. tristate
  32. default n
  33. depends on ADK_DUMMY_BIND
  34. select ADK_COMPILE_BIND
  35. select ADK_PACKAGE_LIBBIND
  36. help
  37. dnssec-keygen, dnssec-signzone
  38. http://www.isc.org/sw/bind/
  39. config ADK_PACKAGE_BIND_HOST
  40. prompt "bind-host......................... A simple DNS client"
  41. tristate
  42. default n
  43. depends on ADK_DUMMY_BIND
  44. select ADK_COMPILE_BIND
  45. select ADK_PACKAGE_LIBBIND
  46. help
  47. host utility.
  48. http://www.isc.org/sw/bind/
  49. config ADK_PACKAGE_BIND_DIG
  50. prompt "bind-dig.......................... A DNS client"
  51. tristate
  52. default n
  53. depends on ADK_DUMMY_BIND
  54. select ADK_COMPILE_BIND
  55. select ADK_PACKAGE_LIBBIND
  56. help
  57. dig utility.
  58. http://www.isc.org/sw/bind/
  59. config ADK_PACKAGE_BIND_CLIENT
  60. prompt "bind-client....................... A dynamic DNS client"
  61. tristate
  62. default n
  63. depends on ADK_DUMMY_BIND
  64. select ADK_COMPILE_BIND
  65. select ADK_PACKAGE_LIBBIND
  66. help
  67. A DNS dynamic client (nsupdate)
  68. http://www.isc.org/sw/bind/
  69. config ADK_PACKAGE_BIND_SERVER
  70. prompt "bind-server....................... A DNS server"
  71. tristate
  72. default n
  73. depends on ADK_DUMMY_BIND
  74. select ADK_COMPILE_BIND
  75. select ADK_PACKAGE_LIBBIND
  76. help
  77. A DNS server (named)
  78. http://www.isc.org/sw/bind/
  79. config ADK_PACKAGE_LIBBIND
  80. prompt "libbind........................... Support library for the bind tools and dns server/client."
  81. tristate
  82. default n
  83. depends on ADK_DUMMY_BIND
  84. select ADK_COMPILE_BIND
  85. help
  86. http://www.isc.org/sw/bind/