]> granicus.if.org Git - linux-pam/blob - modules/pam_radius/pam_radius.h
Relevant BUGIDs: 108297
[linux-pam] / modules / pam_radius / pam_radius.h
1 /*
2  * $Id$
3  */
4
5 #ifndef PAM_RADIUS_H
6 #define PAM_RADIUS_H
7
8 #include <security/_pam_aconf.h>
9
10 #include <stdio.h>
11
12 #ifndef __USE_POSIX2
13 #define __USE_POSIX2
14 #endif /* __USE_POSIX2 */
15
16 #include <stdlib.h>
17
18 #include <sys/types.h>
19 #include <sys/stat.h>
20 #include <sys/resource.h>
21
22 #include <unistd.h>
23 #include <string.h>
24 #include <ctype.h>
25 #include <syslog.h>
26 #include <stdarg.h>
27 #include <utmp.h>
28 #include <time.h>
29 #include <netdb.h>
30
31 #include <netinet/in.h>
32 #include <rpcsvc/ypclnt.h>
33 #include <rpc/rpc.h>
34
35 #include <pwdb/radius.h>
36 #include <pwdb/pwdb_radius.h>
37
38 /******************************************************************/
39
40 #endif /* PAM_RADIUS_H */