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

if [[ $FLUXBOX_CONF == y ]]; then
  config_query_option FLUXBOX_OPTS "include code for the Slit?" y \
                                   "--enable-slit" \
                                   "--disable-slit" &&

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

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

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

  config_query_option FLUXBOX_OPTS "include code for new WM Spec?" y \
                                   "--enable-newwmspec" \
                                   "--disable-newwmspec" &&

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

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

  config_query_option FLUXBOX_OPTS "use GNOME window manager hints?" n \
                                   "--enable-gnome" \
                                   "--disable-gnome" &&

  config_query_option FLUXBOX_OPTS "include Xmb (multibyte font, utf-8) support?" y \
                                   "--enable-xmb" \
                                   "--disable-xmb"
fi
