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