1994-06-24 11:31:16 +00:00
|
|
|
/* $Id$ */
|
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 */
|
1987-07-09 15:17:56 +00:00
|
|
|
# define ACKM "sun3"
|
1987-03-02 17:28:50 +00:00
|
|
|
|
|
|
|
/* size of local machine, either 0 (for 16 bit address space), or 1 */
|
|
|
|
# define BIGMACHINE 1
|
1988-07-08 10:33:53 +00:00
|
|
|
|
|
|
|
/* operating system, SYS_5, V7, BSD4_1 or BSD4_2; Do NOT delete the comment
|
|
|
|
in the next line! */
|
|
|
|
# define BSD4_2 1 /* SYSTEM */
|