Avoid parsing cost for auto-macro creates
[exim.git] / src / src / globals.h
index 34a11e604579a3cf1031b62c73418be8ca09e9fb..6615d338b3732edf187cbc9458a1c509c70b7d7a 100644 (file)
@@ -554,6 +554,7 @@ extern int     lookup_open_max;        /* Max lookup files to cache */
 extern uschar *lookup_value;           /* Value looked up from file */
 
 extern macro_item *macros;             /* Configuration macros */
+extern macro_item *mlast;              /* Last item in macro list */
 extern uschar *mailstore_basename;     /* For mailstore deliveries */
 #ifdef WITH_CONTENT_SCAN
 extern uschar *malware_name;           /* Name of virus or malware ("W32/Klez-H") */