OVL_REDIRECT_ON
return ofs->config.redirect_mode == OVL_REDIRECT_ON;
{ "on", OVL_REDIRECT_ON },
return ovl_redirect_dir_def ? OVL_REDIRECT_ON :
config->redirect_mode = OVL_REDIRECT_ON;
if (config->metacopy && config->redirect_mode != OVL_REDIRECT_ON) {
config->redirect_mode = OVL_REDIRECT_ON;