xref: /original-bsd/usr.bin/pascal/src/config.h (revision c3e32dec)
1 /*-
2  * Copyright (c) 1980, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)config.h	8.1 (Berkeley) 06/06/93
8  */
9 
10     /*
11      *	external declarations of things from
12      *		CONFIG.c
13      *
14      */
15 
16     /*
17      *	the version of translator
18      */
19 extern char	*version;
20 
21     /*
22      *	the location of the error strings
23      *	and the length of the path to it
24      *	(in case of execution of pc0 as a.out)
25      */
26 extern char	*err_file;
27 extern int	err_pathlen;
28 
29     /*
30      *	the location of the short explanation
31      *	and the length of the path to it
32      *	the null at the end is so pix can change it to pi'x' from pi.
33      */
34 extern char	*how_file;
35 extern int	how_pathlen;
36 extern char	*px_header;
37 extern char	*pi_comp;
38 extern char	*px_intrp;
39 extern char	*px_debug;
40