which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@5403 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			19 lines
		
	
	
		
			625 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			625 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
/*
 | 
						|
 | 
						|
 Copyright (C) 1990-1996 Mark Adler, Richard B. Wales, Jean-loup Gailly,
 | 
						|
 Onno van der Linden, Christian Spieler and Kai Uwe Rommel.
 | 
						|
 Permission is granted to any individual or institution to use, copy, or
 | 
						|
 redistribute this software so long as all of the original files are included,
 | 
						|
 that it is not sold for profit, and that this copyright notice is retained.
 | 
						|
 | 
						|
*/
 | 
						|
 | 
						|
#define fhow         (O_RDONLY|O_BINARY)
 | 
						|
#define fbad         (-1)
 | 
						|
typedef int          ftype;
 | 
						|
#define zopen(n,p)   open(n,p)
 | 
						|
#define zread(f,b,n) read(f,b,n)
 | 
						|
#define zclose(f)    close(f)
 | 
						|
#define zerr(f)      (k == (extent)(-1L))
 | 
						|
#define zstdin       0
 |