xref: /original-bsd/usr.bin/error/pathnames.h (revision e59fb703)
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.2 (Berkeley) 06/01/90
8  */
9 
10 #include <paths.h>
11 
12 #define	IG_FILE1	"llib-lc"
13 #define	IG_FILE2	"llib-port"
14 #define	IG_FILE3	"/usr/lib/llib-lc"
15 #define	IG_FILE4	"/usr/lib/llib-port"
16 #undef _PATH_TMP
17 #define	_PATH_TMP	"/tmp/ErrorXXXXXX"
18