xref: /original-bsd/old/refer/refer/pathnames.h (revision 75ed888a)
1 /*-
2  * Copyright (c) 1989 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)pathnames.h	5.5 (Berkeley) 07/20/92
8  */
9 
10 #include <paths.h>
11 
12 #define	_PATH_ALL	"/usr/dict/lookall/All"
13 #define	_PATH_EIGN	"/usr/dict/eign"
14 #define	_PATH_HUNT	"/usr/old/libexec/hunt"
15 #define	_PATH_IND	"/usr/old/dict/papers/Ind"
16 #define	_PATH_LIB	"/usr/old/libexec"
17 #define	_PATH_MKEY	"/usr/old/libexec/mkey"
18 #define	_PATH_PWD	"/bin/pwd"
19 #define	_PATH_SORT	"/usr/bin/sort"
20 #define	_PATH_TMPS	"/tmp/SbibXXXXXX"
21 #define	_PATH_USRTMP	"/usr/tmp"
22