/* here are the definitions of the files, etc. which differ from
	installation to installation */

/*	tempfile name */
# define TEMPNAME "yacc.tmp"

/*	output names for C, ratfor, efl */
# define FILEC "y.tab.c"
# define FILER "y.tab.r"
# define FILEE "y.tab.e"

/*	user output file */
# define FILEU "y.output"

/*	location of the optimizer */
# define OPTFILE "/lib/yaccopt"

/* location of the parsers */
# define CPARSER "/lib/yaccopar"
# define RPARSER "/lib/yaccrpar"
# define EPARSER "/lib/yaccepar"

/*	command to clobber tempfile after use */
# define ZAPTEMP     unlink(TEMPNAME)
/* default to usr/lib rather than nlib */
