xref: /original-bsd/old/pcc/cc/pathnames.h (revision 9d1db70c)
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.6 (Berkeley) 02/01/91
8  */
9 
10 #include <paths.h>
11 
12 #define	_PATH_AS	"/usr/old/bin/as"
13 #define	_PATH_C2	"/usr/old/libexec/c2"
14 #define	_PATH_CCOM	"/usr/old/libexec/ccom"
15 #define	_PATH_CPP	"/usr/old/bin/cpp"
16 #define	_PATH_CRT0	"/usr/lib/crt0.o"
17 #define	_PATH_GCRT0	"/usr/lib/gcrt0.o"
18 #define	_PATH_LD	"/usr/bin/ld"
19 #define	_PATH_MCRT0	"/usr/lib/mcrt0.o"
20 #define	_PATH_SCCOM	"/usr/old/libexec/sccom"
21 #define	_PATH_USRNEW	"/usr/new"
22