config_query FLUXBOX_CONF "Go through all (16) configuration options?" n

if [[ "${FLUXBOX_CONF}" == "y" ]] ; then

config_query_option OPT "enable support of the XShape extension?" y           \
                        "--enable-shape"                                      \
                        "--disable-shape"                                     &&

config_query_option OPT "include code for the Slit?" y                        \
                        "--enable-slit"                                       \
                        "--disable-slit"                                      &&

config_query_option OPT "include code for Remembering attributes?" y          \
                        "--enable-remember"                                   \
                        "--disable-remember"                                  &&

config_query_option OPT "include code for Toolbar?" y                         \
                        "--enable-toolbar"                                    \
                        "--disable-toolbar"                                   &&

config_query_option OPT "regular expression support?" y                       \
                        "--enable-regexp"                                     \
                        "--disable-regexp"                                    &&

config_query_option OPT "Include code for new WM Spec?" y                     \
                        "--enable-newwmspec"                                  \
                        "--disable-newwmspec"                                 &&

config_query_option OPT "include code for ordered pseudocolor (8bpp) dithering?" n \
                        "--enable-ordered-pseudo"                             \
                        "--disable-ordered-pseudo"                            &&

config_query_option OPT "include verbose debugging code?" n                   \
                        "--enable-debug"                                      \
                        "--disable-debug"                                     &&

config_query_option OPT "include native language support?" n                  \
                        "--enable-nls"                                        \
                        "--disable-nls"                                       &&

config_query_option OPT "use new timed pixmap cache?" y                       \
                        "--enable-timed-cache"                                \
                        "--disable-timed-cache"                               &&

config_query_option OPT "Xft (antialias) support?" y                          \
                        "--enable-xft"                                        \
                        "--disable-xft"                                       &&

config_query_option OPT "Xrender (transparent) support?" y                    \
                        "--enable-xrender"                                    \
                        "--disable-xrender"                                   &&

config_query_option OPT "Xpm (pixmap themes) support?" y                      \
                        "--enable-xpm"                                        \
                        "--disable-xpm"                                       &&

config_query_option OPT "Xmb (multibyte font, utf-8) support?" y              \
                        "--enable-xmb"                                        \
                        "--disable-xmb"                                       &&

config_query_option OPT "RANDR (The X Resize and Rotate Extension) support?" y\
                        "--enable-randr"                                      \
                        "--disable-randr"                                     &&

config_query_option OPT "enable xinerama extension?" n                        \
                        "--enable-xinerama"                                   \
                        "--disable-xinerama"

fi
