blob: 15f24c285deaabb016401a25d154aabfe3bfbbf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* $Id: kuser_locl.h,v 1.1 1995/12/14 06:52:33 tholo Exp $ */
#include "kerberosIV/site.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <time.h>
#include <sys/file.h>
#include <pwd.h>
#include <kerberosIV/krb.h>
#include <prot.h>
|