X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3cc3f7625d68c169d47dadbefa74233e5fe7ed55..c193398df07b9917b917b38030c4544271024474:/src/src/globals.h?ds=sidebyside diff --git a/src/src/globals.h b/src/src/globals.h index 34a11e604..6615d338b 100644 --- a/src/src/globals.h +++ b/src/src/globals.h @@ -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") */