. $GRIMOIRE/config_query_multi.function &&

# Honor the legacy decision for SANE_LOCAL
local local_default=y &&
if [[ "$SANE_LOCAL" == none ]]; then
  local_default=n
fi &&

config_query SANE_BUILD_LOCAL "Build local drivers (for connecting a scanner to _this_ box)?" $local_default &&

config_query USEFORK    "Use fork instead of pthread?" y &&
config_query IPV6       "Enable IPV6 support?" y         &&
config_query HP5400NVSM "Disable Version String Matching in HP5400 SANE_BACKEND (needed on certain models)?" n
