]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/vi/pathnames.h
MFV 2.0-rc2
[FreeBSD/FreeBSD.git] / usr.bin / vi / pathnames.h
1 /* $FreeBSD$ */
2
3 /* Read standard system paths first. */
4 #include <paths.h>
5
6 #ifndef _PATH_EXRC
7 #define _PATH_EXRC      ".exrc"
8 #endif
9
10 #ifndef _PATH_MSGCAT
11 #define _PATH_MSGCAT    "/usr/share/vi/catalog/"
12 #endif
13
14 #ifndef _PATH_NEXRC
15 #define _PATH_NEXRC     ".nexrc"
16 #endif
17
18 #ifndef _PATH_PRESERVE
19 #define _PATH_PRESERVE  "/var/tmp/vi.recover/"
20 #endif
21
22 #ifndef _PATH_SYSEXRC
23 #define _PATH_SYSEXRC   "/etc/vi.exrc"
24 #endif
25
26 #ifndef _PATH_TAGS
27 #define _PATH_TAGS      "tags"
28 #endif