X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdrtables.c;h=629953e589ce1ccaf66996b7e6db426a59d36979;hb=f1f7d0cddd4fb38d0bcf81be13d6e272789ff9c7;hp=3e1c5e626be352617a4e1f0885cca4fc36db2adb;hpb=4c04137d73637107669e02b21f890387aaa2ef34;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/drtables.c b/src/src/drtables.c index 3e1c5e626..629953e58 100644 --- a/src/src/drtables.c +++ b/src/src/drtables.c @@ -424,6 +424,9 @@ transport_info transports_available[] = { { US"", NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, FALSE } }; + +#ifndef MACRO_PREDEF + struct lookupmodulestr { void *dl; @@ -721,4 +724,5 @@ init_lookup_list(void) lookupmodules = NULL; } +#endif /*!MACRO_PREDEF*/ /* End of drtables.c */