pci: don't do sanity check for missing pci bus, the check can misfire.
[minix.git] / commands / aal / local.h
blob9f9811457b6b54fa6555768ace364fed0822c0e1
1 /* $Header$ */
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' */
8 /* Version number of the EM object code */
9 # define VERSION 3 /* 16 bits number */
11 /* The default machine used by ack, acc, apc */
12 # define ACKM "minix"
14 /* size of local machine, either 0 (for 16 bit address space), or 1 */
15 # undef BIGMACHINE 1
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 */