config_query_option  LMMS_SURROUND                            \
                     "Enable surround support?"  y            \
                     "--with-surround"  "--without-surround"  &&
config_query_option  LMMS_SINC                                   \
                     "Enable high quality sinc resampling?"  n   \
                     "--with-hqsinc"  "--without-hqsinc"         &&
config_query_option  LMMS_OSS                        \
                     "Enable OSS sound output?"  y   \
                     "--with-oss"  "--without-oss"   &&
config_query_option  LMMS_VST                                             \
                     "Enable support for builtin VST plugin hosting?"  n  \
                     "--with-vst"  "--without-vst"
