/*
 *	config.h - configuration for Dhrystone 2.0
 *
 *	choices:
 *		-DREG=register
 *              -DNOSTRUCTASSIGN
 *              -DNOENUMS
 *              -DTIMES
 *              -DTIME
 *              -DHZ=nnn
 */

/*
 *	atariST (TOS, dri/alcyon 4.14)
 *
 *	int is 16 bits here. so max times thru is < 32k times.
 *
 */
#define ALCYON
#define SYSTYPE		"Atari MegsST 4 (TOS 1.2, 8 Mhz 68000)"
#define COMPTYPE	"DRI/Alcyon 4.14 (16-bit ints)"
#define REG		register
#define TIME
#define NOENUM

/*
 *	BSD
 *
#define SYSTYPE		"BSD Unix"
#define COMPTYPE	"pcc"
#define REG		register
#define TIME
 */

/*
 *	SYSV
 *
#define SYSTYPE		"System V.3 Unix"
#define COMPTYPE	"pcc"
#define REG		register
#define TIME
 */

