Parameterized location of postage meter file as POSTAGE;
authorKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Tue, 27 Jul 1982 08:13:52 +0000 (00:13 -0800)
committerKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Tue, 27 Jul 1982 08:13:52 +0000 (00:13 -0800)
added include on sigretro.h if we're not a VMUNIX site.

SCCS-vsn: usr.bin/mail/pathnames.h 2.2

usr/src/usr.bin/mail/pathnames.h

index a0fb5aa..a595dd1 100644 (file)
@@ -5,7 +5,7 @@
  */
  
 /*
  */
  
 /*
- * Sccs Id = "@(#)pathnames.h  2.1 %G%";
+ * Sccs Id = "@(#)pathnames.h  2.2 %G%";
  */
 
 #define        LOCAL           'j'             /* Local machine id */
  */
 
 #define        LOCAL           'j'             /* Local machine id */
 #define        HELPFILE        "/usr/lib/Mail.help"
                                        /* Name of casual help file */
 #define        THELPFILE       "/usr/lib/Mail.help.~"
 #define        HELPFILE        "/usr/lib/Mail.help"
                                        /* Name of casual help file */
 #define        THELPFILE       "/usr/lib/Mail.help.~"
+#define        POSTAGE         "/arch/kurt/postage"
+                                       /* Where to audit mail sending */
                                        /* Name of casual tilde help */
 #define        UIDMASK         0177777         /* Significant uid bits */
 #define        MASTER          "/usr/lib/Mail.rc"
 #define        APPEND                          /* New mail goes to end of mailbox */
 #define CANLOCK                                /* Locking protocol actually works */
 #define        UTIME                           /* System implements utime(2) */
                                        /* Name of casual tilde help */
 #define        UIDMASK         0177777         /* Significant uid bits */
 #define        MASTER          "/usr/lib/Mail.rc"
 #define        APPEND                          /* New mail goes to end of mailbox */
 #define CANLOCK                                /* Locking protocol actually works */
 #define        UTIME                           /* System implements utime(2) */
+
+#ifndef VMUNIX
+#include "sigretro.h"                  /* Retrofit signal defs */
+#endif VMUNIX