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