summaryrefslogtreecommitdiff
path: root/kerberosIV/include/slav_locl.h
blob: d4a5cafa536889844234e267f09f326850287877 (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
/*	$OpenBSD: slav_locl.h,v 1.2 1998/02/18 11:53:39 art 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 */