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