ifdef
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1167 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -43,10 +43,16 @@ RCSID("$Id$");
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include "roken.h"
 | 
					#include "roken.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <sys/types.h>
 | 
					 | 
				
			||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
 | 
					#ifdef HAVE_SYS_TYPES_H
 | 
				
			||||||
 | 
					#include <sys/types.h>
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifdef HAVE_NETINET_IN_H
 | 
				
			||||||
#include <netinet/in.h>
 | 
					#include <netinet/in.h>
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifdef HAVE_NETDB_H
 | 
				
			||||||
#include <netdb.h>
 | 
					#include <netdb.h>
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Minimal implementation of inet_aton. Doesn't handle hex numbers. */
 | 
					/* Minimal implementation of inet_aton. Doesn't handle hex numbers. */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user