config_query_option MPD_OPTS "Enable IPv6 support?" y \
                             "--enable-ipv6" \
                             "--disable-ipv6" &&

config_query_option MPD_OPTS "Enable writing to a FIFO?" y \
                             "--enable-fifo" \
                             "--disable-fifo" &&

config_query_option MPD_OPTS "Enable writing to a pipe?" y \
                             "--enable-pipe-output" \
                             "--disable-pipe-output" &&

config_query_option MPD_OPTS "Enable HTTP server output?" y \
                             "--enable-httpd-output" \
                             "--disable-httpd-output"
