1 /* Id: pathnames.h.in,v 8.5 2000/04/21 21:26:21 skimo Exp (Berkeley) Date: 2000/04/21 21:26:21 */
4 #define _PATH_BSHELL "/bin/sh"
12 #define _PATH_EXRC ".exrc"
16 #define _PATH_MSGCAT "./"
20 #define _PATH_NEXRC ".nexrc"
23 #ifndef _PATH_PRESERVE
24 #define _PATH_PRESERVE "/var/tmp/vi.recover"
27 #ifndef _PATH_SYSV_PTY
28 #define _PATH_SYSV_PTY "/dev/ptmx"
31 #ifndef _PATH_SENDMAIL
32 #define _PATH_SENDMAIL "/usr/sbin/sendmail"
36 #define _PATH_SYSEXRC "/etc/vi.exrc"
40 #define _PATH_TAGS "tags"
44 #define _PATH_TMP "/tmp"
48 #define _PATH_TTY "/dev/tty"