In-line expanded calls on readline/putline in setptr() for speed
[unix-history] / 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.~"