/*	Copyright (c) 1989 AT&T	*/
/*	  All Rights Reserved  	*/

/*	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T	*/
/*	The copyright notice above does not evidence any   	*/
/*	actual or intended publication of such source code.	*/

#pragma ident	"@(#)files	6.2	93/06/07 SMI"

/* this file has the location of the parser, and the size of the progam desired */
/* It may also contain definitions to override various defaults: for example,
/* WORD32 tells yacc that there are at least 32 bits per int */

#if u3b || u3b15 || u3b2 || vax || uts
#	define WORD32
#endif
/* on some systems, notably IBM, the names for the output files and tempfiles must
   also be changed  */

	/* location of the parser text file */
# define PARSER "/usr/lib/yaccpar"
