/*
 * BASIC by Phil Cockcroft
 */
/*
 * configuration file for Mips
 */

#ifndef	_BAS_CONF_H_
#define	_BAS_CONF_H_
/*
 * standard includes for a mips
 */
#include <unistd.h>
#include <stdlib.h>
#include <wait.h>
#include <string.h>
#include <fcntl.h>
#include <time.h>

#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