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