config_query_option UFRAW_OPTS "Build dcraw and nikon-curve" n \
                    "--enable-extras" \
                    "--disable-extras" &&

config_query_option UFRAW_OPTS "Enable the contrast setting option" n \
                    "--enable-contrast" \
                    "--disable-constrast" && 

config_query_option UFRAW_OPTS "Enable DST correction" n \
                    "--enable-dst-correction" \
                    "--disable-dst-correction" && 

config_query_option UFRAW_OPTS "Install MIME files" n \
                    "--enable-mime" \
                    "--disable-mime" 

