Lookups: lazy-load modules
[exim.git] / src / src / readconf.c
index 532e0774c6fdfc934222090eabdf8282ee5b6514..a090cfb30c1109eda3ddf937e7fbf5cf397731f7 100644 (file)
@@ -1232,6 +1232,12 @@ if (strncmpic(s, US"begin ", 6) == 0)
   return NULL;
   }
 
+#ifdef LOOKUP_MODULE_DIR
+/* Check for any required module load operations */
+
+//mod_load_check(s);
+#endif
+
 /* Return the first non-blank character. */
 
 return s;