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