2013-08-11 20:03:12 +00:00
|
|
|
/* $Id: pathnames.h.in,v 8.7 2012/04/23 08:34:52 zy Exp $ */
|
2003-05-05 22:49:23 +00:00
|
|
|
/* $FreeBSD$ */
|
|
|
|
|
|
|
|
/* Read standard system paths first. */
|
|
|
|
#include <paths.h>
|
1996-11-01 08:16:24 +00:00
|
|
|
|
|
|
|
#ifndef _PATH_EXRC
|
|
|
|
#define _PATH_EXRC ".exrc"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _PATH_MSGCAT
|
2013-08-11 20:03:12 +00:00
|
|
|
#define _PATH_MSGCAT "/usr/share/vi/catalog/"
|
1996-11-01 08:16:24 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _PATH_NEXRC
|
|
|
|
#define _PATH_NEXRC ".nexrc"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _PATH_PRESERVE
|
2013-08-11 20:03:12 +00:00
|
|
|
#define _PATH_PRESERVE "/var/tmp/vi.recover/"
|
1996-11-01 08:16:24 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _PATH_SYSEXRC
|
|
|
|
#define _PATH_SYSEXRC "/etc/vi.exrc"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _PATH_TAGS
|
|
|
|
#define _PATH_TAGS "tags"
|
|
|
|
#endif
|