Config.in 638 B

12345678910111213141516171819202122
  1. if PACKAGE_bind-server
  2. config BIND_LIBJSON
  3. bool
  4. default n
  5. prompt "Include libjson support in bind-server"
  6. help
  7. BIND 9 supports reporting statistics about usage. libjson
  8. is required to report server statistics in JSON format.
  9. Building with libjson support will require the libjson-c
  10. package to be installed as well.
  11. config BIND_LIBXML2
  12. bool
  13. default n
  14. prompt "Include libxml2 support in bind-server"
  15. help
  16. BIND 9 supports reporting statistics about usage.
  17. libxml2 is required to report server statistics in XML
  18. format. Building with libjson support will require the
  19. libxml2 package to be installed as well.
  20. endif