xref: /csrg-svn/usr.bin/pascal/src/config.h (revision 62205)
148117Sbostic /*-
2*62205Sbostic  * Copyright (c) 1980, 1993
3*62205Sbostic  *	The Regents of the University of California.  All rights reserved.
422221Sdist  *
548117Sbostic  * %sccs.include.redist.c%
648117Sbostic  *
7*62205Sbostic  *	@(#)config.h	8.1 (Berkeley) 06/06/93
822221Sdist  */
922221Sdist 
106404Speter     /*
116404Speter      *	external declarations of things from
126404Speter      *		CONFIG.c
136404Speter      *
146404Speter      */
156404Speter 
166404Speter     /*
176404Speter      *	the version of translator
186404Speter      */
196404Speter extern char	*version;
206404Speter 
216404Speter     /*
226404Speter      *	the location of the error strings
236404Speter      *	and the length of the path to it
246404Speter      *	(in case of execution of pc0 as a.out)
256404Speter      */
2647715Sbostic extern char	*err_file;
276404Speter extern int	err_pathlen;
286404Speter 
296404Speter     /*
306404Speter      *	the location of the short explanation
316404Speter      *	and the length of the path to it
326404Speter      *	the null at the end is so pix can change it to pi'x' from pi.
336404Speter      */
3447715Sbostic extern char	*how_file;
356404Speter extern int	how_pathlen;
366404Speter extern char	*px_header;
376404Speter extern char	*pi_comp;
386404Speter extern char	*px_intrp;
396404Speter extern char	*px_debug;
40