10 lines
		
	
	
		
			149 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			149 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __SYS_PARAM_H__
 | |
| #define __SYS_PARAM_H__
 | |
| /*
 | |
| sys/param.h
 | |
| */
 | |
| 
 | |
| #define MAXHOSTNAMELEN  256	/* max hostname size */
 | |
| 
 | |
| #endif /* __SYS_PARAM_H__ */
 | 
