Config.in 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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_TOOLS
  10. prompt "bind-tools........................ Bind administration tools"
  11. tristate
  12. default n
  13. depends ADK_DUMMY_BIND
  14. select ADK_COMPILE_BIND
  15. select ADK_PACKAGE_LIBBIND
  16. help
  17. dig, host, nsupdate, dnssec-keygen, dnssec-signzone, named-checkconf,
  18. named-checkzone, rndc, rndc-confgen
  19. http://www.isc.org/sw/bind/
  20. Depends: libopenssl
  21. config ADK_PACKAGE_BIND_RNDC
  22. prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)"
  23. tristate
  24. default n
  25. depends ADK_DUMMY_BIND
  26. select ADK_COMPILE_BIND
  27. select ADK_PACKAGE_LIBBIND
  28. help
  29. rndc, rndc-confgen
  30. http://www.isc.org/sw/bind/
  31. Depends: libopenssl
  32. config ADK_PACKAGE_BIND_CHECK
  33. prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)"
  34. tristate
  35. default n
  36. depends ADK_DUMMY_BIND
  37. select ADK_COMPILE_BIND
  38. select ADK_PACKAGE_LIBBIND
  39. help
  40. named-checkconf, named-checkzone
  41. http://www.isc.org/sw/bind/
  42. Depends: libopenssl
  43. config ADK_PACKAGE_BIND_DNSSEC
  44. prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)"
  45. tristate
  46. default n
  47. depends ADK_DUMMY_BIND
  48. select ADK_COMPILE_BIND
  49. select ADK_PACKAGE_LIBBIND
  50. help
  51. dnssec-keygen, dnssec-signzone
  52. http://www.isc.org/sw/bind/
  53. Depends: libopenssl
  54. config ADK_PACKAGE_BIND_HOST
  55. prompt "bind-host......................... A simple DNS client"
  56. tristate
  57. default n
  58. depends ADK_DUMMY_BIND
  59. select ADK_COMPILE_BIND
  60. select ADK_PACKAGE_LIBBIND
  61. help
  62. host
  63. http://www.isc.org/sw/bind/
  64. Depends: libopenssl
  65. config ADK_PACKAGE_BIND_DIG
  66. prompt "bind-dig.......................... A DNS client"
  67. tristate
  68. default n
  69. depends ADK_DUMMY_BIND
  70. select ADK_COMPILE_BIND
  71. select ADK_PACKAGE_LIBBIND
  72. help
  73. dig
  74. http://www.isc.org/sw/bind/
  75. Depends: libopenssl
  76. config ADK_PACKAGE_BIND_CLIENT
  77. prompt "bind-client....................... A dynamic DNS client"
  78. tristate
  79. default n
  80. depends ADK_DUMMY_BIND
  81. select ADK_COMPILE_BIND
  82. select ADK_PACKAGE_LIBBIND
  83. help
  84. A DNS dynamic client (nsupdate)
  85. http://www.isc.org/sw/bind/
  86. Depends: libopenssl
  87. config ADK_PACKAGE_BIND_SERVER
  88. prompt "bind-server....................... A DNS server"
  89. tristate
  90. default n
  91. depends ADK_DUMMY_BIND
  92. select ADK_COMPILE_BIND
  93. select ADK_PACKAGE_LIBBIND
  94. help
  95. A DNS server (named)
  96. http://www.isc.org/sw/bind/
  97. Depends: libopenssl
  98. config ADK_PACKAGE_LIBBIND
  99. prompt "libbind........................... Support library for the bind tools and dns server/client."
  100. tristate
  101. default n
  102. depends ADK_DUMMY_BIND
  103. select ADK_COMPILE_BIND
  104. help
  105. http://www.isc.org/sw/bind/
  106. Depends: libopenssl