xref: /original-bsd/usr.bin/ex/pathnames.h (revision 3705696b)
1 /*-
2  * Copyright (c) 1989, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)pathnames.h	8.1 (Berkeley) 06/09/93
8  */
9 
10 #include <paths.h>
11 
12 #define	_PATH_MAKEKEY		"/usr/libexec/makekey"
13 #define	_PATH_BINMAIL		"/usr/libexec/mail.local"
14 #define	_PATH_EXRECOVER		"/usr/libexec/ex3.7recover"
15 #define	_PATH_EXPRESERVE	"/usr/libexec/ex3.7preserve"
16 #define	_PATH_PRESERVE		"/var/preserve"
17 #ifndef VMUNIX
18 #ifndef	vms
19 #define	EXSTRINGS	"/usr/libexec/ex3.7strings"
20 #endif
21 #endif
22