config_query_option  ZZUB_OPTS \
                     "Compile buzz2zzub?" \
                     n \
                     "BUZZ2ZZUB=True" \
                     "BUZZ2ZZUB=False" &&

# Breaks
#config_query_option  ZZUB_BMPCCM         \
#                     "Compile bmp-ccm?"  \
#                     n                   \
#                     "BMPCCM=True"       \
#                     "BMPCCM=False"      &&

config_query_option  ZZUB_OPTS \
                     "Support Lunar plugins?" \
                     y \
                     "LUNAR=True" \
                     "LUNAR=False" &&

config_query_option  ZZUB_OPTS \
                     "Support OSS?" \
                     n \
                     "OSS=True" \
                     "OSS=False" &&

config_query_option  ZZUB_OPTS \
                     "Support loading of MP3 samples?" \
                     y \
                     "MP3=True" \
                     "MP3=False" &&

config_query_option  ZZUB_OPTS \
                     "Support SSE instructions?" \
                     n \
                     "SSE=True" \
                     "SSE=False" &&

config_query_option  ZZUB_OPTS \
                     "Support SSE2 instructions?" \
                     n \
                     "SSE2=True" \
                     "SSE2=False"
