Prebuild the data structure for builtin macros
[exim.git] / src / src / drtables.c
index 3e1c5e626be352617a4e1f0885cca4fc36db2adb..629953e589ce1ccaf66996b7e6db426a59d36979 100644 (file)
@@ -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 */