1 /* $Id: pathnames.h.in,v 8.7 2012/04/23 08:34:52 zy Exp $ */
2 /* $FreeBSD: head/usr.bin/vi/pathnames.h 254225 2013-08-11 20:03:12Z peter $ */
4 /* Read standard system paths first. */
8 #define _PATH_EXRC ".exrc"
12 #define _PATH_MSGCAT "/usr/share/vi/catalog/"
16 #define _PATH_NEXRC ".nexrc"
19 #ifndef _PATH_PRESERVE
20 #define _PATH_PRESERVE "/var/tmp/vi.recover/"
24 #define _PATH_SYSEXRC "/etc/vi.exrc"
28 #define _PATH_TAGS "tags"