Merge branch 'master' of git://git.exim.org/exim
[exim.git] / src / src / macros.h
index f07930d2de9a01ee482b89f25905a6fe7e080044..cec4733f65ffc1c557fd1bef9f0dfacb59ec6d77 100644 (file)
@@ -625,7 +625,9 @@ for booleans that are kept in one bit. */
 #define opt_public  0x200      /* Stored in the main instance block */
 #define opt_set     0x400      /* Option is set */
 #define opt_secure  0x800      /* "hide" prefix used */
-#define opt_mask    0x0ff
+#define opt_rep_con 0x1000     /* Can be appended to by a repeated line (condition) */
+#define opt_rep_str 0x2000     /* Can be appended to by a repeated line (string) */
+#define opt_mask    0x00ff
 
 /* Verify types when directing and routing */