Avoid parsing cost for auto-macro creates
[exim.git] / src / src / structs.h
index 75eba66434064d15c0d1ba9b003f9f69f02a6f60..179ce58defdac7ba92da2624ac368a420634cc70 100644 (file)
@@ -28,10 +28,11 @@ struct router_info;
 /* Structure for remembering macros for the configuration file */
 
 typedef struct macro_item {
-  struct  macro_item *next;
-  BOOL    command_line;
-  uschar *replacement;
-  uschar  name[1];
+  struct   macro_item *next;
+  BOOL     command_line;
+  unsigned namelen;
+  uschar * replacement;
+  uschar   name[1];
 } macro_item;
 
 /* Structure for bit tables for debugging and logging */