You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
539 B

  1. menu "Configuration"
  2. depends on PACKAGE_getdns
  3. config GETDNS_BUILD_LIBEVENT2
  4. bool "Use libevent2-based event loop"
  5. default n
  6. help
  7. "Use libevent2 for the event loop (requires libevent2 dependency)."
  8. config GETDNS_ENABLE_STUB_ONLY
  9. bool "Stub resolution mode only"
  10. default y
  11. help
  12. getdns can be configured for stub resolution mode only (removes libunbound dependency).
  13. config GETDNS_ENABLE_IDN_LIBIDN2
  14. bool "IDN support"
  15. default n
  16. help
  17. getdns can be configured with some IDN Support (requires libidn2 dependency).
  18. endmenu