]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/config.h.in
Minor patches as suggested by Frank Cusack <fcusack@fcusack.com> to ensure
[ppp.git] / pppd / plugins / radius / radiusclient / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2 /*
3  * $Id: config.h.in,v 1.3 2002/07/25 16:29:16 dfs Exp $
4  *
5  * Copyright (C) 1996,1997 Lars Fenneberg
6  *
7  * See the file COPYRIGHT for the respective terms and conditions. 
8  * If the file is missing contact me at lf@elemental.net 
9  * and I'll send you a copy.
10  *
11  */
12
13
14 /* Define to empty if the keyword does not work.  */
15 #undef const
16
17 /* Define if you have the strftime function.  */
18 #undef HAVE_STRFTIME
19
20 /* Define to `long' if <sys/types.h> doesn't define.  */
21 #undef off_t
22
23 /* Define as the return type of signal handlers (int or void).  */
24 #undef RETSIGTYPE
25
26 /* Define if the setvbuf function takes the buffering type as its second
27    argument and the buffer pointer as the third, as on System V
28    before release 3.  */
29 #undef SETVBUF_REVERSED
30
31 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
32 #undef size_t
33
34 /* Define if you have the ANSI C header files.  */
35 #undef STDC_HEADERS
36
37 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
38 #undef TIME_WITH_SYS_TIME
39
40 /* Define if your <sys/time.h> declares struct tm.  */
41 #undef TM_IN_SYS_TIME
42
43 /* does /dev/urandom exist ? */
44 #undef HAVE_DEV_URANDOM
45
46 /* shadow password support */
47 #undef HAVE_SHADOW_PASSWORDS
48
49 /* struct utsname has domainname field */
50 #undef HAVE_STRUCT_UTSNAME_DOMAINNAME
51
52 /* package name */
53 #undef PACKAGE
54
55 /* include code to kludge aroung Livingston's RADIUS server 1.16 */
56 #undef RADIUS_116
57
58 /* SCP support */
59 #undef SCP
60
61 /* package version */
62 #undef VERSION
63
64 /* Define if you have the fcntl function.  */
65 #undef HAVE_FCNTL
66
67 /* Define if you have the flock function.  */
68 #undef HAVE_FLOCK
69
70 /* Define if you have the getdomainname function.  */
71 #undef HAVE_GETDOMAINNAME
72
73 /* Define if you have the gethostname function.  */
74 #undef HAVE_GETHOSTNAME
75
76 /* Define if you have the rand function.  */
77 #undef HAVE_RAND
78
79 /* Define if you have the random function.  */
80 #undef HAVE_RANDOM
81
82 /* Define if you have the snprintf function.  */
83 #undef HAVE_SNPRINTF
84
85 /* Define if you have the strcasecmp function.  */
86 #undef HAVE_STRCASECMP
87
88 /* Define if you have the strdup function.  */
89 #undef HAVE_STRDUP
90
91 /* Define if you have the strerror function.  */
92 #undef HAVE_STRERROR
93
94 /* Define if you have the stricmp function.  */
95 #undef HAVE_STRICMP
96
97 /* Define if you have the sysinfo function.  */
98 #undef HAVE_SYSINFO
99
100 /* Define if you have the uname function.  */
101 #undef HAVE_UNAME
102
103 /* Define if you have the vsnprintf function.  */
104 #undef HAVE_VSNPRINTF
105
106 /* Define if you have the <crypt.h> header file.  */
107 #undef HAVE_CRYPT_H
108
109 /* Define if you have the <dirent.h> header file.  */
110 #undef HAVE_DIRENT_H
111
112 /* Define if you have the <fcntl.h> header file.  */
113 #undef HAVE_FCNTL_H
114
115 /* Define if you have the <getopt.h> header file.  */
116 #undef HAVE_GETOPT_H
117
118 /* Define if you have the <ndir.h> header file.  */
119 #undef HAVE_NDIR_H
120
121 /* Define if you have the <signal.h> header file.  */
122 #undef HAVE_SIGNAL_H
123
124 /* Define if you have the <sys/dir.h> header file.  */
125 #undef HAVE_SYS_DIR_H
126
127 /* Define if you have the <sys/fcntl.h> header file.  */
128 #undef HAVE_SYS_FCNTL_H
129
130 /* Define if you have the <sys/file.h> header file.  */
131 #undef HAVE_SYS_FILE_H
132
133 /* Define if you have the <sys/ioctl.h> header file.  */
134 #undef HAVE_SYS_IOCTL_H
135
136 /* Define if you have the <sys/ndir.h> header file.  */
137 #undef HAVE_SYS_NDIR_H
138
139 /* Define if you have the <sys/signal.h> header file.  */
140 #undef HAVE_SYS_SIGNAL_H
141
142 /* Define if you have the <sys/stat.h> header file.  */
143 #undef HAVE_SYS_STAT_H
144
145 /* Define if you have the <sys/utsname.h> header file.  */
146 #undef HAVE_SYS_UTSNAME_H
147
148 /* Define if you have the <termios.h> header file.  */
149 #undef HAVE_TERMIOS_H
150
151 /* Define if you have the <unistd.h> header file.  */
152 #undef HAVE_UNISTD_H
153
154 /* Define if you have the crypt library (-lcrypt).  */
155 #undef HAVE_LIBCRYPT
156
157 /* Define if you have the nsl library (-lnsl).  */
158 #undef HAVE_LIBNSL
159
160 /* Define if you have the socket library (-lsocket).  */
161 #undef HAVE_LIBSOCKET