add MATCHREPL for replacement on RHS of rewriting rule
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 7 Oct 1981 10:56:45 +0000 (02:56 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 7 Oct 1981 10:56:45 +0000 (02:56 -0800)
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.46

usr/src/usr.sbin/sendmail/src/sendmail.h

index 227fc52..2007e39 100644 (file)
@@ -1,7 +1,7 @@
 /*
 **  SENDMAIL.H -- Global definitions for sendmail.
 **
 /*
 **  SENDMAIL.H -- Global definitions for sendmail.
 **
-**     @(#)sendmail.h  3.45    %G%
+**     @(#)sendmail.h  3.46    %G%
 */
 
 
 */
 
 
@@ -193,6 +193,7 @@ extern struct rewrite       *RewriteRules[];
 # define MATCHANY      '\020'  /* match one or more tokens */
 # define MATCHONE      '\021'  /* match exactly one token */
 # define MATCHCLASS    '\022'  /* match one token in a class */
 # define MATCHANY      '\020'  /* match one or more tokens */
 # define MATCHONE      '\021'  /* match exactly one token */
 # define MATCHCLASS    '\022'  /* match one token in a class */
+# define MATCHREPL     '\023'  /* replacement on RHS for above */
 
 # define CANONNET      '\025'  /* canonical net, next token */
 # define CANONHOST     '\026'  /* canonical host, next token */
 
 # define CANONNET      '\025'  /* canonical net, next token */
 # define CANONHOST     '\026'  /* canonical host, next token */