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