blob: 10ee822e53445cee7dd06613413dfbb9e4d9d707 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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
|