# BRCM_VERSION=3
[bcm963xx.git] / userapps / opensource / sshd / config.h
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3
4 /* lastlog file location */
5 /* #undef CONF_LASTLOG_FILE */
6
7 /* utmpx file location */
8 /* #undef CONF_UTMPX_FILE */
9
10 /* utmp file location */
11 /* #undef CONF_UTMP_FILE */
12
13 /* wtmpx file location */
14 /* #undef CONF_WTMPX_FILE */
15
16 /* wtmp file location */
17 /* #undef CONF_WTMP_FILE */
18
19 /* Disable use of lastlog() */
20 /* #undef DISABLE_LASTLOG */
21
22 /* Disable use of login() */
23 /* #undef DISABLE_LOGIN */
24
25 /* Disable use of pututline() */
26 /* #undef DISABLE_PUTUTLINE */
27
28 /* Disable use of pututxline() */
29 /* #undef DISABLE_PUTUTXLINE */
30
31 /* Using syslog */
32 #define DISABLE_SYSLOG 
33
34 /* Disable use of utmp */
35 /* #undef DISABLE_UTMP */
36
37 /* Disable use of utmpx */
38 #define DISABLE_UTMPX 1
39
40 /* Disable use of wtmp */
41 /* #undef DISABLE_WTMP */
42
43 /* Disable use of wtmpx */
44 #define DISABLE_WTMPX 1
45
46 /* Use zlib */
47 #define DISABLE_ZLIB 
48
49 /* Define to 1 if you have the `clearenv' function. */
50 #define HAVE_CLEARENV 1
51
52 /* Define to 1 if you have the <crypt.h> header file. */
53 #define HAVE_CRYPT_H 1
54
55 /* Define to 1 if you have the `dup2' function. */
56 #define HAVE_DUP2 1
57
58 /* Define to 1 if you have the `endutent' function. */
59 #define HAVE_ENDUTENT 1
60
61 /* Define to 1 if you have the `endutxent' function. */
62 #define HAVE_ENDUTXENT 1
63
64 /* Define to 1 if you have the <fcntl.h> header file. */
65 #define HAVE_FCNTL_H 1
66
67 /* Define to 1 if you have the `getspnam' function. */
68 // BRCM commented next line
69 //#define HAVE_GETSPNAM 1
70
71 /* Define to 1 if you have the `getusershell' function. */
72 #define HAVE_GETUSERSHELL 1
73
74 /* Define to 1 if you have the `getutent' function. */
75 #define HAVE_GETUTENT 1
76
77 /* Define to 1 if you have the `getutid' function. */
78 #define HAVE_GETUTID 1
79
80 /* Define to 1 if you have the `getutline' function. */
81 #define HAVE_GETUTLINE 1
82
83 /* Define to 1 if you have the `getutxent' function. */
84 #define HAVE_GETUTXENT 1
85
86 /* Define to 1 if you have the `getutxid' function. */
87 #define HAVE_GETUTXID 1
88
89 /* Define to 1 if you have the `getutxline' function. */
90 #define HAVE_GETUTXLINE 1
91
92 /* Define to 1 if you have the <inttypes.h> header file. */
93 #define HAVE_INTTYPES_H 1
94
95 /* Define to 1 if you have the <ioctl.h> header file. */
96 /* #undef HAVE_IOCTL_H */
97
98 /* Define to 1 if you have the <lastlog.h> header file. */
99 #define HAVE_LASTLOG_H 1
100
101 /* Define to 1 if you have the <libgen.h> header file. */
102 #define HAVE_LIBGEN_H 1
103
104 /* Define to 1 if you have the <libutil.h> header file. */
105 /* #undef HAVE_LIBUTIL_H */
106
107 /* Define to 1 if you have the `z' library (-lz). */
108 /* #undef HAVE_LIBZ */
109
110 /* Define to 1 if you have the <limits.h> header file. */
111 #define HAVE_LIMITS_H 1
112
113 /* Have login() */
114 #define HAVE_LOGIN 
115
116 /* Define to 1 if you have the `logout' function. */
117 #define HAVE_LOGOUT 1
118
119 /* Define to 1 if you have the `logwtmp' function. */
120 #define HAVE_LOGWTMP 1
121
122 /* Define to 1 if you have the <memory.h> header file. */
123 #define HAVE_MEMORY_H 1
124
125 /* Define to 1 if you have the `memset' function. */
126 #define HAVE_MEMSET 1
127
128 /* Define to 1 if you have the <netinet/in.h> header file. */
129 #define HAVE_NETINET_IN_H 1
130
131 /* Define to 1 if you have the <netinet/tcp.h> header file. */
132 #define HAVE_NETINET_TCP_H 1
133
134 /* Define to 1 if you have the `openpty' function. */
135 // BRCM commented next line
136 //#define HAVE_OPENPTY 1
137
138 /* Define to 1 if you have the <paths.h> header file. */
139 #define HAVE_PATHS_H 1
140
141 /* Define to 1 if you have the <pty.h> header file. */
142 #define HAVE_PTY_H 1
143
144 /* Define to 1 if you have the `putenv' function. */
145 #define HAVE_PUTENV 1
146
147 /* Define to 1 if you have the `pututline' function. */
148 #define HAVE_PUTUTLINE 1
149
150 /* Define to 1 if you have the `pututxline' function. */
151 #define HAVE_PUTUTXLINE 1
152
153 /* Define to 1 if you have the `select' function. */
154 #define HAVE_SELECT 1
155
156 /* Define to 1 if you have the `setutent' function. */
157 #define HAVE_SETUTENT 1
158
159 /* Define to 1 if you have the `setutxent' function. */
160 #define HAVE_SETUTXENT 1
161
162 /* Define to 1 if you have the <shadow.h> header file. */
163 // BRCM commented next line
164 //#define HAVE_SHADOW_H 1
165
166 /* Define to 1 if you have the `socket' function. */
167 #define HAVE_SOCKET 1
168
169 /* Define to 1 if you have the <stdint.h> header file. */
170 #define HAVE_STDINT_H 1
171
172 /* Define to 1 if you have the <stdlib.h> header file. */
173 #define HAVE_STDLIB_H 1
174
175 /* Define to 1 if you have the `strdup' function. */
176 #define HAVE_STRDUP 1
177
178 /* Define to 1 if you have the <strings.h> header file. */
179 #define HAVE_STRINGS_H 1
180
181 /* Define to 1 if you have the <string.h> header file. */
182 #define HAVE_STRING_H 1
183
184 /* Define to 1 if you have the `strlcat' function. */
185 /* #undef HAVE_STRLCAT */
186
187 /* Define to 1 if you have the `strlcpy' function. */
188 /* #undef HAVE_STRLCPY */
189
190 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
191 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE */
192
193 /* Define to 1 if `ut_addr' is member of `struct utmpx'. */
194 /* #undef HAVE_STRUCT_UTMPX_UT_ADDR */
195
196 /* Define to 1 if `ut_addr_v6' is member of `struct utmpx'. */
197 #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
198
199 /* Define to 1 if `ut_host' is member of `struct utmpx'. */
200 #define HAVE_STRUCT_UTMPX_UT_HOST 1
201
202 /* Define to 1 if `ut_id' is member of `struct utmpx'. */
203 #define HAVE_STRUCT_UTMPX_UT_ID 1
204
205 /* Define to 1 if `ut_syslen' is member of `struct utmpx'. */
206 /* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */
207
208 /* Define to 1 if `ut_time' is member of `struct utmpx'. */
209 /* #undef HAVE_STRUCT_UTMPX_UT_TIME */
210
211 /* Define to 1 if `ut_tv' is member of `struct utmpx'. */
212 /* #undef HAVE_STRUCT_UTMPX_UT_TV */
213
214 /* Define to 1 if `ut_type' is member of `struct utmpx'. */
215 #define HAVE_STRUCT_UTMPX_UT_TYPE 1
216
217 /* Define to 1 if `ut_addr' is member of `struct utmp'. */
218 #define HAVE_STRUCT_UTMP_UT_ADDR 1
219
220 /* Define to 1 if `ut_addr_v6' is member of `struct utmp'. */
221 #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
222
223 /* Define to 1 if `ut_exit' is member of `struct utmp'. */
224 /* #undef HAVE_STRUCT_UTMP_UT_EXIT */
225
226 /* Define to 1 if `ut_host' is member of `struct utmp'. */
227 #define HAVE_STRUCT_UTMP_UT_HOST 1
228
229 /* Define to 1 if `ut_id' is member of `struct utmp'. */
230 #define HAVE_STRUCT_UTMP_UT_ID 1
231
232 /* Define to 1 if `ut_pid' is member of `struct utmp'. */
233 #define HAVE_STRUCT_UTMP_UT_PID 1
234
235 /* Define to 1 if `ut_time' is member of `struct utmp'. */
236 #define HAVE_STRUCT_UTMP_UT_TIME 1
237
238 /* Define to 1 if `ut_tv' is member of `struct utmp'. */
239 /* #undef HAVE_STRUCT_UTMP_UT_TV */
240
241 /* Define to 1 if `ut_type' is member of `struct utmp'. */
242 #define HAVE_STRUCT_UTMP_UT_TYPE 1
243
244 /* Define to 1 if you have the <sys/select.h> header file. */
245 #define HAVE_SYS_SELECT_H 1
246
247 /* Define to 1 if you have the <sys/socket.h> header file. */
248 #define HAVE_SYS_SOCKET_H 1
249
250 /* Define to 1 if you have the <sys/stat.h> header file. */
251 #define HAVE_SYS_STAT_H 1
252
253 /* Define to 1 if you have the <sys/stropts.h> header file. */
254 #define HAVE_SYS_STROPTS_H 1
255
256 /* Define to 1 if you have the <sys/time.h> header file. */
257 #define HAVE_SYS_TIME_H 1
258
259 /* Define to 1 if you have the <sys/types.h> header file. */
260 #define HAVE_SYS_TYPES_H 1
261
262 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
263 #define HAVE_SYS_WAIT_H 1
264
265 /* Define to 1 if you have the <termios.h> header file. */
266 #define HAVE_TERMIOS_H 1
267
268 /* Define to 1 if the system has the type `uint16_t'. */
269 #define HAVE_UINT16_T 1
270
271 /* Define to 1 if you have the <unistd.h> header file. */
272 #define HAVE_UNISTD_H 1
273
274 /* Define to 1 if you have the `updwtmp' function. */
275 #define HAVE_UPDWTMP 1
276
277 /* Define to 1 if you have the `utmpname' function. */
278 #define HAVE_UTMPNAME 1
279
280 /* Define to 1 if you have the `utmpxname' function. */
281 #define HAVE_UTMPXNAME 1
282
283 /* Define to 1 if you have the <utmpx.h> header file. */
284 // BRCM commented next line 
285 //#define HAVE_UTMPX_H 1
286
287 /* Define to 1 if you have the <utmp.h> header file. */
288 #define HAVE_UTMP_H 1
289
290 /* Define to 1 if the system has the type `u_int16_t'. */
291 #define HAVE_U_INT16_T 1
292
293 /* Define to the address where bug reports for this package should be sent. */
294 #define PACKAGE_BUGREPORT ""
295
296 /* Define to the full name of this package. */
297 #define PACKAGE_NAME ""
298
299 /* Define to the full name and version of this package. */
300 #define PACKAGE_STRING ""
301
302 /* Define to the one symbol short name of this package. */
303 #define PACKAGE_TARNAME ""
304
305 /* Define to the version of this package. */
306 #define PACKAGE_VERSION ""
307
308 /* Define as the return type of signal handlers (`int' or `void'). */
309 #define RETSIGTYPE void
310
311 /* Define to the type of arg 1 for `select'. */
312 #define SELECT_TYPE_ARG1 int
313
314 /* Define to the type of args 2, 3 and 4 for `select'. */
315 #define SELECT_TYPE_ARG234 (fd_set *)
316
317 /* Define to the type of arg 5 for `select'. */
318 #define SELECT_TYPE_ARG5 (struct timeval *)
319
320 /* Define to 1 if the `setpgrp' function takes no argument. */
321 #define SETPGRP_VOID 
322
323 /* Define to 1 if you have the ANSI C header files. */
324 #define STDC_HEADERS 1
325
326 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
327 #define TIME_WITH_SYS_TIME 1
328
329 /* Use /dev/ptmx */
330 /* #undef USE_DEV_PTMX */
331
332 /* Define to empty if `const' does not conform to ANSI C. */
333 /* #undef const */
334
335 /* Define to `int' if <sys/types.h> doesn't define. */
336 /* #undef gid_t */
337
338 /* Define to `int' if <sys/types.h> does not define. */
339 /* #undef mode_t */
340
341 /* Define to `int' if <sys/types.h> does not define. */
342 /* #undef pid_t */
343
344 /* Define to `unsigned' if <sys/types.h> does not define. */
345 /* #undef size_t */
346
347 /* Define to `int' if <sys/types.h> doesn't define. */
348 /* #undef uid_t */