1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-19 23:28:39 +02:00
openwrt-packages/libs/getdns/Config.in
Rui Salvaterra 978e226596 getdns: add optional support for libevent2
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-01-03 02:18:57 -08:00

23 lines
539 B
Plaintext

menu "Configuration"
depends on PACKAGE_getdns
config GETDNS_BUILD_LIBEVENT2
bool "Use libevent2-based event loop"
default n
help
"Use libevent2 for the event loop (requires libevent2 dependency)."
config GETDNS_ENABLE_STUB_ONLY
bool "Stub resolution mode only"
default y
help
getdns can be configured for stub resolution mode only (removes libunbound dependency).
config GETDNS_ENABLE_IDN_LIBIDN2
bool "IDN support"
default n
help
getdns can be configured with some IDN Support (requires libidn2 dependency).
endmenu