1987-03-10 09:24:02 +00:00
|
|
|
/* $Header$ */
|
1987-03-09 21:20:21 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
1984-08-23 13:18:14 +00:00
|
|
|
/* collection of options, selected by including or excluding 'defines' */
|
|
|
|
|
|
|
|
/* Version number of the EM object code */
|
|
|
|
# define VERSION 3 /* 16 bits number */
|
|
|
|
|
|
|
|
/* The default machine used by ack, acc, apc */
|
1986-07-22 10:36:04 +00:00
|
|
|
# define ACKM "vax4"
|
1987-03-02 17:28:50 +00:00
|
|
|
|
|
|
|
/* size of local machine, either 0 (for 16 bit address space), or 1 */
|
|
|
|
# define BIGMACHINE 1
|