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