xref: /original-bsd/usr.bin/pascal/src/config.h (revision e74403ba)
1     /*
2      *	external declarations of things from
3      *		CONFIG.c
4      *
5      */
6 
7     /*	sccsid: @(#)config.h	2.1 (Berkeley) 84/02/08 */
8 
9     /*
10      *	the version of translator
11      */
12 extern char	*version;
13 
14     /*
15      *	the location of the error strings
16      *	and the length of the path to it
17      *	(in case of execution of pc0 as a.out)
18      */
19 extern char	*err_file;
20 extern int	err_pathlen;
21 
22     /*
23      *	the location of the short explanation
24      *	and the length of the path to it
25      *	the null at the end is so pix can change it to pi'x' from pi.
26      */
27 extern char	*how_file;
28 extern int	how_pathlen;
29 extern char	*px_header;
30 extern char	*pi_comp;
31 extern char	*px_intrp;
32 extern char	*px_debug;
33