summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1951
1 files changed, 1951 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 000000000..91b65db8f
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,1951 @@
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 if libcrypto has DH_get0_key */
397#undef HAVE_DH_GET0_KEY
398
399/* Define if libcrypto has DH_get0_pqg */
400#undef HAVE_DH_GET0_PQG
401
402/* Define if libcrypto has DH_set0_key */
403#undef HAVE_DH_SET0_KEY
404
405/* Define if libcrypto has DH_set0_pqg */
406#undef HAVE_DH_SET0_PQG
407
408/* Define if libcrypto has DH_set_length */
409#undef HAVE_DH_SET_LENGTH
410
411/* Define to 1 if you have the <dirent.h> header file. */
412#undef HAVE_DIRENT_H
413
414/* Define to 1 if you have the `dirfd' function. */
415#undef HAVE_DIRFD
416
417/* Define to 1 if you have the `dirname' function. */
418#undef HAVE_DIRNAME
419
420/* Define to 1 if you have the `DSA_generate_parameters_ex' function. */
421#undef HAVE_DSA_GENERATE_PARAMETERS_EX
422
423/* Define if libcrypto has DSA_get0_key */
424#undef HAVE_DSA_GET0_KEY
425
426/* Define if libcrypto has DSA_get0_pqg */
427#undef HAVE_DSA_GET0_PQG
428
429/* Define if libcrypto has DSA_set0_key */
430#undef HAVE_DSA_SET0_KEY
431
432/* Define if libcrypto has DSA_set0_pqg */
433#undef HAVE_DSA_SET0_PQG
434
435/* Define if libcrypto has DSA_SIG_get0 */
436#undef HAVE_DSA_SIG_GET0
437
438/* Define if libcrypto has DSA_SIG_set0 */
439#undef HAVE_DSA_SIG_SET0
440
441/* Define if libcrypto has ECDSA_SIG_get0 */
442#undef HAVE_ECDSA_SIG_GET0
443
444/* Define if libcrypto has ECDSA_SIG_set0 */
445#undef HAVE_ECDSA_SIG_SET0
446
447/* Define to 1 if you have the <elf.h> header file. */
448#undef HAVE_ELF_H
449
450/* Define to 1 if you have the `endgrent' function. */
451#undef HAVE_ENDGRENT
452
453/* Define to 1 if you have the <endian.h> header file. */
454#undef HAVE_ENDIAN_H
455
456/* Define to 1 if you have the `endutent' function. */
457#undef HAVE_ENDUTENT
458
459/* Define to 1 if you have the `endutxent' function. */
460#undef HAVE_ENDUTXENT
461
462/* Define to 1 if you have the `err' function. */
463#undef HAVE_ERR
464
465/* Define to 1 if you have the `errx' function. */
466#undef HAVE_ERRX
467
468/* Define to 1 if you have the <err.h> header file. */
469#undef HAVE_ERR_H
470
471/* Define if your system has /etc/default/login */
472#undef HAVE_ETC_DEFAULT_LOGIN
473
474/* Define if libcrypto has EVP_CIPHER_CTX_ctrl */
475#undef HAVE_EVP_CIPHER_CTX_CTRL
476
477/* Define if libcrypto has EVP_CIPHER_CTX_set_iv */
478#undef HAVE_EVP_CIPHER_CTX_GET_IV
479
480/* Define if libcrypto has EVP_CIPHER_CTX_iv */
481#undef HAVE_EVP_CIPHER_CTX_IV
482
483/* Define if libcrypto has EVP_CIPHER_CTX_iv_noconst */
484#undef HAVE_EVP_CIPHER_CTX_IV_NOCONST
485
486/* Define to 1 if you have the `EVP_DigestFinal_ex' function. */
487#undef HAVE_EVP_DIGESTFINAL_EX
488
489/* Define to 1 if you have the `EVP_DigestInit_ex' function. */
490#undef HAVE_EVP_DIGESTINIT_EX
491
492/* Define to 1 if you have the `EVP_MD_CTX_cleanup' function. */
493#undef HAVE_EVP_MD_CTX_CLEANUP
494
495/* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */
496#undef HAVE_EVP_MD_CTX_COPY_EX
497
498/* Define if libcrypto has EVP_MD_CTX_free */
499#undef HAVE_EVP_MD_CTX_FREE
500
501/* Define to 1 if you have the `EVP_MD_CTX_init' function. */
502#undef HAVE_EVP_MD_CTX_INIT
503
504/* Define if libcrypto has EVP_MD_CTX_new */
505#undef HAVE_EVP_MD_CTX_NEW
506
507/* Define if libcrypto has EVP_PKEY_get0_RSA */
508#undef HAVE_EVP_PKEY_GET0_RSA
509
510/* Define to 1 if you have the `EVP_ripemd160' function. */
511#undef HAVE_EVP_RIPEMD160
512
513/* Define to 1 if you have the `EVP_sha256' function. */
514#undef HAVE_EVP_SHA256
515
516/* Define if you have ut_exit in utmp.h */
517#undef HAVE_EXIT_IN_UTMP
518
519/* Define to 1 if you have the `explicit_bzero' function. */
520#undef HAVE_EXPLICIT_BZERO
521
522/* Define to 1 if you have the `fchmod' function. */
523#undef HAVE_FCHMOD
524
525/* Define to 1 if you have the `fchown' function. */
526#undef HAVE_FCHOWN
527
528/* Use F_CLOSEM fcntl for closefrom */
529#undef HAVE_FCNTL_CLOSEM
530
531/* Define to 1 if you have the <fcntl.h> header file. */
532#undef HAVE_FCNTL_H
533
534/* Define to 1 if the system has the type `fd_mask'. */
535#undef HAVE_FD_MASK
536
537/* Define to 1 if you have the <features.h> header file. */
538#undef HAVE_FEATURES_H
539
540/* Define to 1 if you have the <floatingpoint.h> header file. */
541#undef HAVE_FLOATINGPOINT_H
542
543/* Define to 1 if you have the `flock' function. */
544#undef HAVE_FLOCK
545
546/* Define to 1 if you have the `fmt_scaled' function. */
547#undef HAVE_FMT_SCALED
548
549/* Define to 1 if you have the `freeaddrinfo' function. */
550#undef HAVE_FREEADDRINFO
551
552/* Define to 1 if you have the `freezero' function. */
553#undef HAVE_FREEZERO
554
555/* Define to 1 if the system has the type `fsblkcnt_t'. */
556#undef HAVE_FSBLKCNT_T
557
558/* Define to 1 if the system has the type `fsfilcnt_t'. */
559#undef HAVE_FSFILCNT_T
560
561/* Define to 1 if you have the `fstatfs' function. */
562#undef HAVE_FSTATFS
563
564/* Define to 1 if you have the `fstatvfs' function. */
565#undef HAVE_FSTATVFS
566
567/* Define to 1 if you have the `futimes' function. */
568#undef HAVE_FUTIMES
569
570/* Define to 1 if you have the `gai_strerror' function. */
571#undef HAVE_GAI_STRERROR
572
573/* Define to 1 if you have the `getaddrinfo' function. */
574#undef HAVE_GETADDRINFO
575
576/* Define to 1 if you have the `getaudit' function. */
577#undef HAVE_GETAUDIT
578
579/* Define to 1 if you have the `getaudit_addr' function. */
580#undef HAVE_GETAUDIT_ADDR
581
582/* Define to 1 if you have the `getcwd' function. */
583#undef HAVE_GETCWD
584
585/* Define to 1 if you have the `getgrouplist' function. */
586#undef HAVE_GETGROUPLIST
587
588/* Define to 1 if you have the `getgrset' function. */
589#undef HAVE_GETGRSET
590
591/* Define to 1 if you have the `getlastlogxbyname' function. */
592#undef HAVE_GETLASTLOGXBYNAME
593
594/* Define to 1 if you have the `getline' function. */
595#undef HAVE_GETLINE
596
597/* Define to 1 if you have the `getluid' function. */
598#undef HAVE_GETLUID
599
600/* Define to 1 if you have the `getnameinfo' function. */
601#undef HAVE_GETNAMEINFO
602
603/* Define to 1 if you have the `getopt' function. */
604#undef HAVE_GETOPT
605
606/* Define to 1 if you have the <getopt.h> header file. */
607#undef HAVE_GETOPT_H
608
609/* Define if your getopt(3) defines and uses optreset */
610#undef HAVE_GETOPT_OPTRESET
611
612/* Define if your libraries define getpagesize() */
613#undef HAVE_GETPAGESIZE
614
615/* Define to 1 if you have the `getpeereid' function. */
616#undef HAVE_GETPEEREID
617
618/* Define to 1 if you have the `getpeerucred' function. */
619#undef HAVE_GETPEERUCRED
620
621/* Define to 1 if you have the `getpgid' function. */
622#undef HAVE_GETPGID
623
624/* Define to 1 if you have the `getpgrp' function. */
625#undef HAVE_GETPGRP
626
627/* Define to 1 if you have the `getpwanam' function. */
628#undef HAVE_GETPWANAM
629
630/* Define to 1 if you have the `getrandom' function. */
631#undef HAVE_GETRANDOM
632
633/* Define to 1 if you have the `getrlimit' function. */
634#undef HAVE_GETRLIMIT
635
636/* Define if getrrsetbyname() exists */
637#undef HAVE_GETRRSETBYNAME
638
639/* Define to 1 if you have the `getseuserbyname' function. */
640#undef HAVE_GETSEUSERBYNAME
641
642/* Define to 1 if you have the `getsid' function. */
643#undef HAVE_GETSID
644
645/* Define to 1 if you have the `gettimeofday' function. */
646#undef HAVE_GETTIMEOFDAY
647
648/* Define to 1 if you have the `getttyent' function. */
649#undef HAVE_GETTTYENT
650
651/* Define to 1 if you have the `getutent' function. */
652#undef HAVE_GETUTENT
653
654/* Define to 1 if you have the `getutid' function. */
655#undef HAVE_GETUTID
656
657/* Define to 1 if you have the `getutline' function. */
658#undef HAVE_GETUTLINE
659
660/* Define to 1 if you have the `getutxent' function. */
661#undef HAVE_GETUTXENT
662
663/* Define to 1 if you have the `getutxid' function. */
664#undef HAVE_GETUTXID
665
666/* Define to 1 if you have the `getutxline' function. */
667#undef HAVE_GETUTXLINE
668
669/* Define to 1 if you have the `getutxuser' function. */
670#undef HAVE_GETUTXUSER
671
672/* Define to 1 if you have the `get_default_context_with_level' function. */
673#undef HAVE_GET_DEFAULT_CONTEXT_WITH_LEVEL
674
675/* Define to 1 if you have the `glob' function. */
676#undef HAVE_GLOB
677
678/* Define to 1 if you have the <glob.h> header file. */
679#undef HAVE_GLOB_H
680
681/* Define to 1 if you have the `group_from_gid' function. */
682#undef HAVE_GROUP_FROM_GID
683
684/* Define to 1 if you have the <gssapi_generic.h> header file. */
685#undef HAVE_GSSAPI_GENERIC_H
686
687/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
688#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
689
690/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
691#undef HAVE_GSSAPI_GSSAPI_H
692
693/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
694#undef HAVE_GSSAPI_GSSAPI_KRB5_H
695
696/* Define to 1 if you have the <gssapi.h> header file. */
697#undef HAVE_GSSAPI_H
698
699/* Define to 1 if you have the <gssapi_krb5.h> header file. */
700#undef HAVE_GSSAPI_KRB5_H
701
702/* Define if HEADER.ad exists in arpa/nameser.h */
703#undef HAVE_HEADER_AD
704
705/* Define to 1 if you have the `HMAC_CTX_init' function. */
706#undef HAVE_HMAC_CTX_INIT
707
708/* Define if you have ut_host in utmp.h */
709#undef HAVE_HOST_IN_UTMP
710
711/* Define if you have ut_host in utmpx.h */
712#undef HAVE_HOST_IN_UTMPX
713
714/* Define to 1 if you have the <iaf.h> header file. */
715#undef HAVE_IAF_H
716
717/* Define to 1 if you have the <ia.h> header file. */
718#undef HAVE_IA_H
719
720/* Define if you have ut_id in utmp.h */
721#undef HAVE_ID_IN_UTMP
722
723/* Define if you have ut_id in utmpx.h */
724#undef HAVE_ID_IN_UTMPX
725
726/* Define to 1 if you have the <ifaddrs.h> header file. */
727#undef HAVE_IFADDRS_H
728
729/* Define to 1 if you have the `inet_aton' function. */
730#undef HAVE_INET_ATON
731
732/* Define to 1 if you have the `inet_ntoa' function. */
733#undef HAVE_INET_NTOA
734
735/* Define to 1 if you have the `inet_ntop' function. */
736#undef HAVE_INET_NTOP
737
738/* Define to 1 if you have the `innetgr' function. */
739#undef HAVE_INNETGR
740
741/* define if you have int64_t data type */
742#undef HAVE_INT64_T
743
744/* Define to 1 if the system has the type `intmax_t'. */
745#undef HAVE_INTMAX_T
746
747/* Define to 1 if you have the <inttypes.h> header file. */
748#undef HAVE_INTTYPES_H
749
750/* define if you have intxx_t data type */
751#undef HAVE_INTXX_T
752
753/* Define to 1 if the system has the type `in_addr_t'. */
754#undef HAVE_IN_ADDR_T
755
756/* Define to 1 if the system has the type `in_port_t'. */
757#undef HAVE_IN_PORT_T
758
759/* Define if you have isblank(3C). */
760#undef HAVE_ISBLANK
761
762/* Define to 1 if you have the `krb5_cc_new_unique' function. */
763#undef HAVE_KRB5_CC_NEW_UNIQUE
764
765/* Define to 1 if you have the `krb5_free_error_message' function. */
766#undef HAVE_KRB5_FREE_ERROR_MESSAGE
767
768/* Define to 1 if you have the `krb5_get_error_message' function. */
769#undef HAVE_KRB5_GET_ERROR_MESSAGE
770
771/* Define to 1 if you have the <langinfo.h> header file. */
772#undef HAVE_LANGINFO_H
773
774/* Define to 1 if you have the <lastlog.h> header file. */
775#undef HAVE_LASTLOG_H
776
777/* Define if you want ldns support */
778#undef HAVE_LDNS
779
780/* Define to 1 if you have the <libaudit.h> header file. */
781#undef HAVE_LIBAUDIT_H
782
783/* Define to 1 if you have the `bsm' library (-lbsm). */
784#undef HAVE_LIBBSM
785
786/* Define to 1 if you have the `crypt' library (-lcrypt). */
787#undef HAVE_LIBCRYPT
788
789/* Define to 1 if you have the `dl' library (-ldl). */
790#undef HAVE_LIBDL
791
792/* Define to 1 if you have the <libgen.h> header file. */
793#undef HAVE_LIBGEN_H
794
795/* Define if system has libiaf that supports set_id */
796#undef HAVE_LIBIAF
797
798/* Define to 1 if you have the `network' library (-lnetwork). */
799#undef HAVE_LIBNETWORK
800
801/* Define to 1 if you have the `pam' library (-lpam). */
802#undef HAVE_LIBPAM
803
804/* Define to 1 if you have the `socket' library (-lsocket). */
805#undef HAVE_LIBSOCKET
806
807/* Define to 1 if you have the <libutil.h> header file. */
808#undef HAVE_LIBUTIL_H
809
810/* Define to 1 if you have the `xnet' library (-lxnet). */
811#undef HAVE_LIBXNET
812
813/* Define to 1 if you have the `z' library (-lz). */
814#undef HAVE_LIBZ
815
816/* Define to 1 if you have the <limits.h> header file. */
817#undef HAVE_LIMITS_H
818
819/* Define to 1 if you have the <linux/audit.h> header file. */
820#undef HAVE_LINUX_AUDIT_H
821
822/* Define to 1 if you have the <linux/filter.h> header file. */
823#undef HAVE_LINUX_FILTER_H
824
825/* Define to 1 if you have the <linux/if_tun.h> header file. */
826#undef HAVE_LINUX_IF_TUN_H
827
828/* Define to 1 if you have the <linux/seccomp.h> header file. */
829#undef HAVE_LINUX_SECCOMP_H
830
831/* Define to 1 if you have the `llabs' function. */
832#undef HAVE_LLABS
833
834/* Define to 1 if you have the <locale.h> header file. */
835#undef HAVE_LOCALE_H
836
837/* Define to 1 if you have the `login' function. */
838#undef HAVE_LOGIN
839
840/* Define to 1 if you have the <login_cap.h> header file. */
841#undef HAVE_LOGIN_CAP_H
842
843/* Define to 1 if you have the `login_getcapbool' function. */
844#undef HAVE_LOGIN_GETCAPBOOL
845
846/* Define to 1 if you have the <login.h> header file. */
847#undef HAVE_LOGIN_H
848
849/* Define to 1 if you have the `logout' function. */
850#undef HAVE_LOGOUT
851
852/* Define to 1 if you have the `logwtmp' function. */
853#undef HAVE_LOGWTMP
854
855/* Define to 1 if the system has the type `long double'. */
856#undef HAVE_LONG_DOUBLE
857
858/* Define to 1 if the system has the type `long long'. */
859#undef HAVE_LONG_LONG
860
861/* Define to 1 if you have the <maillock.h> header file. */
862#undef HAVE_MAILLOCK_H
863
864/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
865 to 0 otherwise. */
866#undef HAVE_MALLOC
867
868/* Define to 1 if you have the `mblen' function. */
869#undef HAVE_MBLEN
870
871/* Define to 1 if you have the `mbtowc' function. */
872#undef HAVE_MBTOWC
873
874/* Define to 1 if you have the `md5_crypt' function. */
875#undef HAVE_MD5_CRYPT
876
877/* Define if you want to allow MD5 passwords */
878#undef HAVE_MD5_PASSWORDS
879
880/* Define to 1 if you have the `memmove' function. */
881#undef HAVE_MEMMOVE
882
883/* Define to 1 if you have the <memory.h> header file. */
884#undef HAVE_MEMORY_H
885
886/* Define to 1 if you have the `memset_s' function. */
887#undef HAVE_MEMSET_S
888
889/* Define to 1 if you have the `mkdtemp' function. */
890#undef HAVE_MKDTEMP
891
892/* define if you have mode_t data type */
893#undef HAVE_MODE_T
894
895/* Some systems put nanosleep outside of libc */
896#undef HAVE_NANOSLEEP
897
898/* Define to 1 if you have the <ndir.h> header file. */
899#undef HAVE_NDIR_H
900
901/* Define to 1 if you have the <netdb.h> header file. */
902#undef HAVE_NETDB_H
903
904/* Define to 1 if you have the <netgroup.h> header file. */
905#undef HAVE_NETGROUP_H
906
907/* Define to 1 if you have the <net/if_tun.h> header file. */
908#undef HAVE_NET_IF_TUN_H
909
910/* Define to 1 if you have the <net/route.h> header file. */
911#undef HAVE_NET_ROUTE_H
912
913/* Define if you are on NeXT */
914#undef HAVE_NEXT
915
916/* Define to 1 if you have the `ngetaddrinfo' function. */
917#undef HAVE_NGETADDRINFO
918
919/* Define to 1 if you have the `nl_langinfo' function. */
920#undef HAVE_NL_LANGINFO
921
922/* Define to 1 if you have the `nsleep' function. */
923#undef HAVE_NSLEEP
924
925/* Define to 1 if you have the `ogetaddrinfo' function. */
926#undef HAVE_OGETADDRINFO
927
928/* Define if you have an old version of PAM which takes only one argument to
929 pam_strerror */
930#undef HAVE_OLD_PAM
931
932/* Define to 1 if you have the `openlog_r' function. */
933#undef HAVE_OPENLOG_R
934
935/* Define to 1 if you have the `openpty' function. */
936#undef HAVE_OPENPTY
937
938/* Define if your ssl headers are included with #include <openssl/header.h> */
939#undef HAVE_OPENSSL
940
941/* Define if you have Digital Unix Security Integration Architecture */
942#undef HAVE_OSF_SIA
943
944/* Define to 1 if you have the `pam_getenvlist' function. */
945#undef HAVE_PAM_GETENVLIST
946
947/* Define to 1 if you have the <pam/pam_appl.h> header file. */
948#undef HAVE_PAM_PAM_APPL_H
949
950/* Define to 1 if you have the `pam_putenv' function. */
951#undef HAVE_PAM_PUTENV
952
953/* Define to 1 if you have the <paths.h> header file. */
954#undef HAVE_PATHS_H
955
956/* Define if you have ut_pid in utmp.h */
957#undef HAVE_PID_IN_UTMP
958
959/* define if you have pid_t data type */
960#undef HAVE_PID_T
961
962/* Define to 1 if you have the `pledge' function. */
963#undef HAVE_PLEDGE
964
965/* Define to 1 if you have the `poll' function. */
966#undef HAVE_POLL
967
968/* Define to 1 if you have the <poll.h> header file. */
969#undef HAVE_POLL_H
970
971/* Define to 1 if you have the `prctl' function. */
972#undef HAVE_PRCTL
973
974/* Define to 1 if you have the `priv_basicset' function. */
975#undef HAVE_PRIV_BASICSET
976
977/* Define to 1 if you have the <priv.h> header file. */
978#undef HAVE_PRIV_H
979
980/* Define if you have /proc/$pid/fd */
981#undef HAVE_PROC_PID
982
983/* Define to 1 if you have the `pstat' function. */
984#undef HAVE_PSTAT
985
986/* Define to 1 if you have the <pty.h> header file. */
987#undef HAVE_PTY_H
988
989/* Define to 1 if you have the `pututline' function. */
990#undef HAVE_PUTUTLINE
991
992/* Define to 1 if you have the `pututxline' function. */
993#undef HAVE_PUTUTXLINE
994
995/* Define to 1 if you have the `raise' function. */
996#undef HAVE_RAISE
997
998/* Define to 1 if you have the `readpassphrase' function. */
999#undef HAVE_READPASSPHRASE
1000
1001/* Define to 1 if you have the <readpassphrase.h> header file. */
1002#undef HAVE_READPASSPHRASE_H
1003
1004/* Define to 1 if your system has a GNU libc compatible `realloc' function,
1005 and to 0 otherwise. */
1006#undef HAVE_REALLOC
1007
1008/* Define to 1 if you have the `reallocarray' function. */
1009#undef HAVE_REALLOCARRAY
1010
1011/* Define to 1 if you have the `realpath' function. */
1012#undef HAVE_REALPATH
1013
1014/* Define to 1 if you have the `recallocarray' function. */
1015#undef HAVE_RECALLOCARRAY
1016
1017/* Define to 1 if you have the `recvmsg' function. */
1018#undef HAVE_RECVMSG
1019
1020/* sys/resource.h has RLIMIT_NPROC */
1021#undef HAVE_RLIMIT_NPROC
1022
1023/* Define to 1 if you have the <rpc/types.h> header file. */
1024#undef HAVE_RPC_TYPES_H
1025
1026/* Define to 1 if you have the `rresvport_af' function. */
1027#undef HAVE_RRESVPORT_AF
1028
1029/* Define to 1 if you have the `RSA_generate_key_ex' function. */
1030#undef HAVE_RSA_GENERATE_KEY_EX
1031
1032/* Define if libcrypto has RSA_get0_crt_params */
1033#undef HAVE_RSA_GET0_CRT_PARAMS
1034
1035/* Define if libcrypto has RSA_get0_factors */
1036#undef HAVE_RSA_GET0_FACTORS
1037
1038/* Define if libcrypto has RSA_get0_key */
1039#undef HAVE_RSA_GET0_KEY
1040
1041/* Define to 1 if you have the `RSA_get_default_method' function. */
1042#undef HAVE_RSA_GET_DEFAULT_METHOD
1043
1044/* Define if libcrypto has RSA_meth_dup */
1045#undef HAVE_RSA_METH_DUP
1046
1047/* Define if libcrypto has RSA_meth_free */
1048#undef HAVE_RSA_METH_FREE
1049
1050/* Define if libcrypto has RSA_meth_get_finish */
1051#undef HAVE_RSA_METH_GET_FINISH
1052
1053/* Define if libcrypto has RSA_meth_set1_name */
1054#undef HAVE_RSA_METH_SET1_NAME
1055
1056/* Define if libcrypto has RSA_meth_set_finish */
1057#undef HAVE_RSA_METH_SET_FINISH
1058
1059/* Define if libcrypto has RSA_meth_set_priv_dec */
1060#undef HAVE_RSA_METH_SET_PRIV_DEC
1061
1062/* Define if libcrypto has RSA_meth_set_priv_enc */
1063#undef HAVE_RSA_METH_SET_PRIV_ENC
1064
1065/* Define if libcrypto has RSA_get0_srt_params */
1066#undef HAVE_RSA_SET0_CRT_PARAMS
1067
1068/* Define if libcrypto has RSA_set0_factors */
1069#undef HAVE_RSA_SET0_FACTORS
1070
1071/* Define if libcrypto has RSA_set0_key */
1072#undef HAVE_RSA_SET0_KEY
1073
1074/* Define to 1 if you have the <sandbox.h> header file. */
1075#undef HAVE_SANDBOX_H
1076
1077/* Define to 1 if you have the `sandbox_init' function. */
1078#undef HAVE_SANDBOX_INIT
1079
1080/* define if you have sa_family_t data type */
1081#undef HAVE_SA_FAMILY_T
1082
1083/* Define to 1 if you have the `scan_scaled' function. */
1084#undef HAVE_SCAN_SCALED
1085
1086/* Define if you have SecureWare-based protected password database */
1087#undef HAVE_SECUREWARE
1088
1089/* Define to 1 if you have the <security/pam_appl.h> header file. */
1090#undef HAVE_SECURITY_PAM_APPL_H
1091
1092/* Define to 1 if you have the `sendmsg' function. */
1093#undef HAVE_SENDMSG
1094
1095/* Define to 1 if you have the `setauthdb' function. */
1096#undef HAVE_SETAUTHDB
1097
1098/* Define to 1 if you have the `setdtablesize' function. */
1099#undef HAVE_SETDTABLESIZE
1100
1101/* Define to 1 if you have the `setegid' function. */
1102#undef HAVE_SETEGID
1103
1104/* Define to 1 if you have the `setenv' function. */
1105#undef HAVE_SETENV
1106
1107/* Define to 1 if you have the `seteuid' function. */
1108#undef HAVE_SETEUID
1109
1110/* Define to 1 if you have the `setgroupent' function. */
1111#undef HAVE_SETGROUPENT
1112
1113/* Define to 1 if you have the `setgroups' function. */
1114#undef HAVE_SETGROUPS
1115
1116/* Define to 1 if you have the `setlinebuf' function. */
1117#undef HAVE_SETLINEBUF
1118
1119/* Define to 1 if you have the `setlogin' function. */
1120#undef HAVE_SETLOGIN
1121
1122/* Define to 1 if you have the `setluid' function. */
1123#undef HAVE_SETLUID
1124
1125/* Define to 1 if you have the `setpassent' function. */
1126#undef HAVE_SETPASSENT
1127
1128/* Define to 1 if you have the `setpcred' function. */
1129#undef HAVE_SETPCRED
1130
1131/* Define to 1 if you have the `setpflags' function. */
1132#undef HAVE_SETPFLAGS
1133
1134/* Define to 1 if you have the `setppriv' function. */
1135#undef HAVE_SETPPRIV
1136
1137/* Define to 1 if you have the `setproctitle' function. */
1138#undef HAVE_SETPROCTITLE
1139
1140/* Define to 1 if you have the `setregid' function. */
1141#undef HAVE_SETREGID
1142
1143/* Define to 1 if you have the `setresgid' function. */
1144#undef HAVE_SETRESGID
1145
1146/* Define to 1 if you have the `setresuid' function. */
1147#undef HAVE_SETRESUID
1148
1149/* Define to 1 if you have the `setreuid' function. */
1150#undef HAVE_SETREUID
1151
1152/* Define to 1 if you have the `setrlimit' function. */
1153#undef HAVE_SETRLIMIT
1154
1155/* Define to 1 if you have the `setsid' function. */
1156#undef HAVE_SETSID
1157
1158/* Define to 1 if you have the `setutent' function. */
1159#undef HAVE_SETUTENT
1160
1161/* Define to 1 if you have the `setutxdb' function. */
1162#undef HAVE_SETUTXDB
1163
1164/* Define to 1 if you have the `setutxent' function. */
1165#undef HAVE_SETUTXENT
1166
1167/* Define to 1 if you have the `setvbuf' function. */
1168#undef HAVE_SETVBUF
1169
1170/* Define to 1 if you have the `set_id' function. */
1171#undef HAVE_SET_ID
1172
1173/* Define to 1 if you have the `SHA256_Update' function. */
1174#undef HAVE_SHA256_UPDATE
1175
1176/* Define to 1 if you have the <sha2.h> header file. */
1177#undef HAVE_SHA2_H
1178
1179/* Define to 1 if you have the <shadow.h> header file. */
1180#undef HAVE_SHADOW_H
1181
1182/* Define to 1 if you have the `sigaction' function. */
1183#undef HAVE_SIGACTION
1184
1185/* Define to 1 if you have the `sigvec' function. */
1186#undef HAVE_SIGVEC
1187
1188/* Define to 1 if the system has the type `sig_atomic_t'. */
1189#undef HAVE_SIG_ATOMIC_T
1190
1191/* define if you have size_t data type */
1192#undef HAVE_SIZE_T
1193
1194/* Define to 1 if you have the `snprintf' function. */
1195#undef HAVE_SNPRINTF
1196
1197/* Define to 1 if you have the `socketpair' function. */
1198#undef HAVE_SOCKETPAIR
1199
1200/* Have PEERCRED socket option */
1201#undef HAVE_SO_PEERCRED
1202
1203/* define if you have ssize_t data type */
1204#undef HAVE_SSIZE_T
1205
1206/* Fields in struct sockaddr_storage */
1207#undef HAVE_SS_FAMILY_IN_SS
1208
1209/* Define to 1 if you have the `statfs' function. */
1210#undef HAVE_STATFS
1211
1212/* Define to 1 if you have the `statvfs' function. */
1213#undef HAVE_STATVFS
1214
1215/* Define to 1 if you have the <stddef.h> header file. */
1216#undef HAVE_STDDEF_H
1217
1218/* Define to 1 if you have the <stdint.h> header file. */
1219#undef HAVE_STDINT_H
1220
1221/* Define to 1 if you have the <stdlib.h> header file. */
1222#undef HAVE_STDLIB_H
1223
1224/* Define to 1 if you have the `strcasestr' function. */
1225#undef HAVE_STRCASESTR
1226
1227/* Define to 1 if you have the `strdup' function. */
1228#undef HAVE_STRDUP
1229
1230/* Define to 1 if you have the `strerror' function. */
1231#undef HAVE_STRERROR
1232
1233/* Define to 1 if you have the `strftime' function. */
1234#undef HAVE_STRFTIME
1235
1236/* Silly mkstemp() */
1237#undef HAVE_STRICT_MKSTEMP
1238
1239/* Define to 1 if you have the <strings.h> header file. */
1240#undef HAVE_STRINGS_H
1241
1242/* Define to 1 if you have the <string.h> header file. */
1243#undef HAVE_STRING_H
1244
1245/* Define to 1 if you have the `strlcat' function. */
1246#undef HAVE_STRLCAT
1247
1248/* Define to 1 if you have the `strlcpy' function. */
1249#undef HAVE_STRLCPY
1250
1251/* Define to 1 if you have the `strmode' function. */
1252#undef HAVE_STRMODE
1253
1254/* Define to 1 if you have the `strndup' function. */
1255#undef HAVE_STRNDUP
1256
1257/* Define to 1 if you have the `strnlen' function. */
1258#undef HAVE_STRNLEN
1259
1260/* Define to 1 if you have the `strnvis' function. */
1261#undef HAVE_STRNVIS
1262
1263/* Define to 1 if you have the `strptime' function. */
1264#undef HAVE_STRPTIME
1265
1266/* Define to 1 if you have the `strsep' function. */
1267#undef HAVE_STRSEP
1268
1269/* Define to 1 if you have the `strsignal' function. */
1270#undef HAVE_STRSIGNAL
1271
1272/* Define to 1 if you have the `strtoll' function. */
1273#undef HAVE_STRTOLL
1274
1275/* Define to 1 if you have the `strtonum' function. */
1276#undef HAVE_STRTONUM
1277
1278/* Define to 1 if you have the `strtoul' function. */
1279#undef HAVE_STRTOUL
1280
1281/* Define to 1 if you have the `strtoull' function. */
1282#undef HAVE_STRTOULL
1283
1284/* define if you have struct addrinfo data type */
1285#undef HAVE_STRUCT_ADDRINFO
1286
1287/* define if you have struct in6_addr data type */
1288#undef HAVE_STRUCT_IN6_ADDR
1289
1290/* Define to 1 if `pw_change' is a member of `struct passwd'. */
1291#undef HAVE_STRUCT_PASSWD_PW_CHANGE
1292
1293/* Define to 1 if `pw_class' is a member of `struct passwd'. */
1294#undef HAVE_STRUCT_PASSWD_PW_CLASS
1295
1296/* Define to 1 if `pw_expire' is a member of `struct passwd'. */
1297#undef HAVE_STRUCT_PASSWD_PW_EXPIRE
1298
1299/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
1300#undef HAVE_STRUCT_PASSWD_PW_GECOS
1301
1302/* define if you have struct sockaddr_in6 data type */
1303#undef HAVE_STRUCT_SOCKADDR_IN6
1304
1305/* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */
1306#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID
1307
1308/* define if you have struct sockaddr_storage data type */
1309#undef HAVE_STRUCT_SOCKADDR_STORAGE
1310
1311/* Define to 1 if `f_flags' is a member of `struct statfs'. */
1312#undef HAVE_STRUCT_STATFS_F_FLAGS
1313
1314/* Define to 1 if `st_blksize' is a member of `struct stat'. */
1315#undef HAVE_STRUCT_STAT_ST_BLKSIZE
1316
1317/* Define to 1 if `st_mtim' is a member of `struct stat'. */
1318#undef HAVE_STRUCT_STAT_ST_MTIM
1319
1320/* Define to 1 if `st_mtime' is a member of `struct stat'. */
1321#undef HAVE_STRUCT_STAT_ST_MTIME
1322
1323/* Define to 1 if the system has the type `struct timespec'. */
1324#undef HAVE_STRUCT_TIMESPEC
1325
1326/* define if you have struct timeval */
1327#undef HAVE_STRUCT_TIMEVAL
1328
1329/* Define to 1 if you have the `swap32' function. */
1330#undef HAVE_SWAP32
1331
1332/* Define to 1 if you have the `sysconf' function. */
1333#undef HAVE_SYSCONF
1334
1335/* Define if you have syslen in utmpx.h */
1336#undef HAVE_SYSLEN_IN_UTMPX
1337
1338/* Define to 1 if you have the <sys/audit.h> header file. */
1339#undef HAVE_SYS_AUDIT_H
1340
1341/* Define to 1 if you have the <sys/bitypes.h> header file. */
1342#undef HAVE_SYS_BITYPES_H
1343
1344/* Define to 1 if you have the <sys/bsdtty.h> header file. */
1345#undef HAVE_SYS_BSDTTY_H
1346
1347/* Define to 1 if you have the <sys/capsicum.h> header file. */
1348#undef HAVE_SYS_CAPSICUM_H
1349
1350/* Define to 1 if you have the <sys/cdefs.h> header file. */
1351#undef HAVE_SYS_CDEFS_H
1352
1353/* Define to 1 if you have the <sys/dir.h> header file. */
1354#undef HAVE_SYS_DIR_H
1355
1356/* Define if your system defines sys_errlist[] */
1357#undef HAVE_SYS_ERRLIST
1358
1359/* Define to 1 if you have the <sys/file.h> header file. */
1360#undef HAVE_SYS_FILE_H
1361
1362/* Define to 1 if you have the <sys/label.h> header file. */
1363#undef HAVE_SYS_LABEL_H
1364
1365/* Define to 1 if you have the <sys/mman.h> header file. */
1366#undef HAVE_SYS_MMAN_H
1367
1368/* Define to 1 if you have the <sys/mount.h> header file. */
1369#undef HAVE_SYS_MOUNT_H
1370
1371/* Define to 1 if you have the <sys/ndir.h> header file. */
1372#undef HAVE_SYS_NDIR_H
1373
1374/* Define if your system defines sys_nerr */
1375#undef HAVE_SYS_NERR
1376
1377/* Define to 1 if you have the <sys/poll.h> header file. */
1378#undef HAVE_SYS_POLL_H
1379
1380/* Define to 1 if you have the <sys/prctl.h> header file. */
1381#undef HAVE_SYS_PRCTL_H
1382
1383/* Define to 1 if you have the <sys/pstat.h> header file. */
1384#undef HAVE_SYS_PSTAT_H
1385
1386/* Define to 1 if you have the <sys/ptms.h> header file. */
1387#undef HAVE_SYS_PTMS_H
1388
1389/* Define to 1 if you have the <sys/ptrace.h> header file. */
1390#undef HAVE_SYS_PTRACE_H
1391
1392/* Define to 1 if you have the <sys/random.h> header file. */
1393#undef HAVE_SYS_RANDOM_H
1394
1395/* Define to 1 if you have the <sys/select.h> header file. */
1396#undef HAVE_SYS_SELECT_H
1397
1398/* Define to 1 if you have the <sys/statvfs.h> header file. */
1399#undef HAVE_SYS_STATVFS_H
1400
1401/* Define to 1 if you have the <sys/stat.h> header file. */
1402#undef HAVE_SYS_STAT_H
1403
1404/* Define to 1 if you have the <sys/stream.h> header file. */
1405#undef HAVE_SYS_STREAM_H
1406
1407/* Define to 1 if you have the <sys/stropts.h> header file. */
1408#undef HAVE_SYS_STROPTS_H
1409
1410/* Define to 1 if you have the <sys/strtio.h> header file. */
1411#undef HAVE_SYS_STRTIO_H
1412
1413/* Define to 1 if you have the <sys/sysctl.h> header file. */
1414#undef HAVE_SYS_SYSCTL_H
1415
1416/* Force use of sys/syslog.h on Ultrix */
1417#undef HAVE_SYS_SYSLOG_H
1418
1419/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1420#undef HAVE_SYS_SYSMACROS_H
1421
1422/* Define to 1 if you have the <sys/timers.h> header file. */
1423#undef HAVE_SYS_TIMERS_H
1424
1425/* Define to 1 if you have the <sys/time.h> header file. */
1426#undef HAVE_SYS_TIME_H
1427
1428/* Define to 1 if you have the <sys/types.h> header file. */
1429#undef HAVE_SYS_TYPES_H
1430
1431/* Define to 1 if you have the <sys/un.h> header file. */
1432#undef HAVE_SYS_UN_H
1433
1434/* Define to 1 if you have the <sys/vfs.h> header file. */
1435#undef HAVE_SYS_VFS_H
1436
1437/* Define to 1 if you have the `tcgetpgrp' function. */
1438#undef HAVE_TCGETPGRP
1439
1440/* Define to 1 if you have the `tcsendbreak' function. */
1441#undef HAVE_TCSENDBREAK
1442
1443/* Define to 1 if you have the `time' function. */
1444#undef HAVE_TIME
1445
1446/* Define to 1 if you have the <time.h> header file. */
1447#undef HAVE_TIME_H
1448
1449/* Define if you have ut_time in utmp.h */
1450#undef HAVE_TIME_IN_UTMP
1451
1452/* Define if you have ut_time in utmpx.h */
1453#undef HAVE_TIME_IN_UTMPX
1454
1455/* Define to 1 if you have the `timingsafe_bcmp' function. */
1456#undef HAVE_TIMINGSAFE_BCMP
1457
1458/* Define to 1 if you have the <tmpdir.h> header file. */
1459#undef HAVE_TMPDIR_H
1460
1461/* Define to 1 if you have the `truncate' function. */
1462#undef HAVE_TRUNCATE
1463
1464/* Define to 1 if you have the <ttyent.h> header file. */
1465#undef HAVE_TTYENT_H
1466
1467/* Define if you have ut_tv in utmp.h */
1468#undef HAVE_TV_IN_UTMP
1469
1470/* Define if you have ut_tv in utmpx.h */
1471#undef HAVE_TV_IN_UTMPX
1472
1473/* Define if you have ut_type in utmp.h */
1474#undef HAVE_TYPE_IN_UTMP
1475
1476/* Define if you have ut_type in utmpx.h */
1477#undef HAVE_TYPE_IN_UTMPX
1478
1479/* Define to 1 if you have the <ucred.h> header file. */
1480#undef HAVE_UCRED_H
1481
1482/* Define to 1 if the system has the type `uintmax_t'. */
1483#undef HAVE_UINTMAX_T
1484
1485/* define if you have uintxx_t data type */
1486#undef HAVE_UINTXX_T
1487
1488/* Define to 1 if you have the <unistd.h> header file. */
1489#undef HAVE_UNISTD_H
1490
1491/* Define to 1 if you have the `unsetenv' function. */
1492#undef HAVE_UNSETENV
1493
1494/* Define to 1 if the system has the type `unsigned long long'. */
1495#undef HAVE_UNSIGNED_LONG_LONG
1496
1497/* Define to 1 if you have the `updwtmp' function. */
1498#undef HAVE_UPDWTMP
1499
1500/* Define to 1 if you have the `updwtmpx' function. */
1501#undef HAVE_UPDWTMPX
1502
1503/* Define to 1 if you have the <usersec.h> header file. */
1504#undef HAVE_USERSEC_H
1505
1506/* Define to 1 if you have the `user_from_uid' function. */
1507#undef HAVE_USER_FROM_UID
1508
1509/* Define to 1 if you have the `usleep' function. */
1510#undef HAVE_USLEEP
1511
1512/* Define to 1 if you have the <util.h> header file. */
1513#undef HAVE_UTIL_H
1514
1515/* Define to 1 if you have the `utimes' function. */
1516#undef HAVE_UTIMES
1517
1518/* Define to 1 if you have the <utime.h> header file. */
1519#undef HAVE_UTIME_H
1520
1521/* Define to 1 if you have the `utmpname' function. */
1522#undef HAVE_UTMPNAME
1523
1524/* Define to 1 if you have the `utmpxname' function. */
1525#undef HAVE_UTMPXNAME
1526
1527/* Define to 1 if you have the <utmpx.h> header file. */
1528#undef HAVE_UTMPX_H
1529
1530/* Define to 1 if you have the <utmp.h> header file. */
1531#undef HAVE_UTMP_H
1532
1533/* define if you have u_char data type */
1534#undef HAVE_U_CHAR
1535
1536/* define if you have u_int data type */
1537#undef HAVE_U_INT
1538
1539/* define if you have u_int64_t data type */
1540#undef HAVE_U_INT64_T
1541
1542/* define if you have u_intxx_t data type */
1543#undef HAVE_U_INTXX_T
1544
1545/* Define to 1 if you have the `vasprintf' function. */
1546#undef HAVE_VASPRINTF
1547
1548/* Define if va_copy exists */
1549#undef HAVE_VA_COPY
1550
1551/* Define to 1 if you have the <vis.h> header file. */
1552#undef HAVE_VIS_H
1553
1554/* Define to 1 if you have the `vsnprintf' function. */
1555#undef HAVE_VSNPRINTF
1556
1557/* Define to 1 if you have the `waitpid' function. */
1558#undef HAVE_WAITPID
1559
1560/* Define to 1 if you have the `warn' function. */
1561#undef HAVE_WARN
1562
1563/* Define to 1 if you have the <wchar.h> header file. */
1564#undef HAVE_WCHAR_H
1565
1566/* Define to 1 if you have the `wcwidth' function. */
1567#undef HAVE_WCWIDTH
1568
1569/* Define to 1 if you have the `_getlong' function. */
1570#undef HAVE__GETLONG
1571
1572/* Define to 1 if you have the `_getpty' function. */
1573#undef HAVE__GETPTY
1574
1575/* Define to 1 if you have the `_getshort' function. */
1576#undef HAVE__GETSHORT
1577
1578/* Define if you have struct __res_state _res as an extern */
1579#undef HAVE__RES_EXTERN
1580
1581/* Define to 1 if you have the `__b64_ntop' function. */
1582#undef HAVE___B64_NTOP
1583
1584/* Define to 1 if you have the `__b64_pton' function. */
1585#undef HAVE___B64_PTON
1586
1587/* Define if compiler implements __FUNCTION__ */
1588#undef HAVE___FUNCTION__
1589
1590/* Define if libc defines __progname */
1591#undef HAVE___PROGNAME
1592
1593/* Fields in struct sockaddr_storage */
1594#undef HAVE___SS_FAMILY_IN_SS
1595
1596/* Define if __va_copy exists */
1597#undef HAVE___VA_COPY
1598
1599/* Define if compiler implements __func__ */
1600#undef HAVE___func__
1601
1602/* Define this if you are using the Heimdal version of Kerberos V5 */
1603#undef HEIMDAL
1604
1605/* Define if you need to use IP address instead of hostname in $DISPLAY */
1606#undef IPADDR_IN_DISPLAY
1607
1608/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1609#undef IPV4_IN_IPV6
1610
1611/* Define if your system choked on IP TOS setting */
1612#undef IP_TOS_IS_BROKEN
1613
1614/* Define if you want Kerberos 5 support */
1615#undef KRB5
1616
1617/* Define if pututxline updates lastlog too */
1618#undef LASTLOG_WRITE_PUTUTXLINE
1619
1620/* Define to whatever link() returns for "not supported" if it doesn't return
1621 EOPNOTSUPP. */
1622#undef LINK_OPNOTSUPP_ERRNO
1623
1624/* Adjust Linux out-of-memory killer */
1625#undef LINUX_OOM_ADJUST
1626
1627/* max value of long long calculated by configure */
1628#undef LLONG_MAX
1629
1630/* min value of long long calculated by configure */
1631#undef LLONG_MIN
1632
1633/* Account locked with pw(1) */
1634#undef LOCKED_PASSWD_PREFIX
1635
1636/* String used in /etc/passwd to denote locked account */
1637#undef LOCKED_PASSWD_STRING
1638
1639/* String used in /etc/passwd to denote locked account */
1640#undef LOCKED_PASSWD_SUBSTR
1641
1642/* Some systems need a utmpx entry for /bin/login to work */
1643#undef LOGIN_NEEDS_UTMPX
1644
1645/* Set this to your mail directory if you do not have _PATH_MAILDIR */
1646#undef MAIL_DIRECTORY
1647
1648/* Need setpgrp to acquire controlling tty */
1649#undef NEED_SETPGRP
1650
1651/* compiler does not accept __attribute__ on prototype args */
1652#undef NO_ATTRIBUTE_ON_PROTOTYPE_ARGS
1653
1654/* compiler does not accept __attribute__ on return types */
1655#undef NO_ATTRIBUTE_ON_RETURN_TYPE
1656
1657/* Define to disable UID restoration test */
1658#undef NO_UID_RESTORATION_TEST
1659
1660/* Define if X11 doesn't support AF_UNIX sockets on that system */
1661#undef NO_X11_UNIX_SOCKETS
1662
1663/* Define if EVP_DigestUpdate returns void */
1664#undef OPENSSL_EVP_DIGESTUPDATE_VOID
1665
1666/* OpenSSL has ECC */
1667#undef OPENSSL_HAS_ECC
1668
1669/* libcrypto has NID_X9_62_prime256v1 */
1670#undef OPENSSL_HAS_NISTP256
1671
1672/* libcrypto has NID_secp384r1 */
1673#undef OPENSSL_HAS_NISTP384
1674
1675/* libcrypto has NID_secp521r1 */
1676#undef OPENSSL_HAS_NISTP521
1677
1678/* libcrypto has EVP AES CTR */
1679#undef OPENSSL_HAVE_EVPCTR
1680
1681/* libcrypto has EVP AES GCM */
1682#undef OPENSSL_HAVE_EVPGCM
1683
1684/* libcrypto is missing AES 192 and 256 bit functions */
1685#undef OPENSSL_LOBOTOMISED_AES
1686
1687/* Define if you want the OpenSSL internally seeded PRNG only */
1688#undef OPENSSL_PRNG_ONLY
1689
1690/* Define to the address where bug reports for this package should be sent. */
1691#undef PACKAGE_BUGREPORT
1692
1693/* Define to the full name of this package. */
1694#undef PACKAGE_NAME
1695
1696/* Define to the full name and version of this package. */
1697#undef PACKAGE_STRING
1698
1699/* Define to the one symbol short name of this package. */
1700#undef PACKAGE_TARNAME
1701
1702/* Define to the home page for this package. */
1703#undef PACKAGE_URL
1704
1705/* Define to the version of this package. */
1706#undef PACKAGE_VERSION
1707
1708/* Define if you are using Solaris-derived PAM which passes pam_messages to
1709 the conversation function with an extra level of indirection */
1710#undef PAM_SUN_CODEBASE
1711
1712/* Work around problematic Linux PAM modules handling of PAM_TTY */
1713#undef PAM_TTY_KLUDGE
1714
1715/* must supply username to passwd */
1716#undef PASSWD_NEEDS_USERNAME
1717
1718/* System dirs owned by bin (uid 2) */
1719#undef PLATFORM_SYS_DIR_UID
1720
1721/* Port number of PRNGD/EGD random number socket */
1722#undef PRNGD_PORT
1723
1724/* Location of PRNGD/EGD random number socket */
1725#undef PRNGD_SOCKET
1726
1727/* read(1) can return 0 for a non-closed fd */
1728#undef PTY_ZEROREAD
1729
1730/* Sandbox using capsicum */
1731#undef SANDBOX_CAPSICUM
1732
1733/* Sandbox using Darwin sandbox_init(3) */
1734#undef SANDBOX_DARWIN
1735
1736/* no privsep sandboxing */
1737#undef SANDBOX_NULL
1738
1739/* Sandbox using pledge(2) */
1740#undef SANDBOX_PLEDGE
1741
1742/* Sandbox using setrlimit(2) */
1743#undef SANDBOX_RLIMIT
1744
1745/* Sandbox using seccomp filter */
1746#undef SANDBOX_SECCOMP_FILTER
1747
1748/* setrlimit RLIMIT_FSIZE works */
1749#undef SANDBOX_SKIP_RLIMIT_FSIZE
1750
1751/* define if setrlimit RLIMIT_NOFILE breaks things */
1752#undef SANDBOX_SKIP_RLIMIT_NOFILE
1753
1754/* Sandbox using Solaris/Illumos privileges */
1755#undef SANDBOX_SOLARIS
1756
1757/* Sandbox using systrace(4) */
1758#undef SANDBOX_SYSTRACE
1759
1760/* Specify the system call convention in use */
1761#undef SECCOMP_AUDIT_ARCH
1762
1763/* Define if your platform breaks doing a seteuid before a setuid */
1764#undef SETEUID_BREAKS_SETUID
1765
1766/* The size of `int', as computed by sizeof. */
1767#undef SIZEOF_INT
1768
1769/* The size of `long int', as computed by sizeof. */
1770#undef SIZEOF_LONG_INT
1771
1772/* The size of `long long int', as computed by sizeof. */
1773#undef SIZEOF_LONG_LONG_INT
1774
1775/* The size of `short int', as computed by sizeof. */
1776#undef SIZEOF_SHORT_INT
1777
1778/* Define as const if snprintf() can declare const char *fmt */
1779#undef SNPRINTF_CONST
1780
1781/* Define to a Set Process Title type if your system is supported by
1782 bsd-setproctitle.c */
1783#undef SPT_TYPE
1784
1785/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1786#undef SSHD_ACQUIRES_CTTY
1787
1788/* sshd PAM service name */
1789#undef SSHD_PAM_SERVICE
1790
1791/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1792#undef SSHPAM_CHAUTHTOK_NEEDS_RUID
1793
1794/* Use audit debugging module */
1795#undef SSH_AUDIT_EVENTS
1796
1797/* Windows is sensitive to read buffer size */
1798#undef SSH_IOBUFSZ
1799
1800/* non-privileged user for privilege separation */
1801#undef SSH_PRIVSEP_USER
1802
1803/* Use tunnel device compatibility to OpenBSD */
1804#undef SSH_TUN_COMPAT_AF
1805
1806/* Open tunnel devices the FreeBSD way */
1807#undef SSH_TUN_FREEBSD
1808
1809/* Open tunnel devices the Linux tun/tap way */
1810#undef SSH_TUN_LINUX
1811
1812/* No layer 2 tunnel support */
1813#undef SSH_TUN_NO_L2
1814
1815/* Open tunnel devices the OpenBSD way */
1816#undef SSH_TUN_OPENBSD
1817
1818/* Prepend the address family to IP tunnel traffic */
1819#undef SSH_TUN_PREPEND_AF
1820
1821/* Define to 1 if you have the ANSI C header files. */
1822#undef STDC_HEADERS
1823
1824/* Define if you want a different $PATH for the superuser */
1825#undef SUPERUSER_PATH
1826
1827/* syslog_r function is safe to use in in a signal handler */
1828#undef SYSLOG_R_SAFE_IN_SIGHAND
1829
1830/* Support routing domains using Linux VRF */
1831#undef SYS_RDOMAIN_LINUX
1832
1833/* Support passwords > 8 chars */
1834#undef UNIXWARE_LONG_PASSWORDS
1835
1836/* Specify default $PATH */
1837#undef USER_PATH
1838
1839/* Define this if you want to use libkafs' AFS support */
1840#undef USE_AFS
1841
1842/* Use BSM audit module */
1843#undef USE_BSM_AUDIT
1844
1845/* Use btmp to log bad logins */
1846#undef USE_BTMP
1847
1848/* Use libedit for sftp */
1849#undef USE_LIBEDIT
1850
1851/* Use Linux audit module */
1852#undef USE_LINUX_AUDIT
1853
1854/* Enable OpenSSL engine support */
1855#undef USE_OPENSSL_ENGINE
1856
1857/* Define if you want to enable PAM support */
1858#undef USE_PAM
1859
1860/* Use PIPES instead of a socketpair() */
1861#undef USE_PIPES
1862
1863/* Define if you have Solaris privileges */
1864#undef USE_SOLARIS_PRIVS
1865
1866/* Define if you have Solaris process contracts */
1867#undef USE_SOLARIS_PROCESS_CONTRACTS
1868
1869/* Define if you have Solaris projects */
1870#undef USE_SOLARIS_PROJECTS
1871
1872/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1873#undef WITH_ABBREV_NO_TTY
1874
1875/* Define if you want to enable AIX4's authenticate function */
1876#undef WITH_AIXAUTHENTICATE
1877
1878/* Define if you have/want arrays (cluster-wide session management, not C
1879 arrays) */
1880#undef WITH_IRIX_ARRAY
1881
1882/* Define if you want IRIX audit trails */
1883#undef WITH_IRIX_AUDIT
1884
1885/* Define if you want IRIX kernel jobs */
1886#undef WITH_IRIX_JOBS
1887
1888/* Define if you want IRIX project management */
1889#undef WITH_IRIX_PROJECT
1890
1891/* use libcrypto for cryptography */
1892#undef WITH_OPENSSL
1893
1894/* Define if you want SELinux support. */
1895#undef WITH_SELINUX
1896
1897/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1898 significant byte first (like Motorola and SPARC, unlike Intel). */
1899#if defined AC_APPLE_UNIVERSAL_BUILD
1900# if defined __BIG_ENDIAN__
1901# define WORDS_BIGENDIAN 1
1902# endif
1903#else
1904# ifndef WORDS_BIGENDIAN
1905# undef WORDS_BIGENDIAN
1906# endif
1907#endif
1908
1909/* Define if xauth is found in your path */
1910#undef XAUTH_PATH
1911
1912/* Enable large inode numbers on Mac OS X 10.5. */
1913#ifndef _DARWIN_USE_64_BIT_INODE
1914# define _DARWIN_USE_64_BIT_INODE 1
1915#endif
1916
1917/* Number of bits in a file offset, on hosts where this is settable. */
1918#undef _FILE_OFFSET_BITS
1919
1920/* Define for large files, on AIX-style hosts. */
1921#undef _LARGE_FILES
1922
1923/* log for bad login attempts */
1924#undef _PATH_BTMP
1925
1926/* Full path of your "passwd" program */
1927#undef _PATH_PASSWD_PROG
1928
1929/* Specify location of ssh.pid */
1930#undef _PATH_SSH_PIDDIR
1931
1932/* Define if we don't have struct __res_state in resolv.h */
1933#undef __res_state
1934
1935/* Define to rpl_calloc if the replacement function should be used. */
1936#undef calloc
1937
1938/* Define to `__inline__' or `__inline' if that's what the C compiler
1939 calls it, or to nothing if 'inline' is not supported under any name. */
1940#ifndef __cplusplus
1941#undef inline
1942#endif
1943
1944/* Define to rpl_malloc if the replacement function should be used. */
1945#undef malloc
1946
1947/* Define to rpl_realloc if the replacement function should be used. */
1948#undef realloc
1949
1950/* type to use in place of socklen_t if not defined */
1951#undef socklen_t