Added ``#include <whoami.h>'' if pdp11 is defined.
[unix-history] / usr / src / usr.bin / mail / glob.h
index 5f1e3c6..df5db51 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 /*
  */
 
 /*
- * Sccs Id = "@(#)glob.h       2.6 %G%";
+ * Sccs Id = "@(#)glob.h       2.8 %G%";
  */
 
 int    msgCount;                       /* Count of messages read in */
  */
 
 int    msgCount;                       /* Count of messages read in */
@@ -36,8 +36,7 @@ int   outtty;                         /* True if standard output a tty */
 int    intty;                          /* True if standard input a tty */
 int    baud;                           /* Output baud rate */
 char   mbox[PATHSIZE];                 /* Name of mailbox file */
 int    intty;                          /* True if standard input a tty */
 int    baud;                           /* Output baud rate */
 char   mbox[PATHSIZE];                 /* Name of mailbox file */
-char   *mailname;                      /* Name of system mailbox */
-char   mailspace[PATHSIZE];            /* Space norm alloc'd for name */
+char   mailname[PATHSIZE];             /* Name of system mailbox */
 int    uid;                            /* The invoker's user id */
 char   mailrc[PATHSIZE];               /* Name of startup file */
 char   deadletter[PATHSIZE];           /* Name of #/dead.letter */
 int    uid;                            /* The invoker's user id */
 char   mailrc[PATHSIZE];               /* Name of startup file */
 char   deadletter[PATHSIZE];           /* Name of #/dead.letter */
@@ -54,6 +53,7 @@ struct        message *dot;                   /* Pointer to current message */
 struct message *message;               /* The actual message structure */
 struct var     *variables[HSHSIZE];    /* Pointer to active var list */
 struct grouphead       *groups[HSHSIZE];/* Pointer to active groups */
 struct message *message;               /* The actual message structure */
 struct var     *variables[HSHSIZE];    /* Pointer to active var list */
 struct grouphead       *groups[HSHSIZE];/* Pointer to active groups */
+struct ignore          *ignore[HSHSIZE];/* Pointer to ignored fields */
 char   **altnames;                     /* List of alternate names for user */
 int    debug;                          /* Debug flag set */
 int    rmail;                          /* Being called as rmail */
 char   **altnames;                     /* List of alternate names for user */
 int    debug;                          /* Debug flag set */
 int    rmail;                          /* Being called as rmail */