packages/libs/getdns/Config.in
David Mora 389c9cf729 gettdns: Bump to 1.4.1 plus fixes
Makefile needed to be updated specify ssl dir

Signed-off-by: David Mora <iamperson347+public@gmail.com>
2018-03-13 19:05:41 -04:00

16 lines
392 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_LIBIDN
bool "GETDNS_ENABLE_IDN_LIBIDN"
help
getdns can be configured with some IDN Support. (Requires libidn dependency)
default n
endmenu