Deleted Added
full compact
pathnames.h (19310) pathnames.h (19378)
1/* @(#)pathnames.h.in 8.4 (Berkeley) 6/26/96 */
2
3#ifndef _PATH_BSHELL
4#define _PATH_BSHELL "/bin/sh"
5#endif
6
7#ifndef _PATH_EXRC
8#define _PATH_EXRC ".exrc"
9#endif
10
11#ifndef _PATH_MSGCAT
1/* @(#)pathnames.h.in 8.4 (Berkeley) 6/26/96 */
2
3#ifndef _PATH_BSHELL
4#define _PATH_BSHELL "/bin/sh"
5#endif
6
7#ifndef _PATH_EXRC
8#define _PATH_EXRC ".exrc"
9#endif
10
11#ifndef _PATH_MSGCAT
12#define _PATH_MSGCAT "./"
12#define _PATH_MSGCAT "/usr/share/vi/catalog/"
13#endif
14
15#ifndef _PATH_NEXRC
16#define _PATH_NEXRC ".nexrc"
17#endif
18
19#ifndef _PATH_PRESERVE
20#define _PATH_PRESERVE "/var/tmp/vi.recover"

--- 25 unchanged lines hidden ---
13#endif
14
15#ifndef _PATH_NEXRC
16#define _PATH_NEXRC ".nexrc"
17#endif
18
19#ifndef _PATH_PRESERVE
20#define _PATH_PRESERVE "/var/tmp/vi.recover"

--- 25 unchanged lines hidden ---