BSD 2 development
authorKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Thu, 19 Apr 1979 05:02:14 +0000 (21:02 -0800)
committerKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Thu, 19 Apr 1979 05:02:14 +0000 (21:02 -0800)
Work on file src/Mail/v6hdr/local.h

Synthesized-from: 2bsd

src/Mail/v6hdr/local.h [new file with mode: 0644]

diff --git a/src/Mail/v6hdr/local.h b/src/Mail/v6hdr/local.h
new file mode 100644 (file)
index 0000000..5356545
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ * Declarations and constants specific to an installation.
+ * Unix Version 6.
+ */
+#define        MAIL            "/bin/mail"     /* Name of mail sender */
+#define        EDITOR          "/usr/ucb/ex"   /* Name of text editor */
+#define        VISUAL          "/usr/ucb/vi"   /* Name of display editor */
+#define        HELPFILE        "/usr/lib/Mail.help"
+                                       /* Name of casual help file */
+#define        THELPFILE       "/usr/lib/Mail.help.~"
+                                       /* Name of casual tilde help */
+#define        UIDMASK         0377            /* Significant uid bits */
+#define        MASTER          "/usr/lib/Mail.rc"
+#define        stat    _stat                   /* Simulate version 7 */
+#define        fstat   _fstat                  /* Simulate version 7 */
+
+/*
+ * Machine dependent type declarations.
+ */
+
+typedef        int     flag_t;                 /* flag arguments everywhere */