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