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