]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/nvi/files/pathnames.h.in
Update nvi to 2.2.0
[FreeBSD/FreeBSD.git] / contrib / nvi / files / pathnames.h.in
1 /* Read standard system paths first. */
2 #include <paths.h>
3
4 #ifndef _PATH_EXRC
5 #define _PATH_EXRC      ".exrc"
6 #endif
7
8 #ifndef _PATH_MSGCAT
9 #define _PATH_MSGCAT    "@vi_cv_path_msgcat@"
10 #endif
11
12 #ifndef _PATH_NEXRC
13 #define _PATH_NEXRC     ".nexrc"
14 #endif
15
16 #ifndef _PATH_PRESERVE
17 #define _PATH_PRESERVE  "@vi_cv_path_preserve@"
18 #endif
19
20 #ifndef _PATH_SYSEXRC
21 #define _PATH_SYSEXRC   "/etc/vi.exrc"
22 #endif
23
24 #ifndef _PATH_TAGS
25 #define _PATH_TAGS      "tags"
26 #endif