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