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