packages/libs/getdns/Config.in
David Mora 3e56158e82 getdns: Initial commit of openwrt package for getdns library
Signed-off-by: David Mora <iamperson347+public@gmail.com>
2018-01-29 10:45:16 +00:00

16 lines
378 B
Text

menu "Configuration"
depends on PACKAGE_getdns
config GETDNS_ENABLE_STUB_ONLY
bool "GETDNS_ENABLE_STUB_ONLY"
help
getdns can be configured for stub resolution mode only. (Removes libunbound dependency)
default y
config GETDNS_ENABLE_IDN
bool "GETDNS_ENABLE_IDN"
help
getdns can be configured with some IDN Support. (Requires libidn dependency)
default n
endmenu