add execdir to mailer definition
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 3 Apr 1993 02:59:02 +0000 (18:59 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 3 Apr 1993 02:59:02 +0000 (18:59 -0800)
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.43

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

index e3d7784..4715255 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sendmail.h  6.42 (Berkeley) %G%
+ *     @(#)sendmail.h  6.43 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -15,7 +15,7 @@
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
-static char SmailSccsId[] =    "@(#)sendmail.h 6.42            %G%";
+static char SmailSccsId[] =    "@(#)sendmail.h 6.43            %G%";
 # endif
 # else /*  _DEFINE */
 # define EXTERN extern
 # endif
 # else /*  _DEFINE */
 # define EXTERN extern
@@ -161,6 +161,7 @@ struct mailer
        char    *m_eol;         /* end of line string */
        long    m_maxsize;      /* size limit on message to this mailer */
        int     m_linelimit;    /* max # characters per line */
        char    *m_eol;         /* end of line string */
        long    m_maxsize;      /* size limit on message to this mailer */
        int     m_linelimit;    /* max # characters per line */
+       char    *m_execdir;     /* directory to chdir to before execv */
 };
 
 typedef struct mailer  MAILER;
 };
 
 typedef struct mailer  MAILER;