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: 
   7: #ifndef lint
   8: static char sccsid[] = "@(#)CONFIG.c	5.1 (Berkeley) 6/4/85";
   9: #endif not lint
  10: 
  11:     /*
  12:      *	make sure you are editing
  13:      *		CONFIG.c
  14:      *	editing config.c won't work
  15:      */
  16: 
  17:     /*
  18:      *	the version of translator
  19:      */
  20: char    *version = "VERSION (DATE)";
  21: 
  22:     /*
  23:      *	the location of the error strings
  24:      *	and the length of the path to it
  25:      *	(in case of execution as a.something)
  26:      */
  27: char    *err_file = "LIBDIR/ERRORSTRINGS";
  28: int err_pathlen = sizeof("LIBDIR/")-1;
  29: 
  30:     /*
  31:      *	the location of the short explanation
  32:      *	and the length of the path to it
  33:      *	the null at the end is so pix can change it to pi'x' from pi.
  34:      */
  35: char    *how_file = "LIBDIR/HOWFILE\0";
  36: int how_pathlen = sizeof("LIBDIR/")-1;
  37: 
  38:     /*
  39:      *	things about the interpreter.
  40:      *	these are not used by the compiler.
  41:      */
  42: #ifndef PC
  43: char    *px_header = "LIBDIR/px_header";    /* px_header's name */
  44: #endif
  45: 
  46: #ifndef PXP
  47: char    *pi_comp = "INSTALLDIR/pi";     /* the compiler's name */
  48: char    *px_intrp = "INSTALLDIR/px";        /* the interpreter's name */
  49: char    *px_debug = "INSTALLDIR/pdx";       /* the debugger's name */
  50: #endif

Defined variables

err_file defined in line 27; used 4 times
err_pathlen defined in line 28; used 1 times
how_file defined in line 35; used 4 times
how_pathlen defined in line 36; used 1 times
pi_comp defined in line 47; never used
px_debug defined in line 49; never used
px_header defined in line 43; used 1 times
px_intrp defined in line 48; never used
sccsid defined in line 8; never used
version defined in line 20; used 3 times
Last modified: 1985-06-04
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1786
Valid CSS Valid XHTML 1.0 Strict