1*48117Sbostic /*- 2*48117Sbostic * Copyright (c) 1980 The Regents of the University of California. 3*48117Sbostic * All rights reserved. 422221Sdist * 5*48117Sbostic * %sccs.include.redist.c% 6*48117Sbostic * 7*48117Sbostic * @(#)config.h 5.4 (Berkeley) 04/16/91 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