No empty .Rs/.Re
[netbsd-mini2440.git] / usr.bin / nvi / build / pathnames.h
blob6dd0bf14e32ab37a26256c0b1a8fab95c197f689
1 /* Id: pathnames.h.in,v 8.5 2000/04/21 21:26:21 skimo Exp (Berkeley) Date: 2000/04/21 21:26:21 */
3 #ifndef _PATH_BSHELL
4 #define _PATH_BSHELL "/bin/sh"
5 #endif
7 #ifndef _PATH_DB3
8 #define _PATH_DB3 ""
9 #endif
11 #ifndef _PATH_EXRC
12 #define _PATH_EXRC ".exrc"
13 #endif
15 #ifndef _PATH_MSGCAT
16 #define _PATH_MSGCAT "./"
17 #endif
19 #ifndef _PATH_NEXRC
20 #define _PATH_NEXRC ".nexrc"
21 #endif
23 #ifndef _PATH_PRESERVE
24 #define _PATH_PRESERVE "/var/tmp/vi.recover"
25 #endif
27 #ifndef _PATH_SYSV_PTY
28 #define _PATH_SYSV_PTY "/dev/ptmx"
29 #endif
31 #ifndef _PATH_SENDMAIL
32 #define _PATH_SENDMAIL "/usr/sbin/sendmail"
33 #endif
35 #ifndef _PATH_SYSEXRC
36 #define _PATH_SYSEXRC "/etc/vi.exrc"
37 #endif
39 #ifndef _PATH_TAGS
40 #define _PATH_TAGS "tags"
41 #endif
43 #ifndef _PATH_TMP
44 #define _PATH_TMP "/tmp"
45 #endif
47 #ifndef _PATH_TTY
48 #define _PATH_TTY "/dev/tty"
49 #endif