X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Fmacros.h;h=3ec94bc6da50920871a5005f87fbb15ebae49673;hp=d25071aae1c8dd6ca827d5747dba01910c17a2bf;hb=846726c5a374d833fb5211dde62ae6bceb6841c7;hpb=b5b871aca49fbf0fcc2c91997e70c3c57f77faa9 diff --git a/src/src/macros.h b/src/src/macros.h index d25071aae..3ec94bc6d 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -624,7 +624,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 */