diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2020-11-09 21:25:14 +0000 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-01-03 02:18:57 -0800 |
commit | a1d0de679955e8bf5e7ad10dab6466cf3d30c911 (patch) | |
tree | ccf0c5eae22c13e52cbeffc2ef1425e13159c63b /libs | |
parent | e6809f7d7914e8753662139513243931ad7ebcad (diff) |
getdns: clean up the configuration menu
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/getdns/Config.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/getdns/Config.in b/libs/getdns/Config.in index f6658d4e1..c09d232f4 100644 --- a/libs/getdns/Config.in +++ b/libs/getdns/Config.in @@ -2,15 +2,15 @@ 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) + 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 "GETDNS_ENABLE_IDN_LIBIDN2" - help - getdns can be configured with some IDN Support. (Requires libidn2 dependency) + bool "IDN support" default n + help + getdns can be configured with some IDN Support (requires libidn2 dependency). endmenu |