summaryrefslogtreecommitdiff
path: root/kerberosIV/include/slav_locl.h
blob: e7f752bdfcf6af5d9896a06db505fc5b865135a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*	$Id: slav_locl.h,v 1.1 1995/12/14 06:52:34 tholo Exp $	*/

#ifndef __slav_locl_h
#define __slav_locl_h

#include "kerberosIV/site.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

#include <errno.h>
#include <unistd.h>

#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <time.h>
#include <sys/file.h>

#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>

#include <netdb.h>

#include <kerberosIV/krb.h>
#include <kerberosIV/krb_db.h>
#include "klog.h"
#include "prot.h"
#include "kdc.h"

#endif /*  __slav_locl_h */