summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-30 21:44:32 +0000
committerColin Watson <cjwatson@debian.org>2005-05-30 21:44:32 +0000
commita55bd782aa819b7f5ae716de000f19f4f531850e (patch)
tree12638b19bc0ed9c8d48541d460693ab0fbb58e89 /config.h.in
parentfe9489f7e522f780f3fa5c2f28208124d193398c (diff)
parent5d05471f6657646d1d6500c7c43134462c407ee6 (diff)
Import OpenSSH 4.1p1.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1177
1 files changed, 1177 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 000000000..400561d6a
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,1177 @@
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 declaration of `setauthdb', and to 0 if you
529 don't. */
530#undef HAVE_DECL_SETAUTHDB
531
532/* Define to 1 if you have the <dirent.h> header file. */
533#undef HAVE_DIRENT_H
534
535/* Define to 1 if you have the `dirfd' function. */
536#undef HAVE_DIRFD
537
538/* Define to 1 if you have the `dirname' function. */
539#undef HAVE_DIRNAME
540
541/* Define to 1 if you have the <endian.h> header file. */
542#undef HAVE_ENDIAN_H
543
544/* Define to 1 if you have the `endutent' function. */
545#undef HAVE_ENDUTENT
546
547/* Define to 1 if you have the `endutxent' function. */
548#undef HAVE_ENDUTXENT
549
550/* Define to 1 if you have the `fchdir' function. */
551#undef HAVE_FCHDIR
552
553/* Define to 1 if you have the `fchmod' function. */
554#undef HAVE_FCHMOD
555
556/* Define to 1 if you have the `fchown' function. */
557#undef HAVE_FCHOWN
558
559/* Define to 1 if you have the <features.h> header file. */
560#undef HAVE_FEATURES_H
561
562/* Define to 1 if you have the <floatingpoint.h> header file. */
563#undef HAVE_FLOATINGPOINT_H
564
565/* Define to 1 if you have the `freeaddrinfo' function. */
566#undef HAVE_FREEADDRINFO
567
568/* Define to 1 if you have the `futimes' function. */
569#undef HAVE_FUTIMES
570
571/* Define to 1 if you have the `gai_strerror' function. */
572#undef HAVE_GAI_STRERROR
573
574/* Define to 1 if you have the `getaddrinfo' function. */
575#undef HAVE_GETADDRINFO
576
577/* Define to 1 if you have the `getaudit' function. */
578#undef HAVE_GETAUDIT
579
580/* Define to 1 if you have the `getaudit_addr' function. */
581#undef HAVE_GETAUDIT_ADDR
582
583/* Define to 1 if you have the `getcwd' function. */
584#undef HAVE_GETCWD
585
586/* Define to 1 if you have the `getgrouplist' function. */
587#undef HAVE_GETGROUPLIST
588
589/* Define to 1 if you have the `getluid' function. */
590#undef HAVE_GETLUID
591
592/* Define to 1 if you have the `getnameinfo' function. */
593#undef HAVE_GETNAMEINFO
594
595/* Define to 1 if you have the `getopt' function. */
596#undef HAVE_GETOPT
597
598/* Define to 1 if you have the <getopt.h> header file. */
599#undef HAVE_GETOPT_H
600
601/* Define to 1 if you have the `getpeereid' function. */
602#undef HAVE_GETPEEREID
603
604/* Define to 1 if you have the `getpwanam' function. */
605#undef HAVE_GETPWANAM
606
607/* Define to 1 if you have the `getrlimit' function. */
608#undef HAVE_GETRLIMIT
609
610/* Define to 1 if you have the `getrusage' function. */
611#undef HAVE_GETRUSAGE
612
613/* Define to 1 if you have the `gettimeofday' function. */
614#undef HAVE_GETTIMEOFDAY
615
616/* Define to 1 if you have the `getttyent' function. */
617#undef HAVE_GETTTYENT
618
619/* Define to 1 if you have the `getutent' function. */
620#undef HAVE_GETUTENT
621
622/* Define to 1 if you have the `getutid' function. */
623#undef HAVE_GETUTID
624
625/* Define to 1 if you have the `getutline' function. */
626#undef HAVE_GETUTLINE
627
628/* Define to 1 if you have the `getutxent' function. */
629#undef HAVE_GETUTXENT
630
631/* Define to 1 if you have the `getutxid' function. */
632#undef HAVE_GETUTXID
633
634/* Define to 1 if you have the `getutxline' function. */
635#undef HAVE_GETUTXLINE
636
637/* Define to 1 if you have the `glob' function. */
638#undef HAVE_GLOB
639
640/* Define to 1 if you have the <glob.h> header file. */
641#undef HAVE_GLOB_H
642
643/* Define to 1 if you have the <gssapi_generic.h> header file. */
644#undef HAVE_GSSAPI_GENERIC_H
645
646/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
647#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
648
649/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
650#undef HAVE_GSSAPI_GSSAPI_H
651
652/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
653#undef HAVE_GSSAPI_GSSAPI_KRB5_H
654
655/* Define to 1 if you have the <gssapi.h> header file. */
656#undef HAVE_GSSAPI_H
657
658/* Define to 1 if you have the <gssapi_krb5.h> header file. */
659#undef HAVE_GSSAPI_KRB5_H
660
661/* Define to 1 if you have the <ia.h> header file. */
662#undef HAVE_IA_H
663
664/* Define to 1 if you have the `inet_aton' function. */
665#undef HAVE_INET_ATON
666
667/* Define to 1 if you have the `inet_ntoa' function. */
668#undef HAVE_INET_NTOA
669
670/* Define to 1 if you have the `inet_ntop' function. */
671#undef HAVE_INET_NTOP
672
673/* Define to 1 if you have the `innetgr' function. */
674#undef HAVE_INNETGR
675
676/* Define to 1 if you have the <inttypes.h> header file. */
677#undef HAVE_INTTYPES_H
678
679/* Define to 1 if the system has the type `in_addr_t'. */
680#undef HAVE_IN_ADDR_T
681
682/* Define to 1 if you have the <lastlog.h> header file. */
683#undef HAVE_LASTLOG_H
684
685/* Define to 1 if you have the `bsm' library (-lbsm). */
686#undef HAVE_LIBBSM
687
688/* Define to 1 if you have the `crypt' library (-lcrypt). */
689#undef HAVE_LIBCRYPT
690
691/* Define to 1 if you have the `dl' library (-ldl). */
692#undef HAVE_LIBDL
693
694/* Define to 1 if you have the <libgen.h> header file. */
695#undef HAVE_LIBGEN_H
696
697/* Define to 1 if you have the `nsl' library (-lnsl). */
698#undef HAVE_LIBNSL
699
700/* Define to 1 if you have the `pam' library (-lpam). */
701#undef HAVE_LIBPAM
702
703/* Define to 1 if you have the `sectok' library (-lsectok). */
704#undef HAVE_LIBSECTOK
705
706/* Define to 1 if you have the `socket' library (-lsocket). */
707#undef HAVE_LIBSOCKET
708
709/* Define to 1 if you have the <libutil.h> header file. */
710#undef HAVE_LIBUTIL_H
711
712/* Define to 1 if you have the `xnet' library (-lxnet). */
713#undef HAVE_LIBXNET
714
715/* Define to 1 if you have the `z' library (-lz). */
716#undef HAVE_LIBZ
717
718/* Define to 1 if you have the <limits.h> header file. */
719#undef HAVE_LIMITS_H
720
721/* Define to 1 if you have the <login_cap.h> header file. */
722#undef HAVE_LOGIN_CAP_H
723
724/* Define to 1 if you have the `login_getcapbool' function. */
725#undef HAVE_LOGIN_GETCAPBOOL
726
727/* Define to 1 if you have the <login.h> header file. */
728#undef HAVE_LOGIN_H
729
730/* Define to 1 if you have the `logout' function. */
731#undef HAVE_LOGOUT
732
733/* Define to 1 if you have the `logwtmp' function. */
734#undef HAVE_LOGWTMP
735
736/* Define to 1 if you have the <maillock.h> header file. */
737#undef HAVE_MAILLOCK_H
738
739/* Define to 1 if you have the `md5_crypt' function. */
740#undef HAVE_MD5_CRYPT
741
742/* Define to 1 if you have the `memmove' function. */
743#undef HAVE_MEMMOVE
744
745/* Define to 1 if you have the <memory.h> header file. */
746#undef HAVE_MEMORY_H
747
748/* Define to 1 if you have the `mkdtemp' function. */
749#undef HAVE_MKDTEMP
750
751/* Define to 1 if you have the `mmap' function. */
752#undef HAVE_MMAP
753
754/* Define to 1 if you have the <ndir.h> header file. */
755#undef HAVE_NDIR_H
756
757/* Define to 1 if you have the <netdb.h> header file. */
758#undef HAVE_NETDB_H
759
760/* Define to 1 if you have the <netgroup.h> header file. */
761#undef HAVE_NETGROUP_H
762
763/* Define to 1 if you have the <netinet/in_systm.h> header file. */
764#undef HAVE_NETINET_IN_SYSTM_H
765
766/* Define to 1 if you have the `ngetaddrinfo' function. */
767#undef HAVE_NGETADDRINFO
768
769/* Define to 1 if you have the `nsleep' function. */
770#undef HAVE_NSLEEP
771
772/* Define to 1 if you have the `ogetaddrinfo' function. */
773#undef HAVE_OGETADDRINFO
774
775/* Define to 1 if you have the `openlog_r' function. */
776#undef HAVE_OPENLOG_R
777
778/* Define to 1 if you have the `openpty' function. */
779#undef HAVE_OPENPTY
780
781/* Define to 1 if you have the `pam_getenvlist' function. */
782#undef HAVE_PAM_GETENVLIST
783
784/* Define to 1 if you have the <pam/pam_appl.h> header file. */
785#undef HAVE_PAM_PAM_APPL_H
786
787/* Define to 1 if you have the `pam_putenv' function. */
788#undef HAVE_PAM_PUTENV
789
790/* Define to 1 if you have the <paths.h> header file. */
791#undef HAVE_PATHS_H
792
793/* Define to 1 if you have the `prctl' function. */
794#undef HAVE_PRCTL
795
796/* Define to 1 if you have the `pstat' function. */
797#undef HAVE_PSTAT
798
799/* Define to 1 if you have the <pty.h> header file. */
800#undef HAVE_PTY_H
801
802/* Define to 1 if you have the `pututline' function. */
803#undef HAVE_PUTUTLINE
804
805/* Define to 1 if you have the `pututxline' function. */
806#undef HAVE_PUTUTXLINE
807
808/* Define to 1 if you have the `readpassphrase' function. */
809#undef HAVE_READPASSPHRASE
810
811/* Define to 1 if you have the <readpassphrase.h> header file. */
812#undef HAVE_READPASSPHRASE_H
813
814/* Define to 1 if you have the `realpath' function. */
815#undef HAVE_REALPATH
816
817/* Define to 1 if you have the `recvmsg' function. */
818#undef HAVE_RECVMSG
819
820/* Define to 1 if you have the <rpc/types.h> header file. */
821#undef HAVE_RPC_TYPES_H
822
823/* Define to 1 if you have the `rresvport_af' function. */
824#undef HAVE_RRESVPORT_AF
825
826/* Define to 1 if you have the <sectok.h> header file. */
827#undef HAVE_SECTOK_H
828
829/* Define to 1 if you have the <security/pam_appl.h> header file. */
830#undef HAVE_SECURITY_PAM_APPL_H
831
832/* Define to 1 if you have the `sendmsg' function. */
833#undef HAVE_SENDMSG
834
835/* Define to 1 if you have the `setauthdb' function. */
836#undef HAVE_SETAUTHDB
837
838/* Define to 1 if you have the `setdtablesize' function. */
839#undef HAVE_SETDTABLESIZE
840
841/* Define to 1 if you have the `setegid' function. */
842#undef HAVE_SETEGID
843
844/* Define to 1 if you have the `setenv' function. */
845#undef HAVE_SETENV
846
847/* Define to 1 if you have the `seteuid' function. */
848#undef HAVE_SETEUID
849
850/* Define to 1 if you have the `setgroups' function. */
851#undef HAVE_SETGROUPS
852
853/* Define to 1 if you have the `setlogin' function. */
854#undef HAVE_SETLOGIN
855
856/* Define to 1 if you have the `setluid' function. */
857#undef HAVE_SETLUID
858
859/* Define to 1 if you have the `setpcred' function. */
860#undef HAVE_SETPCRED
861
862/* Define to 1 if you have the `setproctitle' function. */
863#undef HAVE_SETPROCTITLE
864
865/* Define to 1 if you have the `setregid' function. */
866#undef HAVE_SETREGID
867
868/* Define to 1 if you have the `setresgid' function. */
869#undef HAVE_SETRESGID
870
871/* Define to 1 if you have the `setresuid' function. */
872#undef HAVE_SETRESUID
873
874/* Define to 1 if you have the `setreuid' function. */
875#undef HAVE_SETREUID
876
877/* Define to 1 if you have the `setrlimit' function. */
878#undef HAVE_SETRLIMIT
879
880/* Define to 1 if you have the `setsid' function. */
881#undef HAVE_SETSID
882
883/* Define to 1 if you have the `setutent' function. */
884#undef HAVE_SETUTENT
885
886/* Define to 1 if you have the `setutxent' function. */
887#undef HAVE_SETUTXENT
888
889/* Define to 1 if you have the `setvbuf' function. */
890#undef HAVE_SETVBUF
891
892/* Define to 1 if you have the <shadow.h> header file. */
893#undef HAVE_SHADOW_H
894
895/* Define to 1 if you have the `sigaction' function. */
896#undef HAVE_SIGACTION
897
898/* Define to 1 if you have the `sigvec' function. */
899#undef HAVE_SIGVEC
900
901/* Define to 1 if the system has the type `sig_atomic_t'. */
902#undef HAVE_SIG_ATOMIC_T
903
904/* Define to 1 if you have the `snprintf' function. */
905#undef HAVE_SNPRINTF
906
907/* Define to 1 if you have the `socketpair' function. */
908#undef HAVE_SOCKETPAIR
909
910/* Have PEERCRED socket option */
911#undef HAVE_SO_PEERCRED
912
913/* Define to 1 if you have the <stddef.h> header file. */
914#undef HAVE_STDDEF_H
915
916/* Define to 1 if you have the <stdint.h> header file. */
917#undef HAVE_STDINT_H
918
919/* Define to 1 if you have the <stdlib.h> header file. */
920#undef HAVE_STDLIB_H
921
922/* Define to 1 if you have the `strerror' function. */
923#undef HAVE_STRERROR
924
925/* Define to 1 if you have the `strftime' function. */
926#undef HAVE_STRFTIME
927
928/* Define to 1 if you have the <strings.h> header file. */
929#undef HAVE_STRINGS_H
930
931/* Define to 1 if you have the <string.h> header file. */
932#undef HAVE_STRING_H
933
934/* Define to 1 if you have the `strlcat' function. */
935#undef HAVE_STRLCAT
936
937/* Define to 1 if you have the `strlcpy' function. */
938#undef HAVE_STRLCPY
939
940/* Define to 1 if you have the `strmode' function. */
941#undef HAVE_STRMODE
942
943/* Define to 1 if you have the `strnvis' function. */
944#undef HAVE_STRNVIS
945
946/* Define to 1 if you have the `strsep' function. */
947#undef HAVE_STRSEP
948
949/* Define to 1 if you have the `strtoul' function. */
950#undef HAVE_STRTOUL
951
952/* Define to 1 if `st_blksize' is member of `struct stat'. */
953#undef HAVE_STRUCT_STAT_ST_BLKSIZE
954
955/* Define to 1 if the system has the type `struct timespec'. */
956#undef HAVE_STRUCT_TIMESPEC
957
958/* Define to 1 if you have the `sysconf' function. */
959#undef HAVE_SYSCONF
960
961/* Define to 1 if you have the <sys/audit.h> header file. */
962#undef HAVE_SYS_AUDIT_H
963
964/* Define to 1 if you have the <sys/bitypes.h> header file. */
965#undef HAVE_SYS_BITYPES_H
966
967/* Define to 1 if you have the <sys/bsdtty.h> header file. */
968#undef HAVE_SYS_BSDTTY_H
969
970/* Define to 1 if you have the <sys/cdefs.h> header file. */
971#undef HAVE_SYS_CDEFS_H
972
973/* Define to 1 if you have the <sys/dir.h> header file. */
974#undef HAVE_SYS_DIR_H
975
976/* Define to 1 if you have the <sys/mman.h> header file. */
977#undef HAVE_SYS_MMAN_H
978
979/* Define to 1 if you have the <sys/ndir.h> header file. */
980#undef HAVE_SYS_NDIR_H
981
982/* Define to 1 if you have the <sys/prctl.h> header file. */
983#undef HAVE_SYS_PRCTL_H
984
985/* Define to 1 if you have the <sys/pstat.h> header file. */
986#undef HAVE_SYS_PSTAT_H
987
988/* Define to 1 if you have the <sys/ptms.h> header file. */
989#undef HAVE_SYS_PTMS_H
990
991/* Define to 1 if you have the <sys/select.h> header file. */
992#undef HAVE_SYS_SELECT_H
993
994/* Define to 1 if you have the <sys/stat.h> header file. */
995#undef HAVE_SYS_STAT_H
996
997/* Define to 1 if you have the <sys/stream.h> header file. */
998#undef HAVE_SYS_STREAM_H
999
1000/* Define to 1 if you have the <sys/stropts.h> header file. */
1001#undef HAVE_SYS_STROPTS_H
1002
1003/* Define to 1 if you have the <sys/strtio.h> header file. */
1004#undef HAVE_SYS_STRTIO_H
1005
1006/* Define to 1 if you have the <sys/sysmacros.h> header file. */
1007#undef HAVE_SYS_SYSMACROS_H
1008
1009/* Define to 1 if you have the <sys/timers.h> header file. */
1010#undef HAVE_SYS_TIMERS_H
1011
1012/* Define to 1 if you have the <sys/time.h> header file. */
1013#undef HAVE_SYS_TIME_H
1014
1015/* Define to 1 if you have the <sys/types.h> header file. */
1016#undef HAVE_SYS_TYPES_H
1017
1018/* Define to 1 if you have the <sys/un.h> header file. */
1019#undef HAVE_SYS_UN_H
1020
1021/* Define to 1 if you have the `tcgetpgrp' function. */
1022#undef HAVE_TCGETPGRP
1023
1024/* Define to 1 if you have the `tcsendbreak' function. */
1025#undef HAVE_TCSENDBREAK
1026
1027/* Define to 1 if you have the `time' function. */
1028#undef HAVE_TIME
1029
1030/* Define to 1 if you have the <time.h> header file. */
1031#undef HAVE_TIME_H
1032
1033/* Define to 1 if you have the <tmpdir.h> header file. */
1034#undef HAVE_TMPDIR_H
1035
1036/* Define to 1 if you have the `truncate' function. */
1037#undef HAVE_TRUNCATE
1038
1039/* Define to 1 if you have the <ttyent.h> header file. */
1040#undef HAVE_TTYENT_H
1041
1042/* Define to 1 if you have the <unistd.h> header file. */
1043#undef HAVE_UNISTD_H
1044
1045/* Define to 1 if you have the `unsetenv' function. */
1046#undef HAVE_UNSETENV
1047
1048/* Define to 1 if you have the `updwtmp' function. */
1049#undef HAVE_UPDWTMP
1050
1051/* Define to 1 if you have the `updwtmpx' function. */
1052#undef HAVE_UPDWTMPX
1053
1054/* Define to 1 if you have the <usersec.h> header file. */
1055#undef HAVE_USERSEC_H
1056
1057/* Define to 1 if you have the <util.h> header file. */
1058#undef HAVE_UTIL_H
1059
1060/* Define to 1 if you have the `utimes' function. */
1061#undef HAVE_UTIMES
1062
1063/* Define to 1 if you have the <utime.h> header file. */
1064#undef HAVE_UTIME_H
1065
1066/* Define to 1 if you have the `utmpname' function. */
1067#undef HAVE_UTMPNAME
1068
1069/* Define to 1 if you have the `utmpxname' function. */
1070#undef HAVE_UTMPXNAME
1071
1072/* Define to 1 if you have the <utmpx.h> header file. */
1073#undef HAVE_UTMPX_H
1074
1075/* Define to 1 if you have the <utmp.h> header file. */
1076#undef HAVE_UTMP_H
1077
1078/* Define to 1 if you have the `vhangup' function. */
1079#undef HAVE_VHANGUP
1080
1081/* Define to 1 if you have the <vis.h> header file. */
1082#undef HAVE_VIS_H
1083
1084/* Define to 1 if you have the `vsnprintf' function. */
1085#undef HAVE_VSNPRINTF
1086
1087/* Define to 1 if you have the `waitpid' function. */
1088#undef HAVE_WAITPID
1089
1090/* Define to 1 if you have the `_getlong' function. */
1091#undef HAVE__GETLONG
1092
1093/* Define to 1 if you have the `_getpty' function. */
1094#undef HAVE__GETPTY
1095
1096/* Define to 1 if you have the `_getshort' function. */
1097#undef HAVE__GETSHORT
1098
1099/* Define to 1 if you have the `__b64_ntop' function. */
1100#undef HAVE___B64_NTOP
1101
1102/* Define to 1 if you have the `__b64_pton' function. */
1103#undef HAVE___B64_PTON
1104
1105/* Define to the address where bug reports for this package should be sent. */
1106#undef PACKAGE_BUGREPORT
1107
1108/* Define to the full name of this package. */
1109#undef PACKAGE_NAME
1110
1111/* Define to the full name and version of this package. */
1112#undef PACKAGE_STRING
1113
1114/* Define to the one symbol short name of this package. */
1115#undef PACKAGE_TARNAME
1116
1117/* Define to the version of this package. */
1118#undef PACKAGE_VERSION
1119
1120/* must supply username to passwd */
1121#undef PASSWD_NEEDS_USERNAME
1122
1123/* The size of a `char', as computed by sizeof. */
1124#undef SIZEOF_CHAR
1125
1126/* The size of a `int', as computed by sizeof. */
1127#undef SIZEOF_INT
1128
1129/* The size of a `long int', as computed by sizeof. */
1130#undef SIZEOF_LONG_INT
1131
1132/* The size of a `long long int', as computed by sizeof. */
1133#undef SIZEOF_LONG_LONG_INT
1134
1135/* The size of a `short int', as computed by sizeof. */
1136#undef SIZEOF_SHORT_INT
1137
1138/* Use audit debugging module */
1139#undef SSH_AUDIT_EVENTS
1140
1141/* Define to 1 if you have the ANSI C header files. */
1142#undef STDC_HEADERS
1143
1144/* Use BSM audit module */
1145#undef USE_BSM_AUDIT
1146
1147/* Use btmp to log bad logins */
1148#undef USE_BTMP
1149
1150/* Use libedit for sftp */
1151#undef USE_LIBEDIT
1152
1153/* Define to 1 if your processor stores words with the most significant byte
1154 first (like Motorola and SPARC, unlike Intel and VAX). */
1155#undef WORDS_BIGENDIAN
1156
1157/* Number of bits in a file offset, on hosts where this is settable. */
1158#undef _FILE_OFFSET_BITS
1159
1160/* Define for large files, on AIX-style hosts. */
1161#undef _LARGE_FILES
1162
1163/* log for bad login attempts */
1164#undef _PATH_BTMP
1165
1166/* Define to `__inline__' or `__inline' if that's what the C compiler
1167 calls it, or to nothing if 'inline' is not supported under any name. */
1168#ifndef __cplusplus
1169#undef inline
1170#endif
1171
1172/* type to use in place of socklen_t if not defined */
1173#undef socklen_t
1174
1175/* ******************* Shouldn't need to edit below this line ************** */
1176
1177#endif /* _CONFIG_H */