Add $smtp_command_history variable
[exim.git] / src / src / structs.h
index 474b855779b8725809fca9eb6a0285f9d58b9f54..14d109869ec4ceb67972f1e6f2cf4b365d67a6aa 100644 (file)
@@ -28,11 +28,11 @@ struct router_info;
 /* Structure for remembering macros for the configuration file */
 
 typedef struct macro_item {
-  struct   macro_item *next;
-  BOOL     command_line;
-  unsigned namelen;
-  uschar * replacement;
-  uschar   name[1];
+  struct  macro_item * next;
+  BOOL         command_line;
+  unsigned     namelen;
+  const uschar * name;
+  const uschar * replacement;
 } macro_item;
 
 /* Structure for bit tables for debugging and logging */