summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-03-10 00:24:57 +0000
committerColin Watson <cjwatson@debian.org>2005-03-10 00:24:57 +0000
commit5d05471f6657646d1d6500c7c43134462c407ee6 (patch)
treec142ff8a5b1fcb1c671ba8c6f023746191124d39 /config.h.in
parent485bab886137bbf8b7ec8df82bd66dc6e5654371 (diff)
parentebd2ce335af5861020c79fddb1ae35c03bf036cf (diff)
Import OpenSSH 4.0p1.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1170
1 files changed, 1170 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 000000000..70f997323
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,1170 @@
1/* config.h.in. Generated from configure.ac by autoheader. */
2/* $Id: acconfig.h,v 1.181 2005/02/25 23:07:38 dtucker Exp $ */
3
4/*
5 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 *
16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */
27
28#ifndef _CONFIG_H
29#define _CONFIG_H
30
31/* Generated automatically from acconfig.h by autoheader. */
32/* Please make your changes there */
33
34
35/* Define if your platform breaks doing a seteuid before a setuid */
36#undef SETEUID_BREAKS_SETUID
37
38/* Define if your setreuid() is broken */
39#undef BROKEN_SETREUID
40
41/* Define if your setregid() is broken */
42#undef BROKEN_SETREGID
43
44/* Define if your setresuid() is broken */
45#undef BROKEN_SETRESUID
46
47/* Define if your setresgid() is broken */
48#undef BROKEN_SETRESGID
49
50/* Define to a Set Process Title type if your system is */
51/* supported by bsd-setproctitle.c */
52#undef SPT_TYPE
53#undef SPT_PADCHAR
54
55/* SCO workaround */
56#undef BROKEN_SYS_TERMIO_H
57
58/* Define if you have SecureWare-based protected password database */
59#undef HAVE_SECUREWARE
60
61/* If your header files don't define LOGIN_PROGRAM, then use this (detected) */
62/* from environment and PATH */
63#undef LOGIN_PROGRAM_FALLBACK
64
65/* Full path of your "passwd" program */
66#undef _PATH_PASSWD_PROG
67
68/* Define if your password has a pw_class field */
69#undef HAVE_PW_CLASS_IN_PASSWD
70
71/* Define if your password has a pw_expire field */
72#undef HAVE_PW_EXPIRE_IN_PASSWD
73
74/* Define if your password has a pw_change field */
75#undef HAVE_PW_CHANGE_IN_PASSWD
76
77/* Define if your system uses access rights style file descriptor passing */
78#undef HAVE_ACCRIGHTS_IN_MSGHDR
79
80/* Define if your system uses ancillary data style file descriptor passing */
81#undef HAVE_CONTROL_IN_MSGHDR
82
83/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
84#undef BROKEN_INET_NTOA
85
86/* Define if your system defines sys_errlist[] */
87#undef HAVE_SYS_ERRLIST
88
89/* Define if your system defines sys_nerr */
90#undef HAVE_SYS_NERR
91
92/* Define if your system choked on IP TOS setting */
93#undef IP_TOS_IS_BROKEN
94
95/* Define if you have the getuserattr function. */
96#undef HAVE_GETUSERATTR
97
98/* Define if you have the basename function. */
99#undef HAVE_BASENAME
100
101/* Work around problematic Linux PAM modules handling of PAM_TTY */
102#undef PAM_TTY_KLUDGE
103
104/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
105#undef SSHPAM_CHAUTHTOK_NEEDS_RUID
106
107/* Use PIPES instead of a socketpair() */
108#undef USE_PIPES
109
110/* Define if your snprintf is busted */
111#undef BROKEN_SNPRINTF
112
113/* Define if you are on Cygwin */
114#undef HAVE_CYGWIN
115
116/* Define if you have a broken realpath. */
117#undef BROKEN_REALPATH
118
119/* Define if you are on NeXT */
120#undef HAVE_NEXT
121
122/* Define if you are on NEWS-OS */
123#undef HAVE_NEWS4
124
125/* Define if you want to enable PAM support */
126#undef USE_PAM
127
128/* Define if you want to enable AIX4's authenticate function */
129#undef WITH_AIXAUTHENTICATE
130
131/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
132#undef AIX_LOGINFAILED_4ARG
133
134/* Define if your skeychallenge() function takes 4 arguments (eg NetBSD) */
135#undef SKEYCHALLENGE_4ARG
136
137/* Define if you have/want arrays (cluster-wide session managment, not C arrays) */
138#undef WITH_IRIX_ARRAY
139
140/* Define if you want IRIX project management */
141#undef WITH_IRIX_PROJECT
142
143/* Define if you want IRIX audit trails */
144#undef WITH_IRIX_AUDIT
145
146/* Define if you want IRIX kernel jobs */
147#undef WITH_IRIX_JOBS
148
149/* Location of PRNGD/EGD random number socket */
150#undef PRNGD_SOCKET
151
152/* Port number of PRNGD/EGD random number socket */
153#undef PRNGD_PORT
154
155/* Builtin PRNG command timeout */
156#undef ENTROPY_TIMEOUT_MSEC
157
158/* non-privileged user for privilege separation */
159#undef SSH_PRIVSEP_USER
160
161/* Define if you want to install preformatted manpages.*/
162#undef MANTYPE
163
164/* Define if your ssl headers are included with #include <openssl/header.h> */
165#undef HAVE_OPENSSL
166
167/* Define if you are linking against RSAref. Used only to print the right
168 * message at run-time. */
169#undef RSAREF
170
171/* struct timeval */
172#undef HAVE_STRUCT_TIMEVAL
173
174/* struct utmp and struct utmpx fields */
175#undef HAVE_HOST_IN_UTMP
176#undef HAVE_HOST_IN_UTMPX
177#undef HAVE_ADDR_IN_UTMP
178#undef HAVE_ADDR_IN_UTMPX
179#undef HAVE_ADDR_V6_IN_UTMP
180#undef HAVE_ADDR_V6_IN_UTMPX
181#undef HAVE_SYSLEN_IN_UTMPX
182#undef HAVE_PID_IN_UTMP
183#undef HAVE_TYPE_IN_UTMP
184#undef HAVE_TYPE_IN_UTMPX
185#undef HAVE_TV_IN_UTMP
186#undef HAVE_TV_IN_UTMPX
187#undef HAVE_ID_IN_UTMP
188#undef HAVE_ID_IN_UTMPX
189#undef HAVE_EXIT_IN_UTMP
190#undef HAVE_TIME_IN_UTMP
191#undef HAVE_TIME_IN_UTMPX
192
193/* Define if you don't want to use your system's login() call */
194#undef DISABLE_LOGIN
195
196/* Define if you don't want to use pututline() etc. to write [uw]tmp */
197#undef DISABLE_PUTUTLINE
198
199/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
200#undef DISABLE_PUTUTXLINE
201
202/* Define if you don't want to use lastlog */
203#undef DISABLE_LASTLOG
204
205/* Define if you don't want to use lastlog in session.c */
206#undef NO_SSH_LASTLOG
207
208/* Define if have krb5_init_ets */
209#undef KRB5_INIT_ETS
210
211/* Define if you don't want to use utmp */
212#undef DISABLE_UTMP
213
214/* Define if you don't want to use utmpx */
215#undef DISABLE_UTMPX
216
217/* Define if you don't want to use wtmp */
218#undef DISABLE_WTMP
219
220/* Define if you don't want to use wtmpx */
221#undef DISABLE_WTMPX
222
223/* Some systems need a utmpx entry for /bin/login to work */
224#undef LOGIN_NEEDS_UTMPX
225
226/* Some versions of /bin/login need the TERM supplied on the commandline */
227#undef LOGIN_NEEDS_TERM
228
229/* Define if your login program cannot handle end of options ("--") */
230#undef LOGIN_NO_ENDOPT
231
232/* Define if you want to specify the path to your lastlog file */
233#undef CONF_LASTLOG_FILE
234
235/* Define if you want to specify the path to your utmp file */
236#undef CONF_UTMP_FILE
237
238/* Define if you want to specify the path to your wtmp file */
239#undef CONF_WTMP_FILE
240
241/* Define if you want to specify the path to your utmpx file */
242#undef CONF_UTMPX_FILE
243
244/* Define if you want to specify the path to your wtmpx file */
245#undef CONF_WTMPX_FILE
246
247/* Define if you want external askpass support */
248#undef USE_EXTERNAL_ASKPASS
249
250/* Define if libc defines __progname */
251#undef HAVE___PROGNAME
252
253/* Define if compiler implements __FUNCTION__ */
254#undef HAVE___FUNCTION__
255
256/* Define if compiler implements __func__ */
257#undef HAVE___func__
258
259/* Define this is you want GSSAPI support in the version 2 protocol */
260#undef GSSAPI
261
262/* Define if you want Kerberos 5 support */
263#undef KRB5
264
265/* Define this if you are using the Heimdal version of Kerberos V5 */
266#undef HEIMDAL
267
268/* Define this if you want to use libkafs' AFS support */
269#undef USE_AFS
270
271/* Define if you want S/Key support */
272#undef SKEY
273
274/* Define if you want TCP Wrappers support */
275#undef LIBWRAP
276
277/* Define if your libraries define login() */
278#undef HAVE_LOGIN
279
280/* Define if your libraries define daemon() */
281#undef HAVE_DAEMON
282
283/* Define if your libraries define getpagesize() */
284#undef HAVE_GETPAGESIZE
285
286/* Define if xauth is found in your path */
287#undef XAUTH_PATH
288
289/* Define if you want to allow MD5 passwords */
290#undef HAVE_MD5_PASSWORDS
291
292/* Define if you want to disable shadow passwords */
293#undef DISABLE_SHADOW
294
295/* Define if you want to use shadow password expire field */
296#undef HAS_SHADOW_EXPIRE
297
298/* Define if you have Digital Unix Security Integration Architecture */
299#undef HAVE_OSF_SIA
300
301/* Define if you have getpwanam(3) [SunOS 4.x] */
302#undef HAVE_GETPWANAM
303
304/* Define if you have an old version of PAM which takes only one argument */
305/* to pam_strerror */
306#undef HAVE_OLD_PAM
307
308/* Define if you are using Solaris-derived PAM which passes pam_messages */
309/* to the conversation function with an extra level of indirection */
310#undef PAM_SUN_CODEBASE
311
312/* Set this to your mail directory if you don't have maillock.h */
313#undef MAIL_DIRECTORY
314
315/* Data types */
316#undef HAVE_U_INT
317#undef HAVE_INTXX_T
318#undef HAVE_U_INTXX_T
319#undef HAVE_UINTXX_T
320#undef HAVE_INT64_T
321#undef HAVE_U_INT64_T
322#undef HAVE_U_CHAR
323#undef HAVE_SIZE_T
324#undef HAVE_SSIZE_T
325#undef HAVE_CLOCK_T
326#undef HAVE_MODE_T
327#undef HAVE_PID_T
328#undef HAVE_SA_FAMILY_T
329#undef HAVE_STRUCT_SOCKADDR_STORAGE
330#undef HAVE_STRUCT_ADDRINFO
331#undef HAVE_STRUCT_IN6_ADDR
332#undef HAVE_STRUCT_SOCKADDR_IN6
333
334/* Fields in struct sockaddr_storage */
335#undef HAVE_SS_FAMILY_IN_SS
336#undef HAVE___SS_FAMILY_IN_SS
337
338/* Define if you have /dev/ptmx */
339#undef HAVE_DEV_PTMX
340
341/* Define if you have /dev/ptc */
342#undef HAVE_DEV_PTS_AND_PTC
343
344/* Define if you need to use IP address instead of hostname in $DISPLAY */
345#undef IPADDR_IN_DISPLAY
346
347/* Specify default $PATH */
348#undef USER_PATH
349
350/* Specify location of ssh.pid */
351#undef _PATH_SSH_PIDDIR
352
353/* getaddrinfo is broken (if present) */
354#undef BROKEN_GETADDRINFO
355
356/* updwtmpx is broken (if present) */
357#undef BROKEN_UPDWTMPX
358
359/* Workaround more Linux IPv6 quirks */
360#undef DONT_TRY_OTHER_AF
361
362/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
363#undef IPV4_IN_IPV6
364
365/* Define if you have BSD auth support */
366#undef BSD_AUTH
367
368/* Define if X11 doesn't support AF_UNIX sockets on that system */
369#undef NO_X11_UNIX_SOCKETS
370
371/* Define if the concept of ports only accessible to superusers isn't known */
372#undef NO_IPPORT_RESERVED_CONCEPT
373
374/* Needed for SCO and NeXT */
375#undef BROKEN_SAVED_UIDS
376
377/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
378#undef GLOB_HAS_ALTDIRFUNC
379
380/* Define if your system glob() function has gl_matchc options in glob_t */
381#undef GLOB_HAS_GL_MATCHC
382
383/* Define in your struct dirent expects you to allocate extra space for d_name */
384#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
385
386/* Define if your system has /etc/default/login */
387#undef HAVE_ETC_DEFAULT_LOGIN
388
389/* Define if your getopt(3) defines and uses optreset */
390#undef HAVE_GETOPT_OPTRESET
391
392/* Define on *nto-qnx systems */
393#undef MISSING_NFDBITS
394
395/* Define on *nto-qnx systems */
396#undef MISSING_HOWMANY
397
398/* Define on *nto-qnx systems */
399#undef MISSING_FD_MASK
400
401/* Define if you want smartcard support */
402#undef SMARTCARD
403
404/* Define if you want smartcard support using sectok */
405#undef USE_SECTOK
406
407/* Define if you want smartcard support using OpenSC */
408#undef USE_OPENSC
409
410/* Define if you want to use OpenSSL's internally seeded PRNG only */
411#undef OPENSSL_PRNG_ONLY
412
413/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
414#undef WITH_ABBREV_NO_TTY
415
416/* Define if you want a different $PATH for the superuser */
417#undef SUPERUSER_PATH
418
419/* Path that unprivileged child will chroot() to in privep mode */
420#undef PRIVSEP_PATH
421
422/* Define if your platform needs to skip post auth file descriptor passing */
423#undef DISABLE_FD_PASSING
424
425/* Silly mkstemp() */
426#undef HAVE_STRICT_MKSTEMP
427
428/* Some systems put this outside of libc */
429#undef HAVE_NANOSLEEP
430
431/* Define if sshd somehow reacquires a controlling TTY after setsid() */
432#undef SSHD_ACQUIRES_CTTY
433
434/* Define if cmsg_type is not passed correctly */
435#undef BROKEN_CMSG_TYPE
436
437/*
438 * Define to whatever link() returns for "not supported" if it doesn't
439 * return EOPNOTSUPP.
440 */
441#undef LINK_OPNOTSUPP_ERRNO
442
443/* Strings used in /etc/passwd to denote locked account */
444#undef LOCKED_PASSWD_STRING
445#undef LOCKED_PASSWD_PREFIX
446#undef LOCKED_PASSWD_SUBSTR
447
448/* Define if getrrsetbyname() exists */
449#undef HAVE_GETRRSETBYNAME
450
451/* Define if HEADER.ad exists in arpa/nameser.h */
452#undef HAVE_HEADER_AD
453
454/* Define if your resolver libs need this for getrrsetbyname */
455#undef BIND_8_COMPAT
456
457/* Define if you have /proc/$pid/fd */
458#undef HAVE_PROC_PID
459
460
461/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
462 */
463#undef AIX_GETNAMEINFO_HACK
464
465/* Define to 1 if the `getpgrp' function requires zero arguments. */
466#undef GETPGRP_VOID
467
468/* Conflicting defs for getspnam */
469#undef GETSPNAM_CONFLICTING_DEFS
470
471/* Define to 1 if you have the `arc4random' function. */
472#undef HAVE_ARC4RANDOM
473
474/* Define to 1 if you have the `b64_ntop' function. */
475#undef HAVE_B64_NTOP
476
477/* Define to 1 if you have the `b64_pton' function. */
478#undef HAVE_B64_PTON
479
480/* Define to 1 if you have the `bcopy' function. */
481#undef HAVE_BCOPY
482
483/* Define to 1 if you have the `bindresvport_sa' function. */
484#undef HAVE_BINDRESVPORT_SA
485
486/* Define to 1 if you have the <bsm/audit.h> header file. */
487#undef HAVE_BSM_AUDIT_H
488
489/* Define to 1 if you have the <bstring.h> header file. */
490#undef HAVE_BSTRING_H
491
492/* Define to 1 if you have the `clock' function. */
493#undef HAVE_CLOCK
494
495/* Define to 1 if you have the `closefrom' function. */
496#undef HAVE_CLOSEFROM
497
498/* Define if gai_strerror() returns const char * */
499#undef HAVE_CONST_GAI_STRERROR_PROTO
500
501/* Define to 1 if you have the <crypt.h> header file. */
502#undef HAVE_CRYPT_H
503
504/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
505 don't. */
506#undef HAVE_DECL_AUTHENTICATE
507
508/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
509 don't. */
510#undef HAVE_DECL_H_ERRNO
511
512/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
513 don't. */
514#undef HAVE_DECL_LOGINFAILED
515
516/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
517 you don't. */
518#undef HAVE_DECL_LOGINRESTRICTIONS
519
520/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
521 don't. */
522#undef HAVE_DECL_LOGINSUCCESS
523
524/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
525 don't. */
526#undef HAVE_DECL_PASSWDEXPIRED
527
528/* Define to 1 if you have the <dirent.h> header file. */
529#undef HAVE_DIRENT_H
530
531/* Define to 1 if you have the `dirfd' function. */
532#undef HAVE_DIRFD
533
534/* Define to 1 if you have the `dirname' function. */
535#undef HAVE_DIRNAME
536
537/* Define to 1 if you have the <endian.h> header file. */
538#undef HAVE_ENDIAN_H
539
540/* Define to 1 if you have the `endutent' function. */
541#undef HAVE_ENDUTENT
542
543/* Define to 1 if you have the `endutxent' function. */
544#undef HAVE_ENDUTXENT
545
546/* Define to 1 if you have the `fchdir' function. */
547#undef HAVE_FCHDIR
548
549/* Define to 1 if you have the `fchmod' function. */
550#undef HAVE_FCHMOD
551
552/* Define to 1 if you have the `fchown' function. */
553#undef HAVE_FCHOWN
554
555/* Define to 1 if you have the <features.h> header file. */
556#undef HAVE_FEATURES_H
557
558/* Define to 1 if you have the <floatingpoint.h> header file. */
559#undef HAVE_FLOATINGPOINT_H
560
561/* Define to 1 if you have the `freeaddrinfo' function. */
562#undef HAVE_FREEADDRINFO
563
564/* Define to 1 if you have the `futimes' function. */
565#undef HAVE_FUTIMES
566
567/* Define to 1 if you have the `gai_strerror' function. */
568#undef HAVE_GAI_STRERROR
569
570/* Define to 1 if you have the `getaddrinfo' function. */
571#undef HAVE_GETADDRINFO
572
573/* Define to 1 if you have the `getaudit' function. */
574#undef HAVE_GETAUDIT
575
576/* Define to 1 if you have the `getaudit_addr' function. */
577#undef HAVE_GETAUDIT_ADDR
578
579/* Define to 1 if you have the `getcwd' function. */
580#undef HAVE_GETCWD
581
582/* Define to 1 if you have the `getgrouplist' function. */
583#undef HAVE_GETGROUPLIST
584
585/* Define to 1 if you have the `getluid' function. */
586#undef HAVE_GETLUID
587
588/* Define to 1 if you have the `getnameinfo' function. */
589#undef HAVE_GETNAMEINFO
590
591/* Define to 1 if you have the `getopt' function. */
592#undef HAVE_GETOPT
593
594/* Define to 1 if you have the <getopt.h> header file. */
595#undef HAVE_GETOPT_H
596
597/* Define to 1 if you have the `getpeereid' function. */
598#undef HAVE_GETPEEREID
599
600/* Define to 1 if you have the `getpwanam' function. */
601#undef HAVE_GETPWANAM
602
603/* Define to 1 if you have the `getrlimit' function. */
604#undef HAVE_GETRLIMIT
605
606/* Define to 1 if you have the `getrusage' function. */
607#undef HAVE_GETRUSAGE
608
609/* Define to 1 if you have the `gettimeofday' function. */
610#undef HAVE_GETTIMEOFDAY
611
612/* Define to 1 if you have the `getttyent' function. */
613#undef HAVE_GETTTYENT
614
615/* Define to 1 if you have the `getutent' function. */
616#undef HAVE_GETUTENT
617
618/* Define to 1 if you have the `getutid' function. */
619#undef HAVE_GETUTID
620
621/* Define to 1 if you have the `getutline' function. */
622#undef HAVE_GETUTLINE
623
624/* Define to 1 if you have the `getutxent' function. */
625#undef HAVE_GETUTXENT
626
627/* Define to 1 if you have the `getutxid' function. */
628#undef HAVE_GETUTXID
629
630/* Define to 1 if you have the `getutxline' function. */
631#undef HAVE_GETUTXLINE
632
633/* Define to 1 if you have the `glob' function. */
634#undef HAVE_GLOB
635
636/* Define to 1 if you have the <glob.h> header file. */
637#undef HAVE_GLOB_H
638
639/* Define to 1 if you have the <gssapi_generic.h> header file. */
640#undef HAVE_GSSAPI_GENERIC_H
641
642/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
643#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
644
645/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
646#undef HAVE_GSSAPI_GSSAPI_H
647
648/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
649#undef HAVE_GSSAPI_GSSAPI_KRB5_H
650
651/* Define to 1 if you have the <gssapi.h> header file. */
652#undef HAVE_GSSAPI_H
653
654/* Define to 1 if you have the <gssapi_krb5.h> header file. */
655#undef HAVE_GSSAPI_KRB5_H
656
657/* Define to 1 if you have the <ia.h> header file. */
658#undef HAVE_IA_H
659
660/* Define to 1 if you have the `inet_aton' function. */
661#undef HAVE_INET_ATON
662
663/* Define to 1 if you have the `inet_ntoa' function. */
664#undef HAVE_INET_NTOA
665
666/* Define to 1 if you have the `inet_ntop' function. */
667#undef HAVE_INET_NTOP
668
669/* Define to 1 if you have the `innetgr' function. */
670#undef HAVE_INNETGR
671
672/* Define to 1 if you have the <inttypes.h> header file. */
673#undef HAVE_INTTYPES_H
674
675/* Define to 1 if the system has the type `in_addr_t'. */
676#undef HAVE_IN_ADDR_T
677
678/* Define to 1 if you have the <lastlog.h> header file. */
679#undef HAVE_LASTLOG_H
680
681/* Define to 1 if you have the `bsm' library (-lbsm). */
682#undef HAVE_LIBBSM
683
684/* Define to 1 if you have the `crypt' library (-lcrypt). */
685#undef HAVE_LIBCRYPT
686
687/* Define to 1 if you have the `dl' library (-ldl). */
688#undef HAVE_LIBDL
689
690/* Define to 1 if you have the <libgen.h> header file. */
691#undef HAVE_LIBGEN_H
692
693/* Define to 1 if you have the `nsl' library (-lnsl). */
694#undef HAVE_LIBNSL
695
696/* Define to 1 if you have the `pam' library (-lpam). */
697#undef HAVE_LIBPAM
698
699/* Define to 1 if you have the `sectok' library (-lsectok). */
700#undef HAVE_LIBSECTOK
701
702/* Define to 1 if you have the `socket' library (-lsocket). */
703#undef HAVE_LIBSOCKET
704
705/* Define to 1 if you have the <libutil.h> header file. */
706#undef HAVE_LIBUTIL_H
707
708/* Define to 1 if you have the `xnet' library (-lxnet). */
709#undef HAVE_LIBXNET
710
711/* Define to 1 if you have the `z' library (-lz). */
712#undef HAVE_LIBZ
713
714/* Define to 1 if you have the <limits.h> header file. */
715#undef HAVE_LIMITS_H
716
717/* Define to 1 if you have the <login_cap.h> header file. */
718#undef HAVE_LOGIN_CAP_H
719
720/* Define to 1 if you have the `login_getcapbool' function. */
721#undef HAVE_LOGIN_GETCAPBOOL
722
723/* Define to 1 if you have the <login.h> header file. */
724#undef HAVE_LOGIN_H
725
726/* Define to 1 if you have the `logout' function. */
727#undef HAVE_LOGOUT
728
729/* Define to 1 if you have the `logwtmp' function. */
730#undef HAVE_LOGWTMP
731
732/* Define to 1 if you have the <maillock.h> header file. */
733#undef HAVE_MAILLOCK_H
734
735/* Define to 1 if you have the `md5_crypt' function. */
736#undef HAVE_MD5_CRYPT
737
738/* Define to 1 if you have the `memmove' function. */
739#undef HAVE_MEMMOVE
740
741/* Define to 1 if you have the <memory.h> header file. */
742#undef HAVE_MEMORY_H
743
744/* Define to 1 if you have the `mkdtemp' function. */
745#undef HAVE_MKDTEMP
746
747/* Define to 1 if you have the `mmap' function. */
748#undef HAVE_MMAP
749
750/* Define to 1 if you have the <ndir.h> header file. */
751#undef HAVE_NDIR_H
752
753/* Define to 1 if you have the <netdb.h> header file. */
754#undef HAVE_NETDB_H
755
756/* Define to 1 if you have the <netgroup.h> header file. */
757#undef HAVE_NETGROUP_H
758
759/* Define to 1 if you have the <netinet/in_systm.h> header file. */
760#undef HAVE_NETINET_IN_SYSTM_H
761
762/* Define to 1 if you have the `ngetaddrinfo' function. */
763#undef HAVE_NGETADDRINFO
764
765/* Define to 1 if you have the `nsleep' function. */
766#undef HAVE_NSLEEP
767
768/* Define to 1 if you have the `ogetaddrinfo' function. */
769#undef HAVE_OGETADDRINFO
770
771/* Define to 1 if you have the `openlog_r' function. */
772#undef HAVE_OPENLOG_R
773
774/* Define to 1 if you have the `openpty' function. */
775#undef HAVE_OPENPTY
776
777/* Define to 1 if you have the `pam_getenvlist' function. */
778#undef HAVE_PAM_GETENVLIST
779
780/* Define to 1 if you have the <pam/pam_appl.h> header file. */
781#undef HAVE_PAM_PAM_APPL_H
782
783/* Define to 1 if you have the `pam_putenv' function. */
784#undef HAVE_PAM_PUTENV
785
786/* Define to 1 if you have the <paths.h> header file. */
787#undef HAVE_PATHS_H
788
789/* Define to 1 if you have the `prctl' function. */
790#undef HAVE_PRCTL
791
792/* Define to 1 if you have the `pstat' function. */
793#undef HAVE_PSTAT
794
795/* Define to 1 if you have the <pty.h> header file. */
796#undef HAVE_PTY_H
797
798/* Define to 1 if you have the `pututline' function. */
799#undef HAVE_PUTUTLINE
800
801/* Define to 1 if you have the `pututxline' function. */
802#undef HAVE_PUTUTXLINE
803
804/* Define to 1 if you have the `readpassphrase' function. */
805#undef HAVE_READPASSPHRASE
806
807/* Define to 1 if you have the <readpassphrase.h> header file. */
808#undef HAVE_READPASSPHRASE_H
809
810/* Define to 1 if you have the `realpath' function. */
811#undef HAVE_REALPATH
812
813/* Define to 1 if you have the `recvmsg' function. */
814#undef HAVE_RECVMSG
815
816/* Define to 1 if you have the <rpc/types.h> header file. */
817#undef HAVE_RPC_TYPES_H
818
819/* Define to 1 if you have the `rresvport_af' function. */
820#undef HAVE_RRESVPORT_AF
821
822/* Define to 1 if you have the <sectok.h> header file. */
823#undef HAVE_SECTOK_H
824
825/* Define to 1 if you have the <security/pam_appl.h> header file. */
826#undef HAVE_SECURITY_PAM_APPL_H
827
828/* Define to 1 if you have the `sendmsg' function. */
829#undef HAVE_SENDMSG
830
831/* Define to 1 if you have the `setauthdb' function. */
832#undef HAVE_SETAUTHDB
833
834/* Define to 1 if you have the `setdtablesize' function. */
835#undef HAVE_SETDTABLESIZE
836
837/* Define to 1 if you have the `setegid' function. */
838#undef HAVE_SETEGID
839
840/* Define to 1 if you have the `setenv' function. */
841#undef HAVE_SETENV
842
843/* Define to 1 if you have the `seteuid' function. */
844#undef HAVE_SETEUID
845
846/* Define to 1 if you have the `setgroups' function. */
847#undef HAVE_SETGROUPS
848
849/* Define to 1 if you have the `setlogin' function. */
850#undef HAVE_SETLOGIN
851
852/* Define to 1 if you have the `setluid' function. */
853#undef HAVE_SETLUID
854
855/* Define to 1 if you have the `setpcred' function. */
856#undef HAVE_SETPCRED
857
858/* Define to 1 if you have the `setproctitle' function. */
859#undef HAVE_SETPROCTITLE
860
861/* Define to 1 if you have the `setregid' function. */
862#undef HAVE_SETREGID
863
864/* Define to 1 if you have the `setresgid' function. */
865#undef HAVE_SETRESGID
866
867/* Define to 1 if you have the `setresuid' function. */
868#undef HAVE_SETRESUID
869
870/* Define to 1 if you have the `setreuid' function. */
871#undef HAVE_SETREUID
872
873/* Define to 1 if you have the `setrlimit' function. */
874#undef HAVE_SETRLIMIT
875
876/* Define to 1 if you have the `setsid' function. */
877#undef HAVE_SETSID
878
879/* Define to 1 if you have the `setutent' function. */
880#undef HAVE_SETUTENT
881
882/* Define to 1 if you have the `setutxent' function. */
883#undef HAVE_SETUTXENT
884
885/* Define to 1 if you have the `setvbuf' function. */
886#undef HAVE_SETVBUF
887
888/* Define to 1 if you have the <shadow.h> header file. */
889#undef HAVE_SHADOW_H
890
891/* Define to 1 if you have the `sigaction' function. */
892#undef HAVE_SIGACTION
893
894/* Define to 1 if you have the `sigvec' function. */
895#undef HAVE_SIGVEC
896
897/* Define to 1 if the system has the type `sig_atomic_t'. */
898#undef HAVE_SIG_ATOMIC_T
899
900/* Define to 1 if you have the `snprintf' function. */
901#undef HAVE_SNPRINTF
902
903/* Define to 1 if you have the `socketpair' function. */
904#undef HAVE_SOCKETPAIR
905
906/* Define to 1 if you have the <stddef.h> header file. */
907#undef HAVE_STDDEF_H
908
909/* Define to 1 if you have the <stdint.h> header file. */
910#undef HAVE_STDINT_H
911
912/* Define to 1 if you have the <stdlib.h> header file. */
913#undef HAVE_STDLIB_H
914
915/* Define to 1 if you have the `strerror' function. */
916#undef HAVE_STRERROR
917
918/* Define to 1 if you have the `strftime' function. */
919#undef HAVE_STRFTIME
920
921/* Define to 1 if you have the <strings.h> header file. */
922#undef HAVE_STRINGS_H
923
924/* Define to 1 if you have the <string.h> header file. */
925#undef HAVE_STRING_H
926
927/* Define to 1 if you have the `strlcat' function. */
928#undef HAVE_STRLCAT
929
930/* Define to 1 if you have the `strlcpy' function. */
931#undef HAVE_STRLCPY
932
933/* Define to 1 if you have the `strmode' function. */
934#undef HAVE_STRMODE
935
936/* Define to 1 if you have the `strnvis' function. */
937#undef HAVE_STRNVIS
938
939/* Define to 1 if you have the `strsep' function. */
940#undef HAVE_STRSEP
941
942/* Define to 1 if you have the `strtoul' function. */
943#undef HAVE_STRTOUL
944
945/* Define to 1 if `st_blksize' is member of `struct stat'. */
946#undef HAVE_STRUCT_STAT_ST_BLKSIZE
947
948/* Define to 1 if the system has the type `struct timespec'. */
949#undef HAVE_STRUCT_TIMESPEC
950
951/* Define to 1 if you have the `sysconf' function. */
952#undef HAVE_SYSCONF
953
954/* Define to 1 if you have the <sys/audit.h> header file. */
955#undef HAVE_SYS_AUDIT_H
956
957/* Define to 1 if you have the <sys/bitypes.h> header file. */
958#undef HAVE_SYS_BITYPES_H
959
960/* Define to 1 if you have the <sys/bsdtty.h> header file. */
961#undef HAVE_SYS_BSDTTY_H
962
963/* Define to 1 if you have the <sys/cdefs.h> header file. */
964#undef HAVE_SYS_CDEFS_H
965
966/* Define to 1 if you have the <sys/dir.h> header file. */
967#undef HAVE_SYS_DIR_H
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/ndir.h> header file. */
973#undef HAVE_SYS_NDIR_H
974
975/* Define to 1 if you have the <sys/prctl.h> header file. */
976#undef HAVE_SYS_PRCTL_H
977
978/* Define to 1 if you have the <sys/pstat.h> header file. */
979#undef HAVE_SYS_PSTAT_H
980
981/* Define to 1 if you have the <sys/ptms.h> header file. */
982#undef HAVE_SYS_PTMS_H
983
984/* Define to 1 if you have the <sys/select.h> header file. */
985#undef HAVE_SYS_SELECT_H
986
987/* Define to 1 if you have the <sys/stat.h> header file. */
988#undef HAVE_SYS_STAT_H
989
990/* Define to 1 if you have the <sys/stream.h> header file. */
991#undef HAVE_SYS_STREAM_H
992
993/* Define to 1 if you have the <sys/stropts.h> header file. */
994#undef HAVE_SYS_STROPTS_H
995
996/* Define to 1 if you have the <sys/strtio.h> header file. */
997#undef HAVE_SYS_STRTIO_H
998
999/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1000#undef HAVE_SYS_SYSMACROS_H
1001
1002/* Define to 1 if you have the <sys/timers.h> header file. */
1003#undef HAVE_SYS_TIMERS_H
1004
1005/* Define to 1 if you have the <sys/time.h> header file. */
1006#undef HAVE_SYS_TIME_H
1007
1008/* Define to 1 if you have the <sys/types.h> header file. */
1009#undef HAVE_SYS_TYPES_H
1010
1011/* Define to 1 if you have the <sys/un.h> header file. */
1012#undef HAVE_SYS_UN_H
1013
1014/* Define to 1 if you have the `tcgetpgrp' function. */
1015#undef HAVE_TCGETPGRP
1016
1017/* Define to 1 if you have the `tcsendbreak' function. */
1018#undef HAVE_TCSENDBREAK
1019
1020/* Define to 1 if you have the `time' function. */
1021#undef HAVE_TIME
1022
1023/* Define to 1 if you have the <time.h> header file. */
1024#undef HAVE_TIME_H
1025
1026/* Define to 1 if you have the <tmpdir.h> header file. */
1027#undef HAVE_TMPDIR_H
1028
1029/* Define to 1 if you have the `truncate' function. */
1030#undef HAVE_TRUNCATE
1031
1032/* Define to 1 if you have the <ttyent.h> header file. */
1033#undef HAVE_TTYENT_H
1034
1035/* Define to 1 if you have the <unistd.h> header file. */
1036#undef HAVE_UNISTD_H
1037
1038/* Define to 1 if you have the `unsetenv' function. */
1039#undef HAVE_UNSETENV
1040
1041/* Define to 1 if you have the `updwtmp' function. */
1042#undef HAVE_UPDWTMP
1043
1044/* Define to 1 if you have the `updwtmpx' function. */
1045#undef HAVE_UPDWTMPX
1046
1047/* Define to 1 if you have the <usersec.h> header file. */
1048#undef HAVE_USERSEC_H
1049
1050/* Define to 1 if you have the <util.h> header file. */
1051#undef HAVE_UTIL_H
1052
1053/* Define to 1 if you have the `utimes' function. */
1054#undef HAVE_UTIMES
1055
1056/* Define to 1 if you have the <utime.h> header file. */
1057#undef HAVE_UTIME_H
1058
1059/* Define to 1 if you have the `utmpname' function. */
1060#undef HAVE_UTMPNAME
1061
1062/* Define to 1 if you have the `utmpxname' function. */
1063#undef HAVE_UTMPXNAME
1064
1065/* Define to 1 if you have the <utmpx.h> header file. */
1066#undef HAVE_UTMPX_H
1067
1068/* Define to 1 if you have the <utmp.h> header file. */
1069#undef HAVE_UTMP_H
1070
1071/* Define to 1 if you have the `vhangup' function. */
1072#undef HAVE_VHANGUP
1073
1074/* Define to 1 if you have the <vis.h> header file. */
1075#undef HAVE_VIS_H
1076
1077/* Define to 1 if you have the `vsnprintf' function. */
1078#undef HAVE_VSNPRINTF
1079
1080/* Define to 1 if you have the `waitpid' function. */
1081#undef HAVE_WAITPID
1082
1083/* Define to 1 if you have the `_getlong' function. */
1084#undef HAVE__GETLONG
1085
1086/* Define to 1 if you have the `_getpty' function. */
1087#undef HAVE__GETPTY
1088
1089/* Define to 1 if you have the `_getshort' function. */
1090#undef HAVE__GETSHORT
1091
1092/* Define to 1 if you have the `__b64_ntop' function. */
1093#undef HAVE___B64_NTOP
1094
1095/* Define to 1 if you have the `__b64_pton' function. */
1096#undef HAVE___B64_PTON
1097
1098/* Define to the address where bug reports for this package should be sent. */
1099#undef PACKAGE_BUGREPORT
1100
1101/* Define to the full name of this package. */
1102#undef PACKAGE_NAME
1103
1104/* Define to the full name and version of this package. */
1105#undef PACKAGE_STRING
1106
1107/* Define to the one symbol short name of this package. */
1108#undef PACKAGE_TARNAME
1109
1110/* Define to the version of this package. */
1111#undef PACKAGE_VERSION
1112
1113/* must supply username to passwd */
1114#undef PASSWD_NEEDS_USERNAME
1115
1116/* The size of a `char', as computed by sizeof. */
1117#undef SIZEOF_CHAR
1118
1119/* The size of a `int', as computed by sizeof. */
1120#undef SIZEOF_INT
1121
1122/* The size of a `long int', as computed by sizeof. */
1123#undef SIZEOF_LONG_INT
1124
1125/* The size of a `long long int', as computed by sizeof. */
1126#undef SIZEOF_LONG_LONG_INT
1127
1128/* The size of a `short int', as computed by sizeof. */
1129#undef SIZEOF_SHORT_INT
1130
1131/* Use audit debugging module */
1132#undef SSH_AUDIT_EVENTS
1133
1134/* Define to 1 if you have the ANSI C header files. */
1135#undef STDC_HEADERS
1136
1137/* Use BSM audit module */
1138#undef USE_BSM_AUDIT
1139
1140/* Use btmp to log bad logins */
1141#undef USE_BTMP
1142
1143/* Use libedit for sftp */
1144#undef USE_LIBEDIT
1145
1146/* Define to 1 if your processor stores words with the most significant byte
1147 first (like Motorola and SPARC, unlike Intel and VAX). */
1148#undef WORDS_BIGENDIAN
1149
1150/* Number of bits in a file offset, on hosts where this is settable. */
1151#undef _FILE_OFFSET_BITS
1152
1153/* Define for large files, on AIX-style hosts. */
1154#undef _LARGE_FILES
1155
1156/* log for bad login attempts */
1157#undef _PATH_BTMP
1158
1159/* Define to `__inline__' or `__inline' if that's what the C compiler
1160 calls it, or to nothing if 'inline' is not supported under any name. */
1161#ifndef __cplusplus
1162#undef inline
1163#endif
1164
1165/* type to use in place of socklen_t if not defined */
1166#undef socklen_t
1167
1168/* ******************* Shouldn't need to edit below this line ************** */
1169
1170#endif /* _CONFIG_H */