config_query_option GNASH_OPTS                                 \
                 "Enable support for the MIT-SHM X extension"  \
                    y                                          \
                    "--enable-mit-shm"                         \
                    "--disable-mit-shm"                        &&

config_query_option GNASH_OPTS                                 \
                    "Makes the plugin write the currently playing SWF to /tmp."  \
                    n                                          \
                    "--enable-write"                           \
                    "--disable-write"                          &&
 
config_query_list GNASH_GUI                                    \
                  "Which GUI do you want to use?"              \
                  GTK KDE                                      &&

config_query_list GNASH_MEDIA                                  \
                  "Which media backend do you want to use?"    \
                  gstreamer ffmpeg none                        &&

config_query_list GNASH_RENDERER                               \
                  "Which renderer to use?"                     \
                  opengl agg

