4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.bin / mail / pathnames.h
index de3f24b..96f7fbe 100644 (file)
@@ -1,27 +1,16 @@
 /*
 /*
- * Declarations and constants specific to an installation.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  *
- * Vax/Unix version 7.
- */
-/*
- * Sccs Id = "@(#)pathnames.h  1.3 %G%";
+ * %sccs.include.redist.c%
+ *
+ *     @(#)pathnames.h 8.1 (Berkeley) %G%
  */
 
  */
 
-#define        LOCAL           'j'             /* Local machine id */
-#define        MAIL            "/bin/mail"     /* Name of mail sender */
-#define DELIVERMAIL    "/etc/delivermail"
-                                       /* Name of classy mail deliverer */
-#define        EDITOR          "/usr/ucb/ex"   /* Name of text editor */
-#define        VISUAL          "/usr/ucb/vi"   /* Name of display editor */
-#define        SHELL           "/bin/csh"      /* Standard shell */
-#define        MORE            "/usr/ucb/more" /* Standard output pager */
-#define        HELPFILE        "/usr/lib/Mail.help"
-                                       /* Name of casual help file */
-#define        THELPFILE       "/usr/lib/Mail.help.~"
-                                       /* 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) */
+#include <paths.h>
+
+#define        _PATH_EX        "/usr/bin/ex"
+#define        _PATH_HELP      "/usr/share/misc/mail.help"
+#define        _PATH_TILDE     "/usr/share/misc/mail.tildehelp"
+#define        _PATH_MASTER_RC "/etc/mail.rc"
+#define        _PATH_MORE      "/usr/bin/more"