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"          &&

if [[ "$DILLO2_CVS" == "n" ]]; then
    config_query DILLO2_SSL "Build SSL support?"  n
fi
