Add em22 compile, change EM machine executable format to put proc table in text
[Ack-5.5.git] / local.h
1 /* $Id: local.h.src,v 2.8 1994/06/24 11:03:59 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 /* collection of options, selected by including or excluding 'defines' */
7
8 /* Version number of the EM object code */
9 #       define  VERSION         3       /* 16 bits number */
10
11 /* The default machine used by ack, acc, apc */
12 #       define  ACKM            "z80"
13
14 /* size of local machine, either 0 (for 16 bit address space), or 1 */
15 #       define BIGMACHINE       1
16
17 /* operating system, SYS_5, V7, BSD4_1 or BSD4_2; Do NOT delete the comment
18    in the next line! */
19 #       define V7               1       /* SYSTEM */