Added define constant MORE == path of the more program
authorKurt A. Schoens <kas@ucbvax.Berkeley.EDU>
Sat, 11 Oct 1980 04:01:15 +0000 (20:01 -0800)
committerKurt A. Schoens <kas@ucbvax.Berkeley.EDU>
Sat, 11 Oct 1980 04:01:15 +0000 (20:01 -0800)
SCCS-vsn: usr.bin/mail/pathnames.h 1.2

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

index 2c7e088..6390868 100644 (file)
@@ -5,7 +5,7 @@
  */
  
 /*
  */
  
 /*
- * Sccs Id = "@(#)pathnames.h  1.1 %G%";
+ * Sccs Id = "@(#)pathnames.h  1.2 %G%";
  */
 
 #define        LOCAL           'v'             /* Local machine id */
  */
 
 #define        LOCAL           'v'             /* Local machine id */
@@ -15,6 +15,7 @@
 #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        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.~"
 #define        HELPFILE        "/usr/lib/Mail.help"
                                        /* Name of casual help file */
 #define        THELPFILE       "/usr/lib/Mail.help.~"