00001 /* $Header: /opt/proj/minix/cvsroot/src/commands/aal/local.h,v 1.1.1.1 2005/04/21 14:53:57 beng Exp $ */ 00002 /* 00003 * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. 00004 * See the copyright notice in the ACK home directory, in the file "Copyright". 00005 */ 00006 /* collection of options, selected by including or excluding 'defines' */ 00007 00008 /* Version number of the EM object code */ 00009 # define VERSION 3 /* 16 bits number */ 00010 00011 /* The default machine used by ack, acc, apc */ 00012 # define ACKM "minix" 00013 00014 /* size of local machine, either 0 (for 16 bit address space), or 1 */ 00015 # undef BIGMACHINE 1 00016 00017 /* operating system, SYS_5, V7, BSD4_1 or BSD4_2; Do NOT delete the comment 00018 in the next line! */ 00019 # define V7 1 /* SYSTEM */
1.4.6