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