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