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