
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2173 ec53bebd-3082-4978-b11e-865c3cabbd6b
35 lines
553 B
C
35 lines
553 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>
|
|
#ifdef HAVE_SYS_TYPES_H
|
|
#include <sys/types.h>
|
|
#endif
|
|
#ifdef HAVE_PWD_H
|
|
#include <pwd.h>
|
|
#endif
|
|
#ifdef HAVE_SYS_TIME_H
|
|
#include <sys/time.h>
|
|
#endif
|
|
#ifdef HAVE_SYS_SOCKET_H
|
|
#include <sys/socket.h>
|
|
#endif
|
|
#ifdef HAVE_NETINET_IN_H
|
|
#include <netinet/in.h>
|
|
#endif
|
|
#ifdef HAVE_ARPA_INET_H
|
|
#include <arpa/inet.h>
|
|
#endif
|
|
#include <roken.h>
|
|
#include <krb5.h>
|
|
|
|
#endif /* __KUSER_LOCL_H__ */
|