xref: /csrg-svn/old/pcc/cc/pathnames.h (revision 51704)
137020Sbostic /*
237020Sbostic  * Copyright (c) 1989 The Regents of the University of California.
337020Sbostic  * All rights reserved.
437020Sbostic  *
542675Sbostic  * %sccs.include.redist.c%
637020Sbostic  *
7*51704Sbostic  *	@(#)pathnames.h	5.7 (Berkeley) 11/14/91
837020Sbostic  */
937020Sbostic 
1037788Sbostic #include <paths.h>
1137788Sbostic 
1246189Sbostic #define	_PATH_AS	"/usr/old/bin/as"
1346189Sbostic #define	_PATH_C2	"/usr/old/libexec/c2"
1446189Sbostic #define	_PATH_CCOM	"/usr/old/libexec/ccom"
1546189Sbostic #define	_PATH_CPP	"/usr/old/bin/cpp"
1641784Sbostic #define	_PATH_CRT0	"/usr/lib/crt0.o"
1741784Sbostic #define	_PATH_GCRT0	"/usr/lib/gcrt0.o"
18*51704Sbostic #define	_PATH_LD	"/usr/old/bin/ld"
1941784Sbostic #define	_PATH_MCRT0	"/usr/lib/mcrt0.o"
2046189Sbostic #define	_PATH_SCCOM	"/usr/old/libexec/sccom"
2137250Sbostic #define	_PATH_USRNEW	"/usr/new"
22