 3a7dce096c
			
		
	
	3a7dce096c
	
	
	
		
			
			git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1310 ec53bebd-3082-4978-b11e-865c3cabbd6b
		
			
				
	
	
		
			19 lines
		
	
	
		
			282 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			282 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* $Id$ */
 | |
| 
 | |
| #ifndef __KUSER_LOCL_H__
 | |
| #define __KUSER_LOCL_H__
 | |
| 
 | |
| #ifdef HAVE_CONFIG_H
 | |
| #include <config.h>
 | |
| #endif
 | |
| 
 | |
| #include <stdio.h>
 | |
| #include <stdlib.h>
 | |
| #include <string.h>
 | |
| #include <pwd.h>
 | |
| #include <sys/types.h>
 | |
| #include <sys/time.h>
 | |
| #include <krb5.h>
 | |
| 
 | |
| #endif /* __KUSER_LOCL_H__ */
 |