X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c0b9d3e87264ae274b37116103ecc9e1d1b0c647..c193398df07b9917b917b38030c4544271024474:/src/src/route.c diff --git a/src/src/route.c b/src/src/route.c index 1764de853..be91949b8 100644 --- a/src/src/route.c +++ b/src/src/route.c @@ -151,7 +151,10 @@ struct router_info * ri; readconf_options_from_list(optionlist_routers, nelem(optionlist_routers), US"RT"); for (ri = routers_available; ri->driver_name[0]; ri++) + { + macro_create(string_sprintf("_DRVR_RTR_%T", ri->driver_name), US"y", FALSE); readconf_options_from_list(ri->options, (unsigned)*ri->options_count, ri->driver_name); + } } /*************************************************