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