summaryrefslogtreecommitdiff
path: root/modules/pam_radius/pam_radius.h
blob: 12ee5778598aaba557379f1b7231117059a3cb6d (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
35
36
37
38
39
40
/*
 * $Id$
 */

#ifndef PAM_RADIUS_H
#define PAM_RADIUS_H

#include "config.h"

#include <stdio.h>

#ifndef __USE_POSIX2
#define __USE_POSIX2
#endif /* __USE_POSIX2 */

#include <stdlib.h>

#include <sys/types.h>
#include <sys/stat.h>
#include <sys/resource.h>

#include <unistd.h>
#include <string.h>
#include <ctype.h>
#include <syslog.h>
#include <stdarg.h>
#include <utmp.h>
#include <time.h>
#include <netdb.h>

#include <netinet/in.h>
#include <rpcsvc/ypclnt.h>
#include <rpc/rpc.h>

#include <pwdb/radius.h>
#include <pwdb/pwdb_radius.h>

/******************************************************************/

#endif /* PAM_RADIUS_H */