Lazy-create builtin macros
[exim.git] / src / src / globals.c
index df3696c33bebe0e53e4941f8dc89a537ebd8783a..28cb06028bee9c7bf94f98bf1bd66e6489c1ab8d 100644 (file)
@@ -926,6 +926,7 @@ uschar *lookup_value           = NULL;
 
 macro_item  *macros            = NULL;
 macro_item  *mlast             = NULL;
+BOOL    macros_builtin_created = FALSE;
 uschar *mailstore_basename     = NULL;
 #ifdef WITH_CONTENT_SCAN
 uschar *malware_name           = NULL;  /* Virus Name */