X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Froute.c;h=3ca1afbfb63bf97cbc47930d341ead5993a70ff2;hb=c9eab729ed1dfc555a784aa98d4e58f004ef1e42;hp=1764de853d6d8fe50be421207ad48e7cda12c386;hpb=c0b9d3e87264ae274b37116103ecc9e1d1b0c647;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/route.c b/src/src/route.c index 1764de853..3ca1afbfb 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, TRUE); readconf_options_from_list(ri->options, (unsigned)*ri->options_count, ri->driver_name); + } } /*************************************************