
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1948 ec53bebd-3082-4978-b11e-865c3cabbd6b
18 lines
280 B
C
18 lines
280 B
C
/* $Id$ */
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include <config.h>
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
#include <unistd.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <pwd.h>
|
|
#include <netdb.h>
|
|
#include <errno.h>
|
|
#include <krb.h>
|
|
#include <krb5.h>
|
|
#include <roken.h>
|