11 lines
		
	
	
	
		
			409 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			409 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".
 | 
						|
 */
 | 
						|
/* Intended as a common directory for ALL temporary files */
 | 
						|
#define TMP_DIR		"/usr/tmp"
 | 
						|
 | 
						|
/* Access to the ACK tree and parts thereof */
 | 
						|
#define EM_DIR		"/usr/em"	/* The root directory for EM stuff */
 | 
						|
#define ACK_PATH	"lib/descr"
 |