config_query_option ELINKS_OPTS \
                    "Enable 256-colors support?" n \
                    "--enable-256-colors" "--disable-256-colors" &&

config_query_option ELINKS_OPTS \
                    "Enable 88-colors support?" n \
                    "--enable-88-colors" "--disable-88-colors" &&

config_query_option ELINKS_OPTS \
                    "Enable local CGI support?" n \
                    "--enable-cgi" "--disable-cgi" &&

config_query_option ELINKS_OPTS \
                    "Enable FSP protocol support?" n \
                    "--enable-fsp" "--disable-fsp" &&

config_query_option ELINKS_OPTS \
                    "Enable Gopher protocol support?" n \
                    "--enable-gopher" "--disable-gopher" &&

config_query_option ELINKS_OPTS \
                    "Enable Finger protocol support?" n \
                    "--enable-finger" "--disable-finger" &&

config_query_option ELINKS_OPTS \
                    "Enable NNTP protocol support?" y \
                    "--enable-nntp" "--disable-nntp" &&

config_query_option ELINKS_OPTS \
                    "Enable BitTorrent protocol support?" y \
                    "--enable-bittorrent" "--disable-bittorrent"
