15 lines
		
	
	
	
		
			503 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			503 B
		
	
	
	
		
			Text
		
	
	
	
	
	
/* $Header$ */
 | 
						|
/*
 | 
						|
 * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
 | 
						|
 * See the copyright notice in the ACK home directory, in the file "Copyright".
 | 
						|
 */
 | 
						|
/* 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 */
 | 
						|
#	define	ACKM		"sun3"
 | 
						|
 | 
						|
/* size of local machine, either 0 (for 16 bit address space), or 1 */
 | 
						|
#	define BIGMACHINE	1
 |