/*
 * BASIC by Phil Cockcroft
 */
/*
 * configuration file for Intel 80386 systems
 */

#ifndef	_BAS_CONF_H_
#define	_BAS_CONF_H_
/*
 * standard constants of a Intel 80386 processor
 */
#include <unistd.h>
#include <stdlib.h>
#ifndef	SCO
#include <wait.h>
#endif
#include <string.h>
#include <fcntl.h>
#include <time.h>

#ifdef	SCO
#define	_IEEE	1
#endif

#include <nan.h>

#define	IEEEMATHS

#define BLOCKSIZ 4096           /* size of disk blocks */

#undef UNPORTABLE
#undef NO_SCOMMS

#define	DEFWIDTH	80	/* line length */

#endif


syntax highlighted by Code2HTML, v. 0.9.1