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