Rev | Line | |
---|
[9] | 1 | /* $Header: /cvsup/minix/src/commands/aal/local.h,v 1.1.1.1 2005/04/21 14:53:57 beng 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 "minix"
|
---|
| 13 |
|
---|
| 14 | /* size of local machine, either 0 (for 16 bit address space), or 1 */
|
---|
| 15 | # undef 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 */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.