config_query_option DILLO_OPTS                \
                    "Threaded DNS support?"   \
                    y                         \
                    "--enable-threaded-dns"   \
                    "--disable-threaded-dns"  &&

config_query_option DILLO_OPTS                \
                    "Threaded IPv6 support?"  \
                    y                         \
                    "--enable-ipv6"           \
                    "--disable-ipv6"
