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