[BACK]Return to pathnames.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail

Diff for /src/usr.bin/mail/pathnames.h between version 1.4 and 1.5

version 1.4, 1998/08/15 23:17:22 version 1.5, 2001/01/16 05:36:08
Line 39 
Line 39 
   
 #include <paths.h>  #include <paths.h>
   
 #define _PATH_EX        "/usr/bin/ex"  /* executables */
 #define _PATH_HELP      "/usr/share/misc/mail.help"  #define _PATH_EX        "/usr/bin/ex"
 #define _PATH_TILDE     "/usr/share/misc/mail.tildehelp"  #define _PATH_MORE      "/usr/bin/more"
 #define _PATH_MASTER_RC "/etc/mail.rc"  #define _PATH_LS        "/usr/bin/ls"
 #define _PATH_MORE      "/usr/bin/more"  #define _PATH_LOCKSPOOL "/usr/libexec/lockspool"
 #define _PATH_LOCKSPOOL "/usr/libexec/lockspool"  
   /* directories & files */
   #define _PATH_MAILDIR   "/var/mail"
   #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_LOCTMP    "/tmp/local.XXXXXXXXXX"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5