diff options
author | Colin Watson <cjwatson@debian.org> | 2007-06-12 11:03:36 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-06-12 11:03:36 +0000 |
commit | 086ea76990b1e6287c24b6db74adffd4605eb3b0 (patch) | |
tree | 4650093038f9f66b02823fb07f49d6a4becd1667 /config.h.in | |
parent | 4ee72c71e31226c81743439fe1ed2b521b5ddb7e (diff) | |
parent | 3e2e0ac10674d77618c4c7339e18b83ced247492 (diff) |
Import OpenSSH 4.6p1.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1340 |
1 files changed, 1340 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in new file mode 100644 index 000000000..bfde5a82b --- /dev/null +++ b/config.h.in | |||
@@ -0,0 +1,1340 @@ | |||
1 | /* config.h.in. Generated from configure.ac by autoheader. */ | ||
2 | |||
3 | /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address | ||
4 | */ | ||
5 | #undef AIX_GETNAMEINFO_HACK | ||
6 | |||
7 | /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ | ||
8 | #undef AIX_LOGINFAILED_4ARG | ||
9 | |||
10 | /* Define if your resolver libs need this for getrrsetbyname */ | ||
11 | #undef BIND_8_COMPAT | ||
12 | |||
13 | /* Define if cmsg_type is not passed correctly */ | ||
14 | #undef BROKEN_CMSG_TYPE | ||
15 | |||
16 | /* getaddrinfo is broken (if present) */ | ||
17 | #undef BROKEN_GETADDRINFO | ||
18 | |||
19 | /* getgroups(0,NULL) will return -1 */ | ||
20 | #undef BROKEN_GETGROUPS | ||
21 | |||
22 | /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ | ||
23 | #undef BROKEN_INET_NTOA | ||
24 | |||
25 | /* ia_uinfo routines not supported by OS yet */ | ||
26 | #undef BROKEN_LIBIAF | ||
27 | |||
28 | /* Ultrix mmap can't map files */ | ||
29 | #undef BROKEN_MMAP | ||
30 | |||
31 | /* Define if your struct dirent expects you to allocate extra space for d_name | ||
32 | */ | ||
33 | #undef BROKEN_ONE_BYTE_DIRENT_D_NAME | ||
34 | |||
35 | /* Define if you have a broken realpath. */ | ||
36 | #undef BROKEN_REALPATH | ||
37 | |||
38 | /* Needed for NeXT */ | ||
39 | #undef BROKEN_SAVED_UIDS | ||
40 | |||
41 | /* Define if your setregid() is broken */ | ||
42 | #undef BROKEN_SETREGID | ||
43 | |||
44 | /* Define if your setresgid() is broken */ | ||
45 | #undef BROKEN_SETRESGID | ||
46 | |||
47 | /* Define if your setresuid() is broken */ | ||
48 | #undef BROKEN_SETRESUID | ||
49 | |||
50 | /* Define if your setreuid() is broken */ | ||
51 | #undef BROKEN_SETREUID | ||
52 | |||
53 | /* LynxOS has broken setvbuf() implementation */ | ||
54 | #undef BROKEN_SETVBUF | ||
55 | |||
56 | /* Define if your snprintf is busted */ | ||
57 | #undef BROKEN_SNPRINTF | ||
58 | |||
59 | /* updwtmpx is broken (if present) */ | ||
60 | #undef BROKEN_UPDWTMPX | ||
61 | |||
62 | /* Define if you have BSD auth support */ | ||
63 | #undef BSD_AUTH | ||
64 | |||
65 | /* Define if you want to specify the path to your lastlog file */ | ||
66 | #undef CONF_LASTLOG_FILE | ||
67 | |||
68 | /* Define if you want to specify the path to your utmpx file */ | ||
69 | #undef CONF_UTMPX_FILE | ||
70 | |||
71 | /* Define if you want to specify the path to your utmp file */ | ||
72 | #undef CONF_UTMP_FILE | ||
73 | |||
74 | /* Define if you want to specify the path to your wtmpx file */ | ||
75 | #undef CONF_WTMPX_FILE | ||
76 | |||
77 | /* Define if you want to specify the path to your wtmp file */ | ||
78 | #undef CONF_WTMP_FILE | ||
79 | |||
80 | /* Define if your platform needs to skip post auth file descriptor passing */ | ||
81 | #undef DISABLE_FD_PASSING | ||
82 | |||
83 | /* Define if you don't want to use lastlog */ | ||
84 | #undef DISABLE_LASTLOG | ||
85 | |||
86 | /* Define if you don't want to use your system's login() call */ | ||
87 | #undef DISABLE_LOGIN | ||
88 | |||
89 | /* Define if you don't want to use pututline() etc. to write [uw]tmp */ | ||
90 | #undef DISABLE_PUTUTLINE | ||
91 | |||
92 | /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */ | ||
93 | #undef DISABLE_PUTUTXLINE | ||
94 | |||
95 | /* Define if you want to disable shadow passwords */ | ||
96 | #undef DISABLE_SHADOW | ||
97 | |||
98 | /* Define if you don't want to use utmp */ | ||
99 | #undef DISABLE_UTMP | ||
100 | |||
101 | /* Define if you don't want to use utmpx */ | ||
102 | #undef DISABLE_UTMPX | ||
103 | |||
104 | /* Define if you don't want to use wtmp */ | ||
105 | #undef DISABLE_WTMP | ||
106 | |||
107 | /* Define if you don't want to use wtmpx */ | ||
108 | #undef DISABLE_WTMPX | ||
109 | |||
110 | /* Workaround more Linux IPv6 quirks */ | ||
111 | #undef DONT_TRY_OTHER_AF | ||
112 | |||
113 | /* Builtin PRNG command timeout */ | ||
114 | #undef ENTROPY_TIMEOUT_MSEC | ||
115 | |||
116 | /* Define to 1 if the `getpgrp' function requires zero arguments. */ | ||
117 | #undef GETPGRP_VOID | ||
118 | |||
119 | /* Conflicting defs for getspnam */ | ||
120 | #undef GETSPNAM_CONFLICTING_DEFS | ||
121 | |||
122 | /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ | ||
123 | #undef GLOB_HAS_ALTDIRFUNC | ||
124 | |||
125 | /* Define if your system glob() function has gl_matchc options in glob_t */ | ||
126 | #undef GLOB_HAS_GL_MATCHC | ||
127 | |||
128 | /* Define this if you want GSSAPI support in the version 2 protocol */ | ||
129 | #undef GSSAPI | ||
130 | |||
131 | /* Define if you want to use shadow password expire field */ | ||
132 | #undef HAS_SHADOW_EXPIRE | ||
133 | |||
134 | /* Define if your system uses access rights style file descriptor passing */ | ||
135 | #undef HAVE_ACCRIGHTS_IN_MSGHDR | ||
136 | |||
137 | /* Define if you have ut_addr in utmp.h */ | ||
138 | #undef HAVE_ADDR_IN_UTMP | ||
139 | |||
140 | /* Define if you have ut_addr in utmpx.h */ | ||
141 | #undef HAVE_ADDR_IN_UTMPX | ||
142 | |||
143 | /* Define if you have ut_addr_v6 in utmp.h */ | ||
144 | #undef HAVE_ADDR_V6_IN_UTMP | ||
145 | |||
146 | /* Define if you have ut_addr_v6 in utmpx.h */ | ||
147 | #undef HAVE_ADDR_V6_IN_UTMPX | ||
148 | |||
149 | /* Define to 1 if you have the `arc4random' function. */ | ||
150 | #undef HAVE_ARC4RANDOM | ||
151 | |||
152 | /* Define to 1 if you have the `asprintf' function. */ | ||
153 | #undef HAVE_ASPRINTF | ||
154 | |||
155 | /* OpenBSD's gcc has bounded */ | ||
156 | #undef HAVE_ATTRIBUTE__BOUNDED__ | ||
157 | |||
158 | /* OpenBSD's gcc has sentinel */ | ||
159 | #undef HAVE_ATTRIBUTE__SENTINEL__ | ||
160 | |||
161 | /* Define to 1 if you have the `b64_ntop' function. */ | ||
162 | #undef HAVE_B64_NTOP | ||
163 | |||
164 | /* Define to 1 if you have the `b64_pton' function. */ | ||
165 | #undef HAVE_B64_PTON | ||
166 | |||
167 | /* Define if you have the basename function. */ | ||
168 | #undef HAVE_BASENAME | ||
169 | |||
170 | /* Define to 1 if you have the `bcopy' function. */ | ||
171 | #undef HAVE_BCOPY | ||
172 | |||
173 | /* Define to 1 if you have the `bindresvport_sa' function. */ | ||
174 | #undef HAVE_BINDRESVPORT_SA | ||
175 | |||
176 | /* Define to 1 if you have the <bsm/audit.h> header file. */ | ||
177 | #undef HAVE_BSM_AUDIT_H | ||
178 | |||
179 | /* Define to 1 if you have the <bstring.h> header file. */ | ||
180 | #undef HAVE_BSTRING_H | ||
181 | |||
182 | /* Define to 1 if you have the `clock' function. */ | ||
183 | #undef HAVE_CLOCK | ||
184 | |||
185 | /* define if you have clock_t data type */ | ||
186 | #undef HAVE_CLOCK_T | ||
187 | |||
188 | /* Define to 1 if you have the `closefrom' function. */ | ||
189 | #undef HAVE_CLOSEFROM | ||
190 | |||
191 | /* Define if gai_strerror() returns const char * */ | ||
192 | #undef HAVE_CONST_GAI_STRERROR_PROTO | ||
193 | |||
194 | /* Define if your system uses ancillary data style file descriptor passing */ | ||
195 | #undef HAVE_CONTROL_IN_MSGHDR | ||
196 | |||
197 | /* Define to 1 if you have the <crypto/sha2.h> header file. */ | ||
198 | #undef HAVE_CRYPTO_SHA2_H | ||
199 | |||
200 | /* Define to 1 if you have the <crypt.h> header file. */ | ||
201 | #undef HAVE_CRYPT_H | ||
202 | |||
203 | /* Define if you are on Cygwin */ | ||
204 | #undef HAVE_CYGWIN | ||
205 | |||
206 | /* Define if your libraries define daemon() */ | ||
207 | #undef HAVE_DAEMON | ||
208 | |||
209 | /* Define to 1 if you have the declaration of `authenticate', and to 0 if you | ||
210 | don't. */ | ||
211 | #undef HAVE_DECL_AUTHENTICATE | ||
212 | |||
213 | /* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you | ||
214 | don't. */ | ||
215 | #undef HAVE_DECL_GLOB_NOMATCH | ||
216 | |||
217 | /* Define to 1 if you have the declaration of `h_errno', and to 0 if you | ||
218 | don't. */ | ||
219 | #undef HAVE_DECL_H_ERRNO | ||
220 | |||
221 | /* Define to 1 if you have the declaration of `loginfailed', and to 0 if you | ||
222 | don't. */ | ||
223 | #undef HAVE_DECL_LOGINFAILED | ||
224 | |||
225 | /* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if | ||
226 | you don't. */ | ||
227 | #undef HAVE_DECL_LOGINRESTRICTIONS | ||
228 | |||
229 | /* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you | ||
230 | don't. */ | ||
231 | #undef HAVE_DECL_LOGINSUCCESS | ||
232 | |||
233 | /* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you | ||
234 | don't. */ | ||
235 | #undef HAVE_DECL_O_NONBLOCK | ||
236 | |||
237 | /* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you | ||
238 | don't. */ | ||
239 | #undef HAVE_DECL_PASSWDEXPIRED | ||
240 | |||
241 | /* Define to 1 if you have the declaration of `setauthdb', and to 0 if you | ||
242 | don't. */ | ||
243 | #undef HAVE_DECL_SETAUTHDB | ||
244 | |||
245 | /* Define to 1 if you have the declaration of `SHUT_RD', and to 0 if you | ||
246 | don't. */ | ||
247 | #undef HAVE_DECL_SHUT_RD | ||
248 | |||
249 | /* Define to 1 if you have the declaration of `writev', and to 0 if you don't. | ||
250 | */ | ||
251 | #undef HAVE_DECL_WRITEV | ||
252 | |||
253 | /* Define to 1 if you have the declaration of `_getlong', and to 0 if you | ||
254 | don't. */ | ||
255 | #undef HAVE_DECL__GETLONG | ||
256 | |||
257 | /* Define to 1 if you have the declaration of `_getshort', and to 0 if you | ||
258 | don't. */ | ||
259 | #undef HAVE_DECL__GETSHORT | ||
260 | |||
261 | /* Define if you have /dev/ptmx */ | ||
262 | #undef HAVE_DEV_PTMX | ||
263 | |||
264 | /* Define if you have /dev/ptc */ | ||
265 | #undef HAVE_DEV_PTS_AND_PTC | ||
266 | |||
267 | /* Define to 1 if you have the <dirent.h> header file. */ | ||
268 | #undef HAVE_DIRENT_H | ||
269 | |||
270 | /* Define to 1 if you have the `dirfd' function. */ | ||
271 | #undef HAVE_DIRFD | ||
272 | |||
273 | /* Define to 1 if you have the `dirname' function. */ | ||
274 | #undef HAVE_DIRNAME | ||
275 | |||
276 | /* Define to 1 if you have the <endian.h> header file. */ | ||
277 | #undef HAVE_ENDIAN_H | ||
278 | |||
279 | /* Define to 1 if you have the `endutent' function. */ | ||
280 | #undef HAVE_ENDUTENT | ||
281 | |||
282 | /* Define to 1 if you have the `endutxent' function. */ | ||
283 | #undef HAVE_ENDUTXENT | ||
284 | |||
285 | /* Define if your system has /etc/default/login */ | ||
286 | #undef HAVE_ETC_DEFAULT_LOGIN | ||
287 | |||
288 | /* Define to 1 if you have the `EVP_sha256' function. */ | ||
289 | #undef HAVE_EVP_SHA256 | ||
290 | |||
291 | /* Define if you have ut_exit in utmp.h */ | ||
292 | #undef HAVE_EXIT_IN_UTMP | ||
293 | |||
294 | /* Define to 1 if you have the `fchmod' function. */ | ||
295 | #undef HAVE_FCHMOD | ||
296 | |||
297 | /* Define to 1 if you have the `fchown' function. */ | ||
298 | #undef HAVE_FCHOWN | ||
299 | |||
300 | /* Use F_CLOSEM fcntl for closefrom */ | ||
301 | #undef HAVE_FCNTL_CLOSEM | ||
302 | |||
303 | /* Define to 1 if you have the <fcntl.h> header file. */ | ||
304 | #undef HAVE_FCNTL_H | ||
305 | |||
306 | /* Define to 1 if you have the <features.h> header file. */ | ||
307 | #undef HAVE_FEATURES_H | ||
308 | |||
309 | /* Define to 1 if you have the <floatingpoint.h> header file. */ | ||
310 | #undef HAVE_FLOATINGPOINT_H | ||
311 | |||
312 | /* Define to 1 if you have the `freeaddrinfo' function. */ | ||
313 | #undef HAVE_FREEADDRINFO | ||
314 | |||
315 | /* Define to 1 if you have the `futimes' function. */ | ||
316 | #undef HAVE_FUTIMES | ||
317 | |||
318 | /* Define to 1 if you have the `gai_strerror' function. */ | ||
319 | #undef HAVE_GAI_STRERROR | ||
320 | |||
321 | /* Define to 1 if you have the `getaddrinfo' function. */ | ||
322 | #undef HAVE_GETADDRINFO | ||
323 | |||
324 | /* Define to 1 if you have the `getaudit' function. */ | ||
325 | #undef HAVE_GETAUDIT | ||
326 | |||
327 | /* Define to 1 if you have the `getaudit_addr' function. */ | ||
328 | #undef HAVE_GETAUDIT_ADDR | ||
329 | |||
330 | /* Define to 1 if you have the `getcwd' function. */ | ||
331 | #undef HAVE_GETCWD | ||
332 | |||
333 | /* Define to 1 if you have the `getgrouplist' function. */ | ||
334 | #undef HAVE_GETGROUPLIST | ||
335 | |||
336 | /* Define to 1 if you have the `getluid' function. */ | ||
337 | #undef HAVE_GETLUID | ||
338 | |||
339 | /* Define to 1 if you have the `getnameinfo' function. */ | ||
340 | #undef HAVE_GETNAMEINFO | ||
341 | |||
342 | /* Define to 1 if you have the `getopt' function. */ | ||
343 | #undef HAVE_GETOPT | ||
344 | |||
345 | /* Define to 1 if you have the <getopt.h> header file. */ | ||
346 | #undef HAVE_GETOPT_H | ||
347 | |||
348 | /* Define if your getopt(3) defines and uses optreset */ | ||
349 | #undef HAVE_GETOPT_OPTRESET | ||
350 | |||
351 | /* Define if your libraries define getpagesize() */ | ||
352 | #undef HAVE_GETPAGESIZE | ||
353 | |||
354 | /* Define to 1 if you have the `getpeereid' function. */ | ||
355 | #undef HAVE_GETPEEREID | ||
356 | |||
357 | /* Define to 1 if you have the `getpwanam' function. */ | ||
358 | #undef HAVE_GETPWANAM | ||
359 | |||
360 | /* Define to 1 if you have the `getrlimit' function. */ | ||
361 | #undef HAVE_GETRLIMIT | ||
362 | |||
363 | /* Define if getrrsetbyname() exists */ | ||
364 | #undef HAVE_GETRRSETBYNAME | ||
365 | |||
366 | /* Define to 1 if you have the `getrusage' function. */ | ||
367 | #undef HAVE_GETRUSAGE | ||
368 | |||
369 | /* Define to 1 if you have the `getseuserbyname' function. */ | ||
370 | #undef HAVE_GETSEUSERBYNAME | ||
371 | |||
372 | /* Define to 1 if you have the `gettimeofday' function. */ | ||
373 | #undef HAVE_GETTIMEOFDAY | ||
374 | |||
375 | /* Define to 1 if you have the `getttyent' function. */ | ||
376 | #undef HAVE_GETTTYENT | ||
377 | |||
378 | /* Define to 1 if you have the `getutent' function. */ | ||
379 | #undef HAVE_GETUTENT | ||
380 | |||
381 | /* Define to 1 if you have the `getutid' function. */ | ||
382 | #undef HAVE_GETUTID | ||
383 | |||
384 | /* Define to 1 if you have the `getutline' function. */ | ||
385 | #undef HAVE_GETUTLINE | ||
386 | |||
387 | /* Define to 1 if you have the `getutxent' function. */ | ||
388 | #undef HAVE_GETUTXENT | ||
389 | |||
390 | /* Define to 1 if you have the `getutxid' function. */ | ||
391 | #undef HAVE_GETUTXID | ||
392 | |||
393 | /* Define to 1 if you have the `getutxline' function. */ | ||
394 | #undef HAVE_GETUTXLINE | ||
395 | |||
396 | /* Define to 1 if you have the `get_default_context_with_level' function. */ | ||
397 | #undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL | ||
398 | |||
399 | /* Define to 1 if you have the `glob' function. */ | ||
400 | #undef HAVE_GLOB | ||
401 | |||
402 | /* Define to 1 if you have the <glob.h> header file. */ | ||
403 | #undef HAVE_GLOB_H | ||
404 | |||
405 | /* Define to 1 if you have the <gssapi_generic.h> header file. */ | ||
406 | #undef HAVE_GSSAPI_GENERIC_H | ||
407 | |||
408 | /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */ | ||
409 | #undef HAVE_GSSAPI_GSSAPI_GENERIC_H | ||
410 | |||
411 | /* Define to 1 if you have the <gssapi/gssapi.h> header file. */ | ||
412 | #undef HAVE_GSSAPI_GSSAPI_H | ||
413 | |||
414 | /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */ | ||
415 | #undef HAVE_GSSAPI_GSSAPI_KRB5_H | ||
416 | |||
417 | /* Define to 1 if you have the <gssapi.h> header file. */ | ||
418 | #undef HAVE_GSSAPI_H | ||
419 | |||
420 | /* Define to 1 if you have the <gssapi_krb5.h> header file. */ | ||
421 | #undef HAVE_GSSAPI_KRB5_H | ||
422 | |||
423 | /* Define if HEADER.ad exists in arpa/nameser.h */ | ||
424 | #undef HAVE_HEADER_AD | ||
425 | |||
426 | /* Define if you have ut_host in utmp.h */ | ||
427 | #undef HAVE_HOST_IN_UTMP | ||
428 | |||
429 | /* Define if you have ut_host in utmpx.h */ | ||
430 | #undef HAVE_HOST_IN_UTMPX | ||
431 | |||
432 | /* Define to 1 if you have the <iaf.h> header file. */ | ||
433 | #undef HAVE_IAF_H | ||
434 | |||
435 | /* Define to 1 if you have the <ia.h> header file. */ | ||
436 | #undef HAVE_IA_H | ||
437 | |||
438 | /* Define if you have ut_id in utmp.h */ | ||
439 | #undef HAVE_ID_IN_UTMP | ||
440 | |||
441 | /* Define if you have ut_id in utmpx.h */ | ||
442 | #undef HAVE_ID_IN_UTMPX | ||
443 | |||
444 | /* Define to 1 if you have the `inet_aton' function. */ | ||
445 | #undef HAVE_INET_ATON | ||
446 | |||
447 | /* Define to 1 if you have the `inet_ntoa' function. */ | ||
448 | #undef HAVE_INET_NTOA | ||
449 | |||
450 | /* Define to 1 if you have the `inet_ntop' function. */ | ||
451 | #undef HAVE_INET_NTOP | ||
452 | |||
453 | /* Define to 1 if you have the `innetgr' function. */ | ||
454 | #undef HAVE_INNETGR | ||
455 | |||
456 | /* define if you have int64_t data type */ | ||
457 | #undef HAVE_INT64_T | ||
458 | |||
459 | /* Define to 1 if you have the <inttypes.h> header file. */ | ||
460 | #undef HAVE_INTTYPES_H | ||
461 | |||
462 | /* define if you have intxx_t data type */ | ||
463 | #undef HAVE_INTXX_T | ||
464 | |||
465 | /* Define to 1 if the system has the type `in_addr_t'. */ | ||
466 | #undef HAVE_IN_ADDR_T | ||
467 | |||
468 | /* Define to 1 if you have the <lastlog.h> header file. */ | ||
469 | #undef HAVE_LASTLOG_H | ||
470 | |||
471 | /* Define to 1 if you have the `bsm' library (-lbsm). */ | ||
472 | #undef HAVE_LIBBSM | ||
473 | |||
474 | /* Define to 1 if you have the `crypt' library (-lcrypt). */ | ||
475 | #undef HAVE_LIBCRYPT | ||
476 | |||
477 | /* Define to 1 if you have the `dl' library (-ldl). */ | ||
478 | #undef HAVE_LIBDL | ||
479 | |||
480 | /* Define to 1 if you have the <libgen.h> header file. */ | ||
481 | #undef HAVE_LIBGEN_H | ||
482 | |||
483 | /* Define to 1 if you have the `iaf' library (-liaf). */ | ||
484 | #undef HAVE_LIBIAF | ||
485 | |||
486 | /* Define to 1 if you have the `nsl' library (-lnsl). */ | ||
487 | #undef HAVE_LIBNSL | ||
488 | |||
489 | /* Define to 1 if you have the `pam' library (-lpam). */ | ||
490 | #undef HAVE_LIBPAM | ||
491 | |||
492 | /* Define to 1 if you have the `sectok' library (-lsectok). */ | ||
493 | #undef HAVE_LIBSECTOK | ||
494 | |||
495 | /* Define to 1 if you have the `socket' library (-lsocket). */ | ||
496 | #undef HAVE_LIBSOCKET | ||
497 | |||
498 | /* Define to 1 if you have the <libutil.h> header file. */ | ||
499 | #undef HAVE_LIBUTIL_H | ||
500 | |||
501 | /* Define to 1 if you have the `xnet' library (-lxnet). */ | ||
502 | #undef HAVE_LIBXNET | ||
503 | |||
504 | /* Define to 1 if you have the `z' library (-lz). */ | ||
505 | #undef HAVE_LIBZ | ||
506 | |||
507 | /* Define to 1 if you have the <limits.h> header file. */ | ||
508 | #undef HAVE_LIMITS_H | ||
509 | |||
510 | /* Define to 1 if you have the <linux/if_tun.h> header file. */ | ||
511 | #undef HAVE_LINUX_IF_TUN_H | ||
512 | |||
513 | /* Define if your libraries define login() */ | ||
514 | #undef HAVE_LOGIN | ||
515 | |||
516 | /* Define to 1 if you have the <login_cap.h> header file. */ | ||
517 | #undef HAVE_LOGIN_CAP_H | ||
518 | |||
519 | /* Define to 1 if you have the `login_getcapbool' function. */ | ||
520 | #undef HAVE_LOGIN_GETCAPBOOL | ||
521 | |||
522 | /* Define to 1 if you have the <login.h> header file. */ | ||
523 | #undef HAVE_LOGIN_H | ||
524 | |||
525 | /* Define to 1 if you have the `logout' function. */ | ||
526 | #undef HAVE_LOGOUT | ||
527 | |||
528 | /* Define to 1 if you have the `logwtmp' function. */ | ||
529 | #undef HAVE_LOGWTMP | ||
530 | |||
531 | /* Define to 1 if the system has the type `long double'. */ | ||
532 | #undef HAVE_LONG_DOUBLE | ||
533 | |||
534 | /* Define to 1 if the system has the type `long long'. */ | ||
535 | #undef HAVE_LONG_LONG | ||
536 | |||
537 | /* Define to 1 if you have the <maillock.h> header file. */ | ||
538 | #undef HAVE_MAILLOCK_H | ||
539 | |||
540 | /* Define to 1 if you have the `md5_crypt' function. */ | ||
541 | #undef HAVE_MD5_CRYPT | ||
542 | |||
543 | /* Define if you want to allow MD5 passwords */ | ||
544 | #undef HAVE_MD5_PASSWORDS | ||
545 | |||
546 | /* Define to 1 if you have the `memmove' function. */ | ||
547 | #undef HAVE_MEMMOVE | ||
548 | |||
549 | /* Define to 1 if you have the <memory.h> header file. */ | ||
550 | #undef HAVE_MEMORY_H | ||
551 | |||
552 | /* Define to 1 if you have the `mkdtemp' function. */ | ||
553 | #undef HAVE_MKDTEMP | ||
554 | |||
555 | /* Define to 1 if you have the `mmap' function. */ | ||
556 | #undef HAVE_MMAP | ||
557 | |||
558 | /* define if you have mode_t data type */ | ||
559 | #undef HAVE_MODE_T | ||
560 | |||
561 | /* Some systems put nanosleep outside of libc */ | ||
562 | #undef HAVE_NANOSLEEP | ||
563 | |||
564 | /* Define to 1 if you have the <ndir.h> header file. */ | ||
565 | #undef HAVE_NDIR_H | ||
566 | |||
567 | /* Define to 1 if you have the <netdb.h> header file. */ | ||
568 | #undef HAVE_NETDB_H | ||
569 | |||
570 | /* Define to 1 if you have the <netgroup.h> header file. */ | ||
571 | #undef HAVE_NETGROUP_H | ||
572 | |||
573 | /* Define to 1 if you have the <net/if_tun.h> header file. */ | ||
574 | #undef HAVE_NET_IF_TUN_H | ||
575 | |||
576 | /* Define if you are on NeXT */ | ||
577 | #undef HAVE_NEXT | ||
578 | |||
579 | /* Define to 1 if you have the `ngetaddrinfo' function. */ | ||
580 | #undef HAVE_NGETADDRINFO | ||
581 | |||
582 | /* Define to 1 if you have the `nsleep' function. */ | ||
583 | #undef HAVE_NSLEEP | ||
584 | |||
585 | /* Define to 1 if you have the `ogetaddrinfo' function. */ | ||
586 | #undef HAVE_OGETADDRINFO | ||
587 | |||
588 | /* Define if you have an old version of PAM which takes only one argument to | ||
589 | pam_strerror */ | ||
590 | #undef HAVE_OLD_PAM | ||
591 | |||
592 | /* Define to 1 if you have the `openlog_r' function. */ | ||
593 | #undef HAVE_OPENLOG_R | ||
594 | |||
595 | /* Define to 1 if you have the `openpty' function. */ | ||
596 | #undef HAVE_OPENPTY | ||
597 | |||
598 | /* Define if your ssl headers are included with #include <openssl/header.h> */ | ||
599 | #undef HAVE_OPENSSL | ||
600 | |||
601 | /* Define if you have Digital Unix Security Integration Architecture */ | ||
602 | #undef HAVE_OSF_SIA | ||
603 | |||
604 | /* Define to 1 if you have the `pam_getenvlist' function. */ | ||
605 | #undef HAVE_PAM_GETENVLIST | ||
606 | |||
607 | /* Define to 1 if you have the <pam/pam_appl.h> header file. */ | ||
608 | #undef HAVE_PAM_PAM_APPL_H | ||
609 | |||
610 | /* Define to 1 if you have the `pam_putenv' function. */ | ||
611 | #undef HAVE_PAM_PUTENV | ||
612 | |||
613 | /* Define to 1 if you have the <paths.h> header file. */ | ||
614 | #undef HAVE_PATHS_H | ||
615 | |||
616 | /* Define if you have ut_pid in utmp.h */ | ||
617 | #undef HAVE_PID_IN_UTMP | ||
618 | |||
619 | /* define if you have pid_t data type */ | ||
620 | #undef HAVE_PID_T | ||
621 | |||
622 | /* Define to 1 if you have the `prctl' function. */ | ||
623 | #undef HAVE_PRCTL | ||
624 | |||
625 | /* Define if you have /proc/$pid/fd */ | ||
626 | #undef HAVE_PROC_PID | ||
627 | |||
628 | /* Define to 1 if you have the `pstat' function. */ | ||
629 | #undef HAVE_PSTAT | ||
630 | |||
631 | /* Define to 1 if you have the <pty.h> header file. */ | ||
632 | #undef HAVE_PTY_H | ||
633 | |||
634 | /* Define to 1 if you have the `pututline' function. */ | ||
635 | #undef HAVE_PUTUTLINE | ||
636 | |||
637 | /* Define to 1 if you have the `pututxline' function. */ | ||
638 | #undef HAVE_PUTUTXLINE | ||
639 | |||
640 | /* Define if your password has a pw_change field */ | ||
641 | #undef HAVE_PW_CHANGE_IN_PASSWD | ||
642 | |||
643 | /* Define if your password has a pw_class field */ | ||
644 | #undef HAVE_PW_CLASS_IN_PASSWD | ||
645 | |||
646 | /* Define if your password has a pw_expire field */ | ||
647 | #undef HAVE_PW_EXPIRE_IN_PASSWD | ||
648 | |||
649 | /* Define to 1 if you have the `readpassphrase' function. */ | ||
650 | #undef HAVE_READPASSPHRASE | ||
651 | |||
652 | /* Define to 1 if you have the <readpassphrase.h> header file. */ | ||
653 | #undef HAVE_READPASSPHRASE_H | ||
654 | |||
655 | /* Define to 1 if you have the `realpath' function. */ | ||
656 | #undef HAVE_REALPATH | ||
657 | |||
658 | /* Define to 1 if you have the `recvmsg' function. */ | ||
659 | #undef HAVE_RECVMSG | ||
660 | |||
661 | /* Define to 1 if you have the <rpc/types.h> header file. */ | ||
662 | #undef HAVE_RPC_TYPES_H | ||
663 | |||
664 | /* Define to 1 if you have the `rresvport_af' function. */ | ||
665 | #undef HAVE_RRESVPORT_AF | ||
666 | |||
667 | /* define if you have sa_family_t data type */ | ||
668 | #undef HAVE_SA_FAMILY_T | ||
669 | |||
670 | /* Define to 1 if you have the <sectok.h> header file. */ | ||
671 | #undef HAVE_SECTOK_H | ||
672 | |||
673 | /* Define if you have SecureWare-based protected password database */ | ||
674 | #undef HAVE_SECUREWARE | ||
675 | |||
676 | /* Define to 1 if you have the <security/pam_appl.h> header file. */ | ||
677 | #undef HAVE_SECURITY_PAM_APPL_H | ||
678 | |||
679 | /* Define to 1 if you have the `sendmsg' function. */ | ||
680 | #undef HAVE_SENDMSG | ||
681 | |||
682 | /* Define to 1 if you have the `setauthdb' function. */ | ||
683 | #undef HAVE_SETAUTHDB | ||
684 | |||
685 | /* Define to 1 if you have the `setdtablesize' function. */ | ||
686 | #undef HAVE_SETDTABLESIZE | ||
687 | |||
688 | /* Define to 1 if you have the `setegid' function. */ | ||
689 | #undef HAVE_SETEGID | ||
690 | |||
691 | /* Define to 1 if you have the `setenv' function. */ | ||
692 | #undef HAVE_SETENV | ||
693 | |||
694 | /* Define to 1 if you have the `seteuid' function. */ | ||
695 | #undef HAVE_SETEUID | ||
696 | |||
697 | /* Define to 1 if you have the `setgroups' function. */ | ||
698 | #undef HAVE_SETGROUPS | ||
699 | |||
700 | /* Define to 1 if you have the `setlogin' function. */ | ||
701 | #undef HAVE_SETLOGIN | ||
702 | |||
703 | /* Define to 1 if you have the `setluid' function. */ | ||
704 | #undef HAVE_SETLUID | ||
705 | |||
706 | /* Define to 1 if you have the `setpcred' function. */ | ||
707 | #undef HAVE_SETPCRED | ||
708 | |||
709 | /* Define to 1 if you have the `setproctitle' function. */ | ||
710 | #undef HAVE_SETPROCTITLE | ||
711 | |||
712 | /* Define to 1 if you have the `setregid' function. */ | ||
713 | #undef HAVE_SETREGID | ||
714 | |||
715 | /* Define to 1 if you have the `setresgid' function. */ | ||
716 | #undef HAVE_SETRESGID | ||
717 | |||
718 | /* Define to 1 if you have the `setresuid' function. */ | ||
719 | #undef HAVE_SETRESUID | ||
720 | |||
721 | /* Define to 1 if you have the `setreuid' function. */ | ||
722 | #undef HAVE_SETREUID | ||
723 | |||
724 | /* Define to 1 if you have the `setrlimit' function. */ | ||
725 | #undef HAVE_SETRLIMIT | ||
726 | |||
727 | /* Define to 1 if you have the `setsid' function. */ | ||
728 | #undef HAVE_SETSID | ||
729 | |||
730 | /* Define to 1 if you have the `setutent' function. */ | ||
731 | #undef HAVE_SETUTENT | ||
732 | |||
733 | /* Define to 1 if you have the `setutxent' function. */ | ||
734 | #undef HAVE_SETUTXENT | ||
735 | |||
736 | /* Define to 1 if you have the `setvbuf' function. */ | ||
737 | #undef HAVE_SETVBUF | ||
738 | |||
739 | /* Define to 1 if you have the `SHA256_Update' function. */ | ||
740 | #undef HAVE_SHA256_UPDATE | ||
741 | |||
742 | /* Define to 1 if you have the <sha2.h> header file. */ | ||
743 | #undef HAVE_SHA2_H | ||
744 | |||
745 | /* Define to 1 if you have the <shadow.h> header file. */ | ||
746 | #undef HAVE_SHADOW_H | ||
747 | |||
748 | /* Define to 1 if you have the `sigaction' function. */ | ||
749 | #undef HAVE_SIGACTION | ||
750 | |||
751 | /* Define to 1 if you have the `sigvec' function. */ | ||
752 | #undef HAVE_SIGVEC | ||
753 | |||
754 | /* Define to 1 if the system has the type `sig_atomic_t'. */ | ||
755 | #undef HAVE_SIG_ATOMIC_T | ||
756 | |||
757 | /* define if you have size_t data type */ | ||
758 | #undef HAVE_SIZE_T | ||
759 | |||
760 | /* Define to 1 if you have the `snprintf' function. */ | ||
761 | #undef HAVE_SNPRINTF | ||
762 | |||
763 | /* Define to 1 if you have the `socketpair' function. */ | ||
764 | #undef HAVE_SOCKETPAIR | ||
765 | |||
766 | /* Have PEERCRED socket option */ | ||
767 | #undef HAVE_SO_PEERCRED | ||
768 | |||
769 | /* define if you have ssize_t data type */ | ||
770 | #undef HAVE_SSIZE_T | ||
771 | |||
772 | /* Fields in struct sockaddr_storage */ | ||
773 | #undef HAVE_SS_FAMILY_IN_SS | ||
774 | |||
775 | /* Define to 1 if you have the <stddef.h> header file. */ | ||
776 | #undef HAVE_STDDEF_H | ||
777 | |||
778 | /* Define to 1 if you have the <stdint.h> header file. */ | ||
779 | #undef HAVE_STDINT_H | ||
780 | |||
781 | /* Define to 1 if you have the <stdlib.h> header file. */ | ||
782 | #undef HAVE_STDLIB_H | ||
783 | |||
784 | /* Define to 1 if you have the `strdup' function. */ | ||
785 | #undef HAVE_STRDUP | ||
786 | |||
787 | /* Define to 1 if you have the `strerror' function. */ | ||
788 | #undef HAVE_STRERROR | ||
789 | |||
790 | /* Define to 1 if you have the `strftime' function. */ | ||
791 | #undef HAVE_STRFTIME | ||
792 | |||
793 | /* Silly mkstemp() */ | ||
794 | #undef HAVE_STRICT_MKSTEMP | ||
795 | |||
796 | /* Define to 1 if you have the <strings.h> header file. */ | ||
797 | #undef HAVE_STRINGS_H | ||
798 | |||
799 | /* Define to 1 if you have the <string.h> header file. */ | ||
800 | #undef HAVE_STRING_H | ||
801 | |||
802 | /* Define to 1 if you have the `strlcat' function. */ | ||
803 | #undef HAVE_STRLCAT | ||
804 | |||
805 | /* Define to 1 if you have the `strlcpy' function. */ | ||
806 | #undef HAVE_STRLCPY | ||
807 | |||
808 | /* Define to 1 if you have the `strmode' function. */ | ||
809 | #undef HAVE_STRMODE | ||
810 | |||
811 | /* Define to 1 if you have the `strnvis' function. */ | ||
812 | #undef HAVE_STRNVIS | ||
813 | |||
814 | /* Define to 1 if you have the `strsep' function. */ | ||
815 | #undef HAVE_STRSEP | ||
816 | |||
817 | /* Define to 1 if you have the `strtoll' function. */ | ||
818 | #undef HAVE_STRTOLL | ||
819 | |||
820 | /* Define to 1 if you have the `strtonum' function. */ | ||
821 | #undef HAVE_STRTONUM | ||
822 | |||
823 | /* Define to 1 if you have the `strtoul' function. */ | ||
824 | #undef HAVE_STRTOUL | ||
825 | |||
826 | /* define if you have struct addrinfo data type */ | ||
827 | #undef HAVE_STRUCT_ADDRINFO | ||
828 | |||
829 | /* define if you have struct in6_addr data type */ | ||
830 | #undef HAVE_STRUCT_IN6_ADDR | ||
831 | |||
832 | /* define if you have struct sockaddr_in6 data type */ | ||
833 | #undef HAVE_STRUCT_SOCKADDR_IN6 | ||
834 | |||
835 | /* define if you have struct sockaddr_storage data type */ | ||
836 | #undef HAVE_STRUCT_SOCKADDR_STORAGE | ||
837 | |||
838 | /* Define to 1 if `st_blksize' is member of `struct stat'. */ | ||
839 | #undef HAVE_STRUCT_STAT_ST_BLKSIZE | ||
840 | |||
841 | /* Define to 1 if the system has the type `struct timespec'. */ | ||
842 | #undef HAVE_STRUCT_TIMESPEC | ||
843 | |||
844 | /* define if you have struct timeval */ | ||
845 | #undef HAVE_STRUCT_TIMEVAL | ||
846 | |||
847 | /* Define to 1 if you have the `sysconf' function. */ | ||
848 | #undef HAVE_SYSCONF | ||
849 | |||
850 | /* Define if you have syslen in utmpx.h */ | ||
851 | #undef HAVE_SYSLEN_IN_UTMPX | ||
852 | |||
853 | /* Define to 1 if you have the <sys/audit.h> header file. */ | ||
854 | #undef HAVE_SYS_AUDIT_H | ||
855 | |||
856 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ | ||
857 | #undef HAVE_SYS_BITYPES_H | ||
858 | |||
859 | /* Define to 1 if you have the <sys/bsdtty.h> header file. */ | ||
860 | #undef HAVE_SYS_BSDTTY_H | ||
861 | |||
862 | /* Define to 1 if you have the <sys/cdefs.h> header file. */ | ||
863 | #undef HAVE_SYS_CDEFS_H | ||
864 | |||
865 | /* Define to 1 if you have the <sys/dir.h> header file. */ | ||
866 | #undef HAVE_SYS_DIR_H | ||
867 | |||
868 | /* Define if your system defines sys_errlist[] */ | ||
869 | #undef HAVE_SYS_ERRLIST | ||
870 | |||
871 | /* Define to 1 if you have the <sys/mman.h> header file. */ | ||
872 | #undef HAVE_SYS_MMAN_H | ||
873 | |||
874 | /* Define to 1 if you have the <sys/ndir.h> header file. */ | ||
875 | #undef HAVE_SYS_NDIR_H | ||
876 | |||
877 | /* Define if your system defines sys_nerr */ | ||
878 | #undef HAVE_SYS_NERR | ||
879 | |||
880 | /* Define to 1 if you have the <sys/prctl.h> header file. */ | ||
881 | #undef HAVE_SYS_PRCTL_H | ||
882 | |||
883 | /* Define to 1 if you have the <sys/pstat.h> header file. */ | ||
884 | #undef HAVE_SYS_PSTAT_H | ||
885 | |||
886 | /* Define to 1 if you have the <sys/ptms.h> header file. */ | ||
887 | #undef HAVE_SYS_PTMS_H | ||
888 | |||
889 | /* Define to 1 if you have the <sys/select.h> header file. */ | ||
890 | #undef HAVE_SYS_SELECT_H | ||
891 | |||
892 | /* Define to 1 if you have the <sys/stat.h> header file. */ | ||
893 | #undef HAVE_SYS_STAT_H | ||
894 | |||
895 | /* Define to 1 if you have the <sys/stream.h> header file. */ | ||
896 | #undef HAVE_SYS_STREAM_H | ||
897 | |||
898 | /* Define to 1 if you have the <sys/stropts.h> header file. */ | ||
899 | #undef HAVE_SYS_STROPTS_H | ||
900 | |||
901 | /* Define to 1 if you have the <sys/strtio.h> header file. */ | ||
902 | #undef HAVE_SYS_STRTIO_H | ||
903 | |||
904 | /* Force use of sys/syslog.h on Ultrix */ | ||
905 | #undef HAVE_SYS_SYSLOG_H | ||
906 | |||
907 | /* Define to 1 if you have the <sys/sysmacros.h> header file. */ | ||
908 | #undef HAVE_SYS_SYSMACROS_H | ||
909 | |||
910 | /* Define to 1 if you have the <sys/timers.h> header file. */ | ||
911 | #undef HAVE_SYS_TIMERS_H | ||
912 | |||
913 | /* Define to 1 if you have the <sys/time.h> header file. */ | ||
914 | #undef HAVE_SYS_TIME_H | ||
915 | |||
916 | /* Define to 1 if you have the <sys/types.h> header file. */ | ||
917 | #undef HAVE_SYS_TYPES_H | ||
918 | |||
919 | /* Define to 1 if you have the <sys/un.h> header file. */ | ||
920 | #undef HAVE_SYS_UN_H | ||
921 | |||
922 | /* Define to 1 if you have the `tcgetpgrp' function. */ | ||
923 | #undef HAVE_TCGETPGRP | ||
924 | |||
925 | /* Define to 1 if you have the `tcsendbreak' function. */ | ||
926 | #undef HAVE_TCSENDBREAK | ||
927 | |||
928 | /* Define to 1 if you have the `time' function. */ | ||
929 | #undef HAVE_TIME | ||
930 | |||
931 | /* Define to 1 if you have the <time.h> header file. */ | ||
932 | #undef HAVE_TIME_H | ||
933 | |||
934 | /* Define if you have ut_time in utmp.h */ | ||
935 | #undef HAVE_TIME_IN_UTMP | ||
936 | |||
937 | /* Define if you have ut_time in utmpx.h */ | ||
938 | #undef HAVE_TIME_IN_UTMPX | ||
939 | |||
940 | /* Define to 1 if you have the <tmpdir.h> header file. */ | ||
941 | #undef HAVE_TMPDIR_H | ||
942 | |||
943 | /* Define to 1 if you have the `truncate' function. */ | ||
944 | #undef HAVE_TRUNCATE | ||
945 | |||
946 | /* Define to 1 if you have the <ttyent.h> header file. */ | ||
947 | #undef HAVE_TTYENT_H | ||
948 | |||
949 | /* Define if you have ut_tv in utmp.h */ | ||
950 | #undef HAVE_TV_IN_UTMP | ||
951 | |||
952 | /* Define if you have ut_tv in utmpx.h */ | ||
953 | #undef HAVE_TV_IN_UTMPX | ||
954 | |||
955 | /* Define if you have ut_type in utmp.h */ | ||
956 | #undef HAVE_TYPE_IN_UTMP | ||
957 | |||
958 | /* Define if you have ut_type in utmpx.h */ | ||
959 | #undef HAVE_TYPE_IN_UTMPX | ||
960 | |||
961 | /* define if you have uintxx_t data type */ | ||
962 | #undef HAVE_UINTXX_T | ||
963 | |||
964 | /* Define to 1 if you have the <unistd.h> header file. */ | ||
965 | #undef HAVE_UNISTD_H | ||
966 | |||
967 | /* Define to 1 if you have the `unsetenv' function. */ | ||
968 | #undef HAVE_UNSETENV | ||
969 | |||
970 | /* Define to 1 if the system has the type `unsigned long long'. */ | ||
971 | #undef HAVE_UNSIGNED_LONG_LONG | ||
972 | |||
973 | /* Define to 1 if you have the `updwtmp' function. */ | ||
974 | #undef HAVE_UPDWTMP | ||
975 | |||
976 | /* Define to 1 if you have the `updwtmpx' function. */ | ||
977 | #undef HAVE_UPDWTMPX | ||
978 | |||
979 | /* Define to 1 if you have the <usersec.h> header file. */ | ||
980 | #undef HAVE_USERSEC_H | ||
981 | |||
982 | /* Define to 1 if you have the <util.h> header file. */ | ||
983 | #undef HAVE_UTIL_H | ||
984 | |||
985 | /* Define to 1 if you have the `utimes' function. */ | ||
986 | #undef HAVE_UTIMES | ||
987 | |||
988 | /* Define to 1 if you have the <utime.h> header file. */ | ||
989 | #undef HAVE_UTIME_H | ||
990 | |||
991 | /* Define to 1 if you have the `utmpname' function. */ | ||
992 | #undef HAVE_UTMPNAME | ||
993 | |||
994 | /* Define to 1 if you have the `utmpxname' function. */ | ||
995 | #undef HAVE_UTMPXNAME | ||
996 | |||
997 | /* Define to 1 if you have the <utmpx.h> header file. */ | ||
998 | #undef HAVE_UTMPX_H | ||
999 | |||
1000 | /* Define to 1 if you have the <utmp.h> header file. */ | ||
1001 | #undef HAVE_UTMP_H | ||
1002 | |||
1003 | /* define if you have u_char data type */ | ||
1004 | #undef HAVE_U_CHAR | ||
1005 | |||
1006 | /* define if you have u_int data type */ | ||
1007 | #undef HAVE_U_INT | ||
1008 | |||
1009 | /* define if you have u_int64_t data type */ | ||
1010 | #undef HAVE_U_INT64_T | ||
1011 | |||
1012 | /* define if you have u_intxx_t data type */ | ||
1013 | #undef HAVE_U_INTXX_T | ||
1014 | |||
1015 | /* Define to 1 if you have the `vasprintf' function. */ | ||
1016 | #undef HAVE_VASPRINTF | ||
1017 | |||
1018 | /* Define if va_copy exists */ | ||
1019 | #undef HAVE_VA_COPY | ||
1020 | |||
1021 | /* Define to 1 if you have the `vhangup' function. */ | ||
1022 | #undef HAVE_VHANGUP | ||
1023 | |||
1024 | /* Define to 1 if you have the <vis.h> header file. */ | ||
1025 | #undef HAVE_VIS_H | ||
1026 | |||
1027 | /* Define to 1 if you have the `vsnprintf' function. */ | ||
1028 | #undef HAVE_VSNPRINTF | ||
1029 | |||
1030 | /* Define to 1 if you have the `waitpid' function. */ | ||
1031 | #undef HAVE_WAITPID | ||
1032 | |||
1033 | /* Define to 1 if you have the `_getlong' function. */ | ||
1034 | #undef HAVE__GETLONG | ||
1035 | |||
1036 | /* Define to 1 if you have the `_getpty' function. */ | ||
1037 | #undef HAVE__GETPTY | ||
1038 | |||
1039 | /* Define to 1 if you have the `_getshort' function. */ | ||
1040 | #undef HAVE__GETSHORT | ||
1041 | |||
1042 | /* Define to 1 if you have the `__b64_ntop' function. */ | ||
1043 | #undef HAVE___B64_NTOP | ||
1044 | |||
1045 | /* Define to 1 if you have the `__b64_pton' function. */ | ||
1046 | #undef HAVE___B64_PTON | ||
1047 | |||
1048 | /* Define if compiler implements __FUNCTION__ */ | ||
1049 | #undef HAVE___FUNCTION__ | ||
1050 | |||
1051 | /* Define if libc defines __progname */ | ||
1052 | #undef HAVE___PROGNAME | ||
1053 | |||
1054 | /* Fields in struct sockaddr_storage */ | ||
1055 | #undef HAVE___SS_FAMILY_IN_SS | ||
1056 | |||
1057 | /* Define if __va_copy exists */ | ||
1058 | #undef HAVE___VA_COPY | ||
1059 | |||
1060 | /* Define if compiler implements __func__ */ | ||
1061 | #undef HAVE___func__ | ||
1062 | |||
1063 | /* Define this if you are using the Heimdal version of Kerberos V5 */ | ||
1064 | #undef HEIMDAL | ||
1065 | |||
1066 | /* Define if you need to use IP address instead of hostname in $DISPLAY */ | ||
1067 | #undef IPADDR_IN_DISPLAY | ||
1068 | |||
1069 | /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ | ||
1070 | #undef IPV4_IN_IPV6 | ||
1071 | |||
1072 | /* Define if your system choked on IP TOS setting */ | ||
1073 | #undef IP_TOS_IS_BROKEN | ||
1074 | |||
1075 | /* Define if you want Kerberos 5 support */ | ||
1076 | #undef KRB5 | ||
1077 | |||
1078 | /* Define if you want TCP Wrappers support */ | ||
1079 | #undef LIBWRAP | ||
1080 | |||
1081 | /* Define to whatever link() returns for "not supported" if it doesn't return | ||
1082 | EOPNOTSUPP. */ | ||
1083 | #undef LINK_OPNOTSUPP_ERRNO | ||
1084 | |||
1085 | /* max value of long long calculated by configure */ | ||
1086 | #undef LLONG_MAX | ||
1087 | |||
1088 | /* min value of long long calculated by configure */ | ||
1089 | #undef LLONG_MIN | ||
1090 | |||
1091 | /* Account locked with pw(1) */ | ||
1092 | #undef LOCKED_PASSWD_PREFIX | ||
1093 | |||
1094 | /* String used in /etc/passwd to denote locked account */ | ||
1095 | #undef LOCKED_PASSWD_STRING | ||
1096 | |||
1097 | /* String used in /etc/passwd to denote locked account */ | ||
1098 | #undef LOCKED_PASSWD_SUBSTR | ||
1099 | |||
1100 | /* Some versions of /bin/login need the TERM supplied on the commandline */ | ||
1101 | #undef LOGIN_NEEDS_TERM | ||
1102 | |||
1103 | /* Some systems need a utmpx entry for /bin/login to work */ | ||
1104 | #undef LOGIN_NEEDS_UTMPX | ||
1105 | |||
1106 | /* Define if your login program cannot handle end of options ("--") */ | ||
1107 | #undef LOGIN_NO_ENDOPT | ||
1108 | |||
1109 | /* If your header files don't define LOGIN_PROGRAM, then use this (detected) | ||
1110 | from environment and PATH */ | ||
1111 | #undef LOGIN_PROGRAM_FALLBACK | ||
1112 | |||
1113 | /* Set this to your mail directory if you don't have maillock.h */ | ||
1114 | #undef MAIL_DIRECTORY | ||
1115 | |||
1116 | /* Define on *nto-qnx systems */ | ||
1117 | #undef MISSING_FD_MASK | ||
1118 | |||
1119 | /* Define on *nto-qnx systems */ | ||
1120 | #undef MISSING_HOWMANY | ||
1121 | |||
1122 | /* Define on *nto-qnx systems */ | ||
1123 | #undef MISSING_NFDBITS | ||
1124 | |||
1125 | /* Need setpgrp to acquire controlling tty */ | ||
1126 | #undef NEED_SETPGRP | ||
1127 | |||
1128 | /* Define if the concept of ports only accessible to superusers isn't known */ | ||
1129 | #undef NO_IPPORT_RESERVED_CONCEPT | ||
1130 | |||
1131 | /* Define if you don't want to use lastlog in session.c */ | ||
1132 | #undef NO_SSH_LASTLOG | ||
1133 | |||
1134 | /* Define if X11 doesn't support AF_UNIX sockets on that system */ | ||
1135 | #undef NO_X11_UNIX_SOCKETS | ||
1136 | |||
1137 | /* libcrypto is missing AES 192 and 256 bit functions */ | ||
1138 | #undef OPENSSL_LOBOTOMISED_AES | ||
1139 | |||
1140 | /* Define if you want OpenSSL's internally seeded PRNG only */ | ||
1141 | #undef OPENSSL_PRNG_ONLY | ||
1142 | |||
1143 | /* Define to the address where bug reports for this package should be sent. */ | ||
1144 | #undef PACKAGE_BUGREPORT | ||
1145 | |||
1146 | /* Define to the full name of this package. */ | ||
1147 | #undef PACKAGE_NAME | ||
1148 | |||
1149 | /* Define to the full name and version of this package. */ | ||
1150 | #undef PACKAGE_STRING | ||
1151 | |||
1152 | /* Define to the one symbol short name of this package. */ | ||
1153 | #undef PACKAGE_TARNAME | ||
1154 | |||
1155 | /* Define to the version of this package. */ | ||
1156 | #undef PACKAGE_VERSION | ||
1157 | |||
1158 | /* Define if you are using Solaris-derived PAM which passes pam_messages to | ||
1159 | the conversation function with an extra level of indirection */ | ||
1160 | #undef PAM_SUN_CODEBASE | ||
1161 | |||
1162 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ | ||
1163 | #undef PAM_TTY_KLUDGE | ||
1164 | |||
1165 | /* must supply username to passwd */ | ||
1166 | #undef PASSWD_NEEDS_USERNAME | ||
1167 | |||
1168 | /* Port number of PRNGD/EGD random number socket */ | ||
1169 | #undef PRNGD_PORT | ||
1170 | |||
1171 | /* Location of PRNGD/EGD random number socket */ | ||
1172 | #undef PRNGD_SOCKET | ||
1173 | |||
1174 | /* read(1) can return 0 for a non-closed fd */ | ||
1175 | #undef PTY_ZEROREAD | ||
1176 | |||
1177 | /* Define if your platform breaks doing a seteuid before a setuid */ | ||
1178 | #undef SETEUID_BREAKS_SETUID | ||
1179 | |||
1180 | /* The size of `char', as computed by sizeof. */ | ||
1181 | #undef SIZEOF_CHAR | ||
1182 | |||
1183 | /* The size of `int', as computed by sizeof. */ | ||
1184 | #undef SIZEOF_INT | ||
1185 | |||
1186 | /* The size of `long int', as computed by sizeof. */ | ||
1187 | #undef SIZEOF_LONG_INT | ||
1188 | |||
1189 | /* The size of `long long int', as computed by sizeof. */ | ||
1190 | #undef SIZEOF_LONG_LONG_INT | ||
1191 | |||
1192 | /* The size of `short int', as computed by sizeof. */ | ||
1193 | #undef SIZEOF_SHORT_INT | ||
1194 | |||
1195 | /* Define if you want S/Key support */ | ||
1196 | #undef SKEY | ||
1197 | |||
1198 | /* Define if your skeychallenge() function takes 4 arguments (NetBSD) */ | ||
1199 | #undef SKEYCHALLENGE_4ARG | ||
1200 | |||
1201 | /* Define if you want smartcard support */ | ||
1202 | #undef SMARTCARD | ||
1203 | |||
1204 | /* Define as const if snprintf() can declare const char *fmt */ | ||
1205 | #undef SNPRINTF_CONST | ||
1206 | |||
1207 | /* Define to a Set Process Title type if your system is supported by | ||
1208 | bsd-setproctitle.c */ | ||
1209 | #undef SPT_TYPE | ||
1210 | |||
1211 | /* Define if sshd somehow reacquires a controlling TTY after setsid() */ | ||
1212 | #undef SSHD_ACQUIRES_CTTY | ||
1213 | |||
1214 | /* Define if pam_chauthtok wants real uid set to the unpriv'ed user */ | ||
1215 | #undef SSHPAM_CHAUTHTOK_NEEDS_RUID | ||
1216 | |||
1217 | /* Use audit debugging module */ | ||
1218 | #undef SSH_AUDIT_EVENTS | ||
1219 | |||
1220 | /* non-privileged user for privilege separation */ | ||
1221 | #undef SSH_PRIVSEP_USER | ||
1222 | |||
1223 | /* Use tunnel device compatibility to OpenBSD */ | ||
1224 | #undef SSH_TUN_COMPAT_AF | ||
1225 | |||
1226 | /* Open tunnel devices the FreeBSD way */ | ||
1227 | #undef SSH_TUN_FREEBSD | ||
1228 | |||
1229 | /* Open tunnel devices the Linux tun/tap way */ | ||
1230 | #undef SSH_TUN_LINUX | ||
1231 | |||
1232 | /* No layer 2 tunnel support */ | ||
1233 | #undef SSH_TUN_NO_L2 | ||
1234 | |||
1235 | /* Open tunnel devices the OpenBSD way */ | ||
1236 | #undef SSH_TUN_OPENBSD | ||
1237 | |||
1238 | /* Prepend the address family to IP tunnel traffic */ | ||
1239 | #undef SSH_TUN_PREPEND_AF | ||
1240 | |||
1241 | /* Define to 1 if you have the ANSI C header files. */ | ||
1242 | #undef STDC_HEADERS | ||
1243 | |||
1244 | /* Define if you want a different $PATH for the superuser */ | ||
1245 | #undef SUPERUSER_PATH | ||
1246 | |||
1247 | /* syslog_r function is safe to use in in a signal handler */ | ||
1248 | #undef SYSLOG_R_SAFE_IN_SIGHAND | ||
1249 | |||
1250 | /* Support passwords > 8 chars */ | ||
1251 | #undef UNIXWARE_LONG_PASSWORDS | ||
1252 | |||
1253 | /* Specify default $PATH */ | ||
1254 | #undef USER_PATH | ||
1255 | |||
1256 | /* Define this if you want to use libkafs' AFS support */ | ||
1257 | #undef USE_AFS | ||
1258 | |||
1259 | /* Use BSM audit module */ | ||
1260 | #undef USE_BSM_AUDIT | ||
1261 | |||
1262 | /* Use btmp to log bad logins */ | ||
1263 | #undef USE_BTMP | ||
1264 | |||
1265 | /* Use libedit for sftp */ | ||
1266 | #undef USE_LIBEDIT | ||
1267 | |||
1268 | /* Define if you want smartcard support using OpenSC */ | ||
1269 | #undef USE_OPENSC | ||
1270 | |||
1271 | /* Enable OpenSSL engine support */ | ||
1272 | #undef USE_OPENSSL_ENGINE | ||
1273 | |||
1274 | /* Define if you want to enable PAM support */ | ||
1275 | #undef USE_PAM | ||
1276 | |||
1277 | /* Use PIPES instead of a socketpair() */ | ||
1278 | #undef USE_PIPES | ||
1279 | |||
1280 | /* Define if you want smartcard support using sectok */ | ||
1281 | #undef USE_SECTOK | ||
1282 | |||
1283 | /* Define if you have Solaris process contracts */ | ||
1284 | #undef USE_SOLARIS_PROCESS_CONTRACTS | ||
1285 | |||
1286 | /* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */ | ||
1287 | #undef WITH_ABBREV_NO_TTY | ||
1288 | |||
1289 | /* Define if you want to enable AIX4's authenticate function */ | ||
1290 | #undef WITH_AIXAUTHENTICATE | ||
1291 | |||
1292 | /* Define if you have/want arrays (cluster-wide session managment, not C | ||
1293 | arrays) */ | ||
1294 | #undef WITH_IRIX_ARRAY | ||
1295 | |||
1296 | /* Define if you want IRIX audit trails */ | ||
1297 | #undef WITH_IRIX_AUDIT | ||
1298 | |||
1299 | /* Define if you want IRIX kernel jobs */ | ||
1300 | #undef WITH_IRIX_JOBS | ||
1301 | |||
1302 | /* Define if you want IRIX project management */ | ||
1303 | #undef WITH_IRIX_PROJECT | ||
1304 | |||
1305 | /* Define if you want SELinux support. */ | ||
1306 | #undef WITH_SELINUX | ||
1307 | |||
1308 | /* Define to 1 if your processor stores words with the most significant byte | ||
1309 | first (like Motorola and SPARC, unlike Intel and VAX). */ | ||
1310 | #undef WORDS_BIGENDIAN | ||
1311 | |||
1312 | /* Define if xauth is found in your path */ | ||
1313 | #undef XAUTH_PATH | ||
1314 | |||
1315 | /* Number of bits in a file offset, on hosts where this is settable. */ | ||
1316 | #undef _FILE_OFFSET_BITS | ||
1317 | |||
1318 | /* Define for large files, on AIX-style hosts. */ | ||
1319 | #undef _LARGE_FILES | ||
1320 | |||
1321 | /* log for bad login attempts */ | ||
1322 | #undef _PATH_BTMP | ||
1323 | |||
1324 | /* Full path of your "passwd" program */ | ||
1325 | #undef _PATH_PASSWD_PROG | ||
1326 | |||
1327 | /* Specify location of ssh.pid */ | ||
1328 | #undef _PATH_SSH_PIDDIR | ||
1329 | |||
1330 | /* Define if we don't have struct __res_state in resolv.h */ | ||
1331 | #undef __res_state | ||
1332 | |||
1333 | /* Define to `__inline__' or `__inline' if that's what the C compiler | ||
1334 | calls it, or to nothing if 'inline' is not supported under any name. */ | ||
1335 | #ifndef __cplusplus | ||
1336 | #undef inline | ||
1337 | #endif | ||
1338 | |||
1339 | /* type to use in place of socklen_t if not defined */ | ||
1340 | #undef socklen_t | ||