restore MD_ARPAFTP (sigh)
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 3 Feb 1994 23:06:04 +0000 (15:06 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 3 Feb 1994 23:06:04 +0000 (15:06 -0800)
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.40

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

index 7b64f33..82eb7a1 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sendmail.h  8.39 (Berkeley) %G%
+ *     @(#)sendmail.h  8.40 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -15,7 +15,7 @@
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
-static char SmailSccsId[] =    "@(#)sendmail.h 8.39            %G%";
+static char SmailSccsId[] =    "@(#)sendmail.h 8.40            %G%";
 # endif
 # else /*  _DEFINE */
 # define EXTERN extern
 # endif
 # else /*  _DEFINE */
 # define EXTERN extern
@@ -649,6 +649,7 @@ EXTERN char OpMode;         /* operation mode, see below */
 
 #define MD_DELIVER     'm'             /* be a mail sender */
 #define MD_SMTP                's'             /* run SMTP on standard input */
 
 #define MD_DELIVER     'm'             /* be a mail sender */
 #define MD_SMTP                's'             /* run SMTP on standard input */
+#define MD_ARPAFTP     'a'             /* obsolete ARPANET mode (Grey Book) */
 #define MD_DAEMON      'd'             /* run as a daemon */
 #define MD_VERIFY      'v'             /* verify: don't collect or deliver */
 #define MD_TEST                't'             /* test mode: resolve addrs only */
 #define MD_DAEMON      'd'             /* run as a daemon */
 #define MD_VERIFY      'v'             /* verify: don't collect or deliver */
 #define MD_TEST                't'             /* test mode: resolve addrs only */