config.h revision 159458
111820Sjulian/* $FreeBSD: head/crypto/openssh/config.h 159458 2006-06-09 08:39:05Z des $ */
211820Sjulian/* config.h.  Generated by configure.  */
311820Sjulian/* config.h.in.  Generated from configure.ac by autoheader.  */
411820Sjulian
511820Sjulian/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
611820Sjulian   */
711820Sjulian/* #undef AIX_GETNAMEINFO_HACK */
811820Sjulian
911820Sjulian/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
1011820Sjulian/* #undef AIX_LOGINFAILED_4ARG */
1111820Sjulian
1211820Sjulian/* Define if your resolver libs need this for getrrsetbyname */
1311820Sjulian/* #undef BIND_8_COMPAT */
1411820Sjulian
1511820Sjulian/* Define if cmsg_type is not passed correctly */
1611820Sjulian/* #undef BROKEN_CMSG_TYPE */
1711820Sjulian
1811820Sjulian/* getaddrinfo is broken (if present) */
1911820Sjulian/* #undef BROKEN_GETADDRINFO */
2011820Sjulian
2111820Sjulian/* getgroups(0,NULL) will return -1 */
2211820Sjulian/* #undef BROKEN_GETGROUPS */
2311820Sjulian
2411820Sjulian/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
2511820Sjulian/* #undef BROKEN_INET_NTOA */
2611820Sjulian
2711820Sjulian/* ia_uinfo routines not supported by OS yet */
2811820Sjulian/* #undef BROKEN_LIBIAF */
2911820Sjulian
3011820Sjulian/* Ultrix mmap can't map files */
3111820Sjulian/* #undef BROKEN_MMAP */
3211820Sjulian
3311820Sjulian/* Define if your struct dirent expects you to allocate extra space for d_name
3411820Sjulian   */
3515248Sjhay/* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
3611820Sjulian
3711820Sjulian/* Define if you have a broken realpath. */
3811820Sjulian/* #undef BROKEN_REALPATH */
3911820Sjulian
4011820Sjulian/* Needed for NeXT */
4111820Sjulian/* #undef BROKEN_SAVED_UIDS */
4211820Sjulian
4311820Sjulian/* Define if your setregid() is broken */
4411820Sjulian/* #undef BROKEN_SETREGID */
4511820Sjulian
4611820Sjulian/* Define if your setresgid() is broken */
4711820Sjulian/* #undef BROKEN_SETRESGID */
4811820Sjulian
4911820Sjulian/* Define if your setresuid() is broken */
5011820Sjulian/* #undef BROKEN_SETRESUID */
5111820Sjulian
5211820Sjulian/* Define if your setreuid() is broken */
5311820Sjulian/* #undef BROKEN_SETREUID */
5411820Sjulian
5511820Sjulian/* LynxOS has broken setvbuf() implementation */
5611820Sjulian/* #undef BROKEN_SETVBUF */
5711820Sjulian
5811820Sjulian/* Define if your snprintf is busted */
5911820Sjulian/* #undef BROKEN_SNPRINTF */
6011820Sjulian
6115248Sjhay/* updwtmpx is broken (if present) */
6215248Sjhay/* #undef BROKEN_UPDWTMPX */
6315248Sjhay
6415248Sjhay/* Define if you have BSD auth support */
6511820Sjulian/* #undef BSD_AUTH */
6611820Sjulian
6711820Sjulian/* Define if you want to specify the path to your lastlog file */
6811820Sjulian/* #undef CONF_LASTLOG_FILE */
6911820Sjulian
7011820Sjulian/* Define if you want to specify the path to your utmpx file */
7111820Sjulian/* #undef CONF_UTMPX_FILE */
7211820Sjulian
7311820Sjulian/* Define if you want to specify the path to your utmp file */
7411820Sjulian#define CONF_UTMP_FILE "/var/run/utmp"
7511820Sjulian
7611820Sjulian/* Define if you want to specify the path to your wtmpx file */
7711820Sjulian/* #undef CONF_WTMPX_FILE */
7811820Sjulian
7911820Sjulian/* Define if you want to specify the path to your wtmp file */
8011820Sjulian#define CONF_WTMP_FILE "/var/log/wtmp"
8111820Sjulian
8211820Sjulian/* Define if your platform needs to skip post auth file descriptor passing */
8311820Sjulian/* #undef DISABLE_FD_PASSING */
8411820Sjulian
8511820Sjulian/* Define if you don't want to use lastlog */
8611820Sjulian/* #undef DISABLE_LASTLOG */
8711820Sjulian
8811820Sjulian/* Define if you don't want to use your system's login() call */
8911820Sjulian/* #undef DISABLE_LOGIN */
9011820Sjulian
9111820Sjulian/* Define if you don't want to use pututline() etc. to write [uw]tmp */
9211820Sjulian/* #undef DISABLE_PUTUTLINE */
9311820Sjulian
9411820Sjulian/* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
9511820Sjulian/* #undef DISABLE_PUTUTXLINE */
9611820Sjulian
9711820Sjulian/* Define if you want to disable shadow passwords */
9811820Sjulian/* #undef DISABLE_SHADOW */
9911820Sjulian
10011820Sjulian/* Define if you don't want to use utmp */
10111820Sjulian/* #undef DISABLE_UTMP */
10211820Sjulian
10311820Sjulian/* Define if you don't want to use utmpx */
10411820Sjulian#define DISABLE_UTMPX 1
10511820Sjulian
10611820Sjulian/* Define if you don't want to use wtmp */
10711820Sjulian/* #undef DISABLE_WTMP */
10811820Sjulian
10911820Sjulian/* Define if you don't want to use wtmpx */
11011820Sjulian#define DISABLE_WTMPX 1
11111820Sjulian
11211820Sjulian/* Workaround more Linux IPv6 quirks */
11311820Sjulian/* #undef DONT_TRY_OTHER_AF */
11411820Sjulian
11511820Sjulian/* Builtin PRNG command timeout */
11611820Sjulian#define ENTROPY_TIMEOUT_MSEC 200
11711820Sjulian
11811820Sjulian/* Define to 1 if the `getpgrp' function requires zero arguments. */
11911820Sjulian#define GETPGRP_VOID 1
12011820Sjulian
12111820Sjulian/* Conflicting defs for getspnam */
12211820Sjulian/* #undef GETSPNAM_CONFLICTING_DEFS */
12311820Sjulian
12411820Sjulian/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
12511820Sjulian#define GLOB_HAS_ALTDIRFUNC 1
12611820Sjulian
12711820Sjulian/* Define if your system glob() function has gl_matchc options in glob_t */
12811820Sjulian#define GLOB_HAS_GL_MATCHC 1
12911820Sjulian
13011820Sjulian/* Define this if you want GSSAPI support in the version 2 protocol */
13111820Sjulian/* #undef GSSAPI */
13211820Sjulian
13311820Sjulian/* Define if you want to use shadow password expire field */
13411820Sjulian/* #undef HAS_SHADOW_EXPIRE */
13511820Sjulian
13611820Sjulian/* Define if your system uses access rights style file descriptor passing */
13711820Sjulian/* #undef HAVE_ACCRIGHTS_IN_MSGHDR */
13811820Sjulian
13911820Sjulian/* Define if you have ut_addr in utmp.h */
14011820Sjulian/* #undef HAVE_ADDR_IN_UTMP */
14111820Sjulian
14211820Sjulian/* Define if you have ut_addr in utmpx.h */
14311820Sjulian/* #undef HAVE_ADDR_IN_UTMPX */
14411820Sjulian
14511820Sjulian/* Define if you have ut_addr_v6 in utmp.h */
14611820Sjulian/* #undef HAVE_ADDR_V6_IN_UTMP */
14711820Sjulian
14811820Sjulian/* Define if you have ut_addr_v6 in utmpx.h */
14911820Sjulian/* #undef HAVE_ADDR_V6_IN_UTMPX */
15011820Sjulian
15111820Sjulian/* Define to 1 if you have the `arc4random' function. */
15211820Sjulian#define HAVE_ARC4RANDOM 1
15311820Sjulian
15411820Sjulian/* Define to 1 if you have the `asprintf' function. */
15511820Sjulian#define HAVE_ASPRINTF 1
15611820Sjulian
15711820Sjulian/* OpenBSD's gcc has bounded */
15811820Sjulian/* #undef HAVE_ATTRIBUTE__BOUNDED__ */
15911820Sjulian
16011820Sjulian/* OpenBSD's gcc has sentinel */
16111820Sjulian/* #undef HAVE_ATTRIBUTE__SENTINEL__ */
16211820Sjulian
16311820Sjulian/* Define to 1 if you have the `b64_ntop' function. */
16411820Sjulian/* #undef HAVE_B64_NTOP */
16511820Sjulian
16611820Sjulian/* Define to 1 if you have the `b64_pton' function. */
16711820Sjulian/* #undef HAVE_B64_PTON */
16811820Sjulian
16911820Sjulian/* Define if you have the basename function. */
17011820Sjulian#define HAVE_BASENAME 1
17111820Sjulian
17211820Sjulian/* Define to 1 if you have the `bcopy' function. */
17311820Sjulian#define HAVE_BCOPY 1
17411820Sjulian
17511820Sjulian/* Define to 1 if you have the `bindresvport_sa' function. */
17611820Sjulian#define HAVE_BINDRESVPORT_SA 1
17711820Sjulian
17811820Sjulian/* Define to 1 if you have the <bsm/audit.h> header file. */
17911820Sjulian/* #undef HAVE_BSM_AUDIT_H */
18011820Sjulian
18111820Sjulian/* Define to 1 if you have the <bstring.h> header file. */
18211820Sjulian/* #undef HAVE_BSTRING_H */
18311820Sjulian
18411820Sjulian/* Define to 1 if you have the `clock' function. */
18511820Sjulian#define HAVE_CLOCK 1
18611820Sjulian
18711820Sjulian/* define if you have clock_t data type */
18811820Sjulian#define HAVE_CLOCK_T 1
18911820Sjulian
19011820Sjulian/* Define to 1 if you have the `closefrom' function. */
19111820Sjulian/* #undef HAVE_CLOSEFROM */
19211820Sjulian
19311820Sjulian/* Define if gai_strerror() returns const char * */
19411820Sjulian#define HAVE_CONST_GAI_STRERROR_PROTO 1
19511820Sjulian
19611820Sjulian/* Define if your system uses ancillary data style file descriptor passing */
19711820Sjulian#define HAVE_CONTROL_IN_MSGHDR 1
19811820Sjulian
19911820Sjulian/* Define to 1 if you have the <crypt.h> header file. */
20011820Sjulian/* #undef HAVE_CRYPT_H */
20111820Sjulian
20211820Sjulian/* Define if you are on Cygwin */
20311820Sjulian/* #undef HAVE_CYGWIN */
20411820Sjulian
20511820Sjulian/* Define if your libraries define daemon() */
20611820Sjulian#define HAVE_DAEMON 1
20711820Sjulian
20811820Sjulian/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
20911820Sjulian   don't. */
21011820Sjulian/* #undef HAVE_DECL_AUTHENTICATE */
21111820Sjulian
21211820Sjulian/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
21311820Sjulian   don't. */
21411820Sjulian#define HAVE_DECL_H_ERRNO 1
21511820Sjulian
21611820Sjulian/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
21711820Sjulian   don't. */
21811820Sjulian/* #undef HAVE_DECL_LOGINFAILED */
21911820Sjulian
22011820Sjulian/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
22111820Sjulian   you don't. */
22211820Sjulian/* #undef HAVE_DECL_LOGINRESTRICTIONS */
22311820Sjulian
22411820Sjulian/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
22511820Sjulian   don't. */
22611820Sjulian/* #undef HAVE_DECL_LOGINSUCCESS */
22711820Sjulian
22811820Sjulian/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
22911820Sjulian   don't. */
23011820Sjulian/* #undef HAVE_DECL_PASSWDEXPIRED */
23111820Sjulian
23211820Sjulian/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
23311820Sjulian   don't. */
23411820Sjulian/* #undef HAVE_DECL_SETAUTHDB */
23511820Sjulian
23611820Sjulian/* Define to 1 if you have the declaration of `_getlong', and to 0 if you
23711820Sjulian   don't. */
23811820Sjulian#define HAVE_DECL__GETLONG 0
23911820Sjulian
24011820Sjulian/* Define to 1 if you have the declaration of `_getshort', and to 0 if you
24111820Sjulian   don't. */
24211820Sjulian#define HAVE_DECL__GETSHORT 0
24311820Sjulian
24411820Sjulian/* Define if you have /dev/ptmx */
24511820Sjulian#define HAVE_DEV_PTMX 1
24611820Sjulian
24711820Sjulian/* Define if you have /dev/ptc */
24811820Sjulian/* #undef HAVE_DEV_PTS_AND_PTC */
24911820Sjulian
25011820Sjulian/* Define to 1 if you have the <dirent.h> header file. */
25111820Sjulian#define HAVE_DIRENT_H 1
25211820Sjulian
25311820Sjulian/* Define to 1 if you have the `dirfd' function. */
25411820Sjulian/* #undef HAVE_DIRFD */
25511820Sjulian
25611820Sjulian/* Define to 1 if you have the `dirname' function. */
25711820Sjulian#define HAVE_DIRNAME 1
25811820Sjulian
25911820Sjulian/* Define to 1 if you have the <endian.h> header file. */
26011820Sjulian/* #undef HAVE_ENDIAN_H */
26111820Sjulian
26211820Sjulian/* Define to 1 if you have the `endutent' function. */
26311820Sjulian/* #undef HAVE_ENDUTENT */
26411820Sjulian
26511820Sjulian/* Define to 1 if you have the `endutxent' function. */
26611820Sjulian/* #undef HAVE_ENDUTXENT */
26711820Sjulian
26811820Sjulian/* Define if your system has /etc/default/login */
26911820Sjulian/* #undef HAVE_ETC_DEFAULT_LOGIN */
27011820Sjulian
27111820Sjulian/* Define if you have ut_exit in utmp.h */
27211820Sjulian/* #undef HAVE_EXIT_IN_UTMP */
27311820Sjulian
27411820Sjulian/* Define to 1 if you have the `fchmod' function. */
27511820Sjulian#define HAVE_FCHMOD 1
27611820Sjulian
27711820Sjulian/* Define to 1 if you have the `fchown' function. */
27811820Sjulian#define HAVE_FCHOWN 1
27911820Sjulian
28011820Sjulian/* Define to 1 if you have the <features.h> header file. */
28111820Sjulian/* #undef HAVE_FEATURES_H */
28211820Sjulian
28311820Sjulian/* Define to 1 if you have the <floatingpoint.h> header file. */
28411820Sjulian#define HAVE_FLOATINGPOINT_H 1
28511820Sjulian
28611820Sjulian/* Define to 1 if you have the `freeaddrinfo' function. */
28711820Sjulian#define HAVE_FREEADDRINFO 1
28811820Sjulian
28911820Sjulian/* Define to 1 if you have the `futimes' function. */
29011820Sjulian#define HAVE_FUTIMES 1
29111820Sjulian
29211820Sjulian/* Define to 1 if you have the `gai_strerror' function. */
29311820Sjulian#define HAVE_GAI_STRERROR 1
29411820Sjulian
29511820Sjulian/* Define to 1 if you have the `getaddrinfo' function. */
29611820Sjulian#define HAVE_GETADDRINFO 1
29711820Sjulian
29811820Sjulian/* Define to 1 if you have the `getaudit' function. */
29911820Sjulian/* #undef HAVE_GETAUDIT */
30011820Sjulian
30111820Sjulian/* Define to 1 if you have the `getaudit_addr' function. */
30211820Sjulian/* #undef HAVE_GETAUDIT_ADDR */
30311820Sjulian
30411820Sjulian/* Define to 1 if you have the `getcwd' function. */
30511820Sjulian#define HAVE_GETCWD 1
30611820Sjulian
30711820Sjulian/* Define to 1 if you have the `getgrouplist' function. */
30811820Sjulian#define HAVE_GETGROUPLIST 1
30911820Sjulian
31011820Sjulian/* Define to 1 if you have the `getluid' function. */
31111820Sjulian/* #undef HAVE_GETLUID */
31211820Sjulian
31311820Sjulian/* Define to 1 if you have the `getnameinfo' function. */
31411820Sjulian#define HAVE_GETNAMEINFO 1
31511820Sjulian
31611820Sjulian/* Define to 1 if you have the `getopt' function. */
31711820Sjulian#define HAVE_GETOPT 1
31811820Sjulian
31911820Sjulian/* Define to 1 if you have the <getopt.h> header file. */
32011820Sjulian#define HAVE_GETOPT_H 1
32111820Sjulian
32211820Sjulian/* Define if your getopt(3) defines and uses optreset */
32311820Sjulian#define HAVE_GETOPT_OPTRESET 1
32411820Sjulian
32511820Sjulian/* Define if your libraries define getpagesize() */
32611820Sjulian#define HAVE_GETPAGESIZE 1
32711820Sjulian
32811820Sjulian/* Define to 1 if you have the `getpeereid' function. */
32911820Sjulian#define HAVE_GETPEEREID 1
33011820Sjulian
33111820Sjulian/* Define to 1 if you have the `getpwanam' function. */
33211820Sjulian/* #undef HAVE_GETPWANAM */
33311820Sjulian
33411820Sjulian/* Define to 1 if you have the `getrlimit' function. */
33511820Sjulian#define HAVE_GETRLIMIT 1
33611820Sjulian
33711820Sjulian/* Define if getrrsetbyname() exists */
33811820Sjulian/* #undef HAVE_GETRRSETBYNAME */
33911820Sjulian
34011820Sjulian/* Define to 1 if you have the `getrusage' function. */
34111820Sjulian/* #undef HAVE_GETRUSAGE */
34211820Sjulian
34311820Sjulian/* Define to 1 if you have the `gettimeofday' function. */
34411820Sjulian#define HAVE_GETTIMEOFDAY 1
34511820Sjulian
34611820Sjulian/* Define to 1 if you have the `getttyent' function. */
34711820Sjulian#define HAVE_GETTTYENT 1
34811820Sjulian
34911820Sjulian/* Define to 1 if you have the `getutent' function. */
35011820Sjulian/* #undef HAVE_GETUTENT */
35111820Sjulian
35211820Sjulian/* Define to 1 if you have the `getutid' function. */
35311820Sjulian/* #undef HAVE_GETUTID */
35411820Sjulian
35511820Sjulian/* Define to 1 if you have the `getutline' function. */
35611820Sjulian/* #undef HAVE_GETUTLINE */
35711820Sjulian
35811820Sjulian/* Define to 1 if you have the `getutxent' function. */
35911820Sjulian/* #undef HAVE_GETUTXENT */
36011820Sjulian
36111820Sjulian/* Define to 1 if you have the `getutxid' function. */
36211820Sjulian/* #undef HAVE_GETUTXID */
36311820Sjulian
36411820Sjulian/* Define to 1 if you have the `getutxline' function. */
36511820Sjulian/* #undef HAVE_GETUTXLINE */
36611820Sjulian
36711820Sjulian/* Define to 1 if you have the `glob' function. */
36811820Sjulian#define HAVE_GLOB 1
36911820Sjulian
37011820Sjulian/* Define to 1 if you have the <glob.h> header file. */
37111820Sjulian#define HAVE_GLOB_H 1
37211820Sjulian
37311820Sjulian/* Define to 1 if you have the <gssapi_generic.h> header file. */
37411820Sjulian/* #undef HAVE_GSSAPI_GENERIC_H */
37511820Sjulian
37611820Sjulian/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
37711820Sjulian/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
37811820Sjulian
37911820Sjulian/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
38011820Sjulian/* #undef HAVE_GSSAPI_GSSAPI_H */
38111820Sjulian
38211820Sjulian/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
38311820Sjulian/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
38411820Sjulian
38511820Sjulian/* Define to 1 if you have the <gssapi.h> header file. */
38611820Sjulian/* #undef HAVE_GSSAPI_H */
38711820Sjulian
38811820Sjulian/* Define to 1 if you have the <gssapi_krb5.h> header file. */
38911820Sjulian/* #undef HAVE_GSSAPI_KRB5_H */
39011820Sjulian
39111820Sjulian/* Define if HEADER.ad exists in arpa/nameser.h */
39211820Sjulian#define HAVE_HEADER_AD 1
39311820Sjulian
39411820Sjulian/* Define if you have ut_host in utmp.h */
39511820Sjulian#define HAVE_HOST_IN_UTMP 1
39611820Sjulian
39711820Sjulian/* Define if you have ut_host in utmpx.h */
39811820Sjulian/* #undef HAVE_HOST_IN_UTMPX */
39911820Sjulian
40011820Sjulian/* Define to 1 if you have the <iaf.h> header file. */
40111820Sjulian/* #undef HAVE_IAF_H */
40211820Sjulian
40311820Sjulian/* Define to 1 if you have the <ia.h> header file. */
40411820Sjulian/* #undef HAVE_IA_H */
40511820Sjulian
40611820Sjulian/* Define if you have ut_id in utmp.h */
40711820Sjulian/* #undef HAVE_ID_IN_UTMP */
40811820Sjulian
40911820Sjulian/* Define if you have ut_id in utmpx.h */
41011820Sjulian/* #undef HAVE_ID_IN_UTMPX */
41111820Sjulian
41211820Sjulian/* Define to 1 if you have the `inet_aton' function. */
41311820Sjulian#define HAVE_INET_ATON 1
41411820Sjulian
41511820Sjulian/* Define to 1 if you have the `inet_ntoa' function. */
41611820Sjulian#define HAVE_INET_NTOA 1
41711820Sjulian
41811820Sjulian/* Define to 1 if you have the `inet_ntop' function. */
41911820Sjulian#define HAVE_INET_NTOP 1
42011820Sjulian
42111820Sjulian/* Define to 1 if you have the `innetgr' function. */
42211820Sjulian#define HAVE_INNETGR 1
42311820Sjulian
42411820Sjulian/* define if you have int64_t data type */
42511820Sjulian#define HAVE_INT64_T 1
42611820Sjulian
42711820Sjulian/* Define to 1 if you have the <inttypes.h> header file. */
42811820Sjulian/* #undef HAVE_INTTYPES_H */
42911820Sjulian
43011820Sjulian/* define if you have intxx_t data type */
43111820Sjulian#define HAVE_INTXX_T 1
43211820Sjulian
43311820Sjulian/* Define to 1 if the system has the type `in_addr_t'. */
43411820Sjulian#define HAVE_IN_ADDR_T 1
43511820Sjulian
43611820Sjulian/* Define to 1 if you have the <lastlog.h> header file. */
43711820Sjulian/* #undef HAVE_LASTLOG_H */
43811820Sjulian
43911820Sjulian/* Define to 1 if you have the `bsm' library (-lbsm). */
44011820Sjulian/* #undef HAVE_LIBBSM */
44111820Sjulian
44211820Sjulian/* Define to 1 if you have the `crypt' library (-lcrypt). */
44311820Sjulian/* #undef HAVE_LIBCRYPT */
44411820Sjulian
44511820Sjulian/* Define to 1 if you have the `dl' library (-ldl). */
44611820Sjulian/* #undef HAVE_LIBDL */
44711820Sjulian
44811820Sjulian/* Define to 1 if you have the <libgen.h> header file. */
44911820Sjulian#define HAVE_LIBGEN_H 1
45011820Sjulian
45111820Sjulian/* Define to 1 if you have the `iaf' library (-liaf). */
45211820Sjulian/* #undef HAVE_LIBIAF */
45311820Sjulian
45411820Sjulian/* Define to 1 if you have the `nsl' library (-lnsl). */
45511820Sjulian/* #undef HAVE_LIBNSL */
45611820Sjulian
45711820Sjulian/* Define to 1 if you have the `pam' library (-lpam). */
45811820Sjulian#define HAVE_LIBPAM 1
45911820Sjulian
46011820Sjulian/* Define to 1 if you have the `sectok' library (-lsectok). */
46111820Sjulian/* #undef HAVE_LIBSECTOK */
46211820Sjulian
46311820Sjulian/* Define to 1 if you have the `socket' library (-lsocket). */
46411820Sjulian/* #undef HAVE_LIBSOCKET */
46511820Sjulian
46611820Sjulian/* Define to 1 if you have the <libutil.h> header file. */
46711820Sjulian#define HAVE_LIBUTIL_H 1
46811820Sjulian
46911820Sjulian/* Define to 1 if you have the `xnet' library (-lxnet). */
47011820Sjulian/* #undef HAVE_LIBXNET */
471
472/* Define to 1 if you have the `z' library (-lz). */
473#define HAVE_LIBZ 1
474
475/* Define to 1 if you have the <limits.h> header file. */
476#define HAVE_LIMITS_H 1
477
478/* Define to 1 if you have the <linux/if_tun.h> header file. */
479/* #undef HAVE_LINUX_IF_TUN_H */
480
481/* Define if your libraries define login() */
482#define HAVE_LOGIN 1
483
484/* Define to 1 if you have the <login_cap.h> header file. */
485#define HAVE_LOGIN_CAP_H 1
486
487/* Define to 1 if you have the `login_getcapbool' function. */
488#define HAVE_LOGIN_GETCAPBOOL 1
489
490/* Define to 1 if you have the <login.h> header file. */
491/* #undef HAVE_LOGIN_H */
492
493/* Define to 1 if you have the `logout' function. */
494#define HAVE_LOGOUT 1
495
496/* Define to 1 if you have the `logwtmp' function. */
497#define HAVE_LOGWTMP 1
498
499/* Define to 1 if the system has the type `long double'. */
500#define HAVE_LONG_DOUBLE 1
501
502/* Define to 1 if the system has the type `long long'. */
503#define HAVE_LONG_LONG 1
504
505/* Define to 1 if you have the <maillock.h> header file. */
506/* #undef HAVE_MAILLOCK_H */
507
508/* Define to 1 if you have the `md5_crypt' function. */
509/* #undef HAVE_MD5_CRYPT */
510
511/* Define if you want to allow MD5 passwords */
512/* #undef HAVE_MD5_PASSWORDS */
513
514/* Define to 1 if you have the `memmove' function. */
515#define HAVE_MEMMOVE 1
516
517/* Define to 1 if you have the <memory.h> header file. */
518/* #undef HAVE_MEMORY_H */
519
520/* Define to 1 if you have the `mkdtemp' function. */
521#define HAVE_MKDTEMP 1
522
523/* Define to 1 if you have the `mmap' function. */
524#define HAVE_MMAP 1
525
526/* define if you have mode_t data type */
527#define HAVE_MODE_T 1
528
529/* Some systems put nanosleep outside of libc */
530#define HAVE_NANOSLEEP 1
531
532/* Define to 1 if you have the <ndir.h> header file. */
533/* #undef HAVE_NDIR_H */
534
535/* Define to 1 if you have the <netdb.h> header file. */
536#define HAVE_NETDB_H 1
537
538/* Define to 1 if you have the <netgroup.h> header file. */
539/* #undef HAVE_NETGROUP_H */
540
541/* Define to 1 if you have the <netinet/in_systm.h> header file. */
542#define HAVE_NETINET_IN_SYSTM_H 1
543
544/* Define to 1 if you have the <net/if.h> header file. */
545#define HAVE_NET_IF_H 1
546
547/* Define if you are on NeXT */
548/* #undef HAVE_NEXT */
549
550/* Define to 1 if you have the `ngetaddrinfo' function. */
551/* #undef HAVE_NGETADDRINFO */
552
553/* Define to 1 if you have the `nsleep' function. */
554/* #undef HAVE_NSLEEP */
555
556/* Define to 1 if you have the `ogetaddrinfo' function. */
557/* #undef HAVE_OGETADDRINFO */
558
559/* Define if you have an old version of PAM which takes only one argument to
560   pam_strerror */
561/* #undef HAVE_OLD_PAM */
562
563/* Define to 1 if you have the `openlog_r' function. */
564/* #undef HAVE_OPENLOG_R */
565
566/* Define to 1 if you have the `openpty' function. */
567#define HAVE_OPENPTY 1
568
569/* Define if your ssl headers are included with #include <openssl/header.h> */
570#define HAVE_OPENSSL 1
571
572/* Define if you have Digital Unix Security Integration Architecture */
573/* #undef HAVE_OSF_SIA */
574
575/* Define to 1 if you have the `pam_getenvlist' function. */
576#define HAVE_PAM_GETENVLIST 1
577
578/* Define to 1 if you have the <pam/pam_appl.h> header file. */
579/* #undef HAVE_PAM_PAM_APPL_H */
580
581/* Define to 1 if you have the `pam_putenv' function. */
582#define HAVE_PAM_PUTENV 1
583
584/* Define to 1 if you have the <paths.h> header file. */
585#define HAVE_PATHS_H 1
586
587/* Define if you have ut_pid in utmp.h */
588/* #undef HAVE_PID_IN_UTMP */
589
590/* define if you have pid_t data type */
591#define HAVE_PID_T 1
592
593/* Define to 1 if you have the `prctl' function. */
594/* #undef HAVE_PRCTL */
595
596/* Define if you have /proc/$pid/fd */
597/* #undef HAVE_PROC_PID */
598
599/* Define to 1 if you have the `pstat' function. */
600/* #undef HAVE_PSTAT */
601
602/* Define to 1 if you have the <pty.h> header file. */
603/* #undef HAVE_PTY_H */
604
605/* Define to 1 if you have the `pututline' function. */
606/* #undef HAVE_PUTUTLINE */
607
608/* Define to 1 if you have the `pututxline' function. */
609/* #undef HAVE_PUTUTXLINE */
610
611/* Define if your password has a pw_change field */
612#define HAVE_PW_CHANGE_IN_PASSWD 1
613
614/* Define if your password has a pw_class field */
615#define HAVE_PW_CLASS_IN_PASSWD 1
616
617/* Define if your password has a pw_expire field */
618#define HAVE_PW_EXPIRE_IN_PASSWD 1
619
620/* Define to 1 if you have the `readpassphrase' function. */
621#define HAVE_READPASSPHRASE 1
622
623/* Define to 1 if you have the <readpassphrase.h> header file. */
624#define HAVE_READPASSPHRASE_H 1
625
626/* Define to 1 if you have the `realpath' function. */
627#define HAVE_REALPATH 1
628
629/* Define to 1 if you have the `recvmsg' function. */
630#define HAVE_RECVMSG 1
631
632/* Define to 1 if you have the <rpc/types.h> header file. */
633#define HAVE_RPC_TYPES_H 1
634
635/* Define to 1 if you have the `rresvport_af' function. */
636#define HAVE_RRESVPORT_AF 1
637
638/* define if you have sa_family_t data type */
639#define HAVE_SA_FAMILY_T 1
640
641/* Define to 1 if you have the <sectok.h> header file. */
642/* #undef HAVE_SECTOK_H */
643
644/* Define if you have SecureWare-based protected password database */
645/* #undef HAVE_SECUREWARE */
646
647/* Define to 1 if you have the <security/pam_appl.h> header file. */
648#define HAVE_SECURITY_PAM_APPL_H 1
649
650/* Define to 1 if you have the `sendmsg' function. */
651#define HAVE_SENDMSG 1
652
653/* Define to 1 if you have the `setauthdb' function. */
654/* #undef HAVE_SETAUTHDB */
655
656/* Define to 1 if you have the `setdtablesize' function. */
657/* #undef HAVE_SETDTABLESIZE */
658
659/* Define to 1 if you have the `setegid' function. */
660#define HAVE_SETEGID 1
661
662/* Define to 1 if you have the `setenv' function. */
663#define HAVE_SETENV 1
664
665/* Define to 1 if you have the `seteuid' function. */
666#define HAVE_SETEUID 1
667
668/* Define to 1 if you have the `setgroups' function. */
669#define HAVE_SETGROUPS 1
670
671/* Define to 1 if you have the `setlogin' function. */
672#define HAVE_SETLOGIN 1
673
674/* Define to 1 if you have the `setluid' function. */
675/* #undef HAVE_SETLUID */
676
677/* Define to 1 if you have the `setpcred' function. */
678/* #undef HAVE_SETPCRED */
679
680/* Define to 1 if you have the `setproctitle' function. */
681#define HAVE_SETPROCTITLE 1
682
683/* Define to 1 if you have the `setregid' function. */
684#define HAVE_SETREGID 1
685
686/* Define to 1 if you have the `setresgid' function. */
687#define HAVE_SETRESGID 1
688
689/* Define to 1 if you have the `setresuid' function. */
690#define HAVE_SETRESUID 1
691
692/* Define to 1 if you have the `setreuid' function. */
693#define HAVE_SETREUID 1
694
695/* Define to 1 if you have the `setrlimit' function. */
696#define HAVE_SETRLIMIT 1
697
698/* Define to 1 if you have the `setsid' function. */
699#define HAVE_SETSID 1
700
701/* Define to 1 if you have the `setutent' function. */
702/* #undef HAVE_SETUTENT */
703
704/* Define to 1 if you have the `setutxent' function. */
705/* #undef HAVE_SETUTXENT */
706
707/* Define to 1 if you have the `setvbuf' function. */
708#define HAVE_SETVBUF 1
709
710/* Define to 1 if you have the <shadow.h> header file. */
711/* #undef HAVE_SHADOW_H */
712
713/* Define to 1 if you have the `sigaction' function. */
714#define HAVE_SIGACTION 1
715
716/* Define to 1 if you have the `sigvec' function. */
717#define HAVE_SIGVEC 1
718
719/* Define to 1 if the system has the type `sig_atomic_t'. */
720#define HAVE_SIG_ATOMIC_T 1
721
722/* define if you have size_t data type */
723#define HAVE_SIZE_T 1
724
725/* Define to 1 if you have the `snprintf' function. */
726#define HAVE_SNPRINTF 1
727
728/* Define to 1 if you have the `socketpair' function. */
729#define HAVE_SOCKETPAIR 1
730
731/* Have PEERCRED socket option */
732/* #undef HAVE_SO_PEERCRED */
733
734/* define if you have ssize_t data type */
735#define HAVE_SSIZE_T 1
736
737/* Fields in struct sockaddr_storage */
738#define HAVE_SS_FAMILY_IN_SS 1
739
740/* Define to 1 if you have the <stddef.h> header file. */
741#define HAVE_STDDEF_H 1
742
743/* Define to 1 if you have the <stdint.h> header file. */
744#define HAVE_STDINT_H 1
745
746/* Define to 1 if you have the <stdlib.h> header file. */
747/* #undef HAVE_STDLIB_H */
748
749/* Define to 1 if you have the `strdup' function. */
750#define HAVE_STRDUP 1
751
752/* Define to 1 if you have the `strerror' function. */
753#define HAVE_STRERROR 1
754
755/* Define to 1 if you have the `strftime' function. */
756#define HAVE_STRFTIME 1
757
758/* Silly mkstemp() */
759/* #undef HAVE_STRICT_MKSTEMP */
760
761/* Define to 1 if you have the <strings.h> header file. */
762#define HAVE_STRINGS_H 1
763
764/* Define to 1 if you have the <string.h> header file. */
765#define HAVE_STRING_H 1
766
767/* Define to 1 if you have the `strlcat' function. */
768#define HAVE_STRLCAT 1
769
770/* Define to 1 if you have the `strlcpy' function. */
771#define HAVE_STRLCPY 1
772
773/* Define to 1 if you have the `strmode' function. */
774#define HAVE_STRMODE 1
775
776/* Define to 1 if you have the `strnvis' function. */
777/* #undef HAVE_STRNVIS */
778
779/* Define to 1 if you have the `strsep' function. */
780#define HAVE_STRSEP 1
781
782/* Define to 1 if you have the `strtoll' function. */
783#define HAVE_STRTOLL 1
784
785/* Define to 1 if you have the `strtonum' function. */
786#define HAVE_STRTONUM 1
787
788/* Define to 1 if you have the `strtoul' function. */
789#define HAVE_STRTOUL 1
790
791/* define if you have struct addrinfo data type */
792#define HAVE_STRUCT_ADDRINFO 1
793
794/* define if you have struct in6_addr data type */
795#define HAVE_STRUCT_IN6_ADDR 1
796
797/* define if you have struct sockaddr_in6 data type */
798#define HAVE_STRUCT_SOCKADDR_IN6 1
799
800/* define if you have struct sockaddr_storage data type */
801#define HAVE_STRUCT_SOCKADDR_STORAGE 1
802
803/* Define to 1 if `st_blksize' is member of `struct stat'. */
804#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
805
806/* Define to 1 if the system has the type `struct timespec'. */
807#define HAVE_STRUCT_TIMESPEC 1
808
809/* define if you have struct timeval */
810#define HAVE_STRUCT_TIMEVAL 1
811
812/* Define to 1 if you have the `sysconf' function. */
813#define HAVE_SYSCONF 1
814
815/* Define if you have syslen in utmpx.h */
816/* #undef HAVE_SYSLEN_IN_UTMPX */
817
818/* Define to 1 if you have the <sys/audit.h> header file. */
819/* #undef HAVE_SYS_AUDIT_H */
820
821/* Define to 1 if you have the <sys/bitypes.h> header file. */
822/* #undef HAVE_SYS_BITYPES_H */
823
824/* Define to 1 if you have the <sys/bsdtty.h> header file. */
825/* #undef HAVE_SYS_BSDTTY_H */
826
827/* Define to 1 if you have the <sys/cdefs.h> header file. */
828#define HAVE_SYS_CDEFS_H 1
829
830/* Define to 1 if you have the <sys/dir.h> header file. */
831#define HAVE_SYS_DIR_H 1
832
833/* Define if your system defines sys_errlist[] */
834#define HAVE_SYS_ERRLIST 1
835
836/* Define to 1 if you have the <sys/mman.h> header file. */
837#define HAVE_SYS_MMAN_H 1
838
839/* Define to 1 if you have the <sys/ndir.h> header file. */
840/* #undef HAVE_SYS_NDIR_H */
841
842/* Define if your system defines sys_nerr */
843#define HAVE_SYS_NERR 1
844
845/* Define to 1 if you have the <sys/prctl.h> header file. */
846/* #undef HAVE_SYS_PRCTL_H */
847
848/* Define to 1 if you have the <sys/pstat.h> header file. */
849/* #undef HAVE_SYS_PSTAT_H */
850
851/* Define to 1 if you have the <sys/ptms.h> header file. */
852/* #undef HAVE_SYS_PTMS_H */
853
854/* Define to 1 if you have the <sys/select.h> header file. */
855#define HAVE_SYS_SELECT_H 1
856
857/* Define to 1 if you have the <sys/stat.h> header file. */
858#define HAVE_SYS_STAT_H 1
859
860/* Define to 1 if you have the <sys/stream.h> header file. */
861/* #undef HAVE_SYS_STREAM_H */
862
863/* Define to 1 if you have the <sys/stropts.h> header file. */
864/* #undef HAVE_SYS_STROPTS_H */
865
866/* Define to 1 if you have the <sys/strtio.h> header file. */
867/* #undef HAVE_SYS_STRTIO_H */
868
869/* Force use of sys/syslog.h on Ultrix */
870/* #undef HAVE_SYS_SYSLOG_H */
871
872/* Define to 1 if you have the <sys/sysmacros.h> header file. */
873/* #undef HAVE_SYS_SYSMACROS_H */
874
875/* Define to 1 if you have the <sys/timers.h> header file. */
876#define HAVE_SYS_TIMERS_H 1
877
878/* Define to 1 if you have the <sys/time.h> header file. */
879#define HAVE_SYS_TIME_H 1
880
881/* Define to 1 if you have the <sys/types.h> header file. */
882/* #undef HAVE_SYS_TYPES_H */
883
884/* Define to 1 if you have the <sys/un.h> header file. */
885#define HAVE_SYS_UN_H 1
886
887/* Define to 1 if you have the `tcgetpgrp' function. */
888#define HAVE_TCGETPGRP 1
889
890/* Define to 1 if you have the `tcsendbreak' function. */
891#define HAVE_TCSENDBREAK 1
892
893/* Define to 1 if you have the `time' function. */
894#define HAVE_TIME 1
895
896/* Define to 1 if you have the <time.h> header file. */
897#define HAVE_TIME_H 1
898
899/* Define if you have ut_time in utmp.h */
900#define HAVE_TIME_IN_UTMP 1
901
902/* Define if you have ut_time in utmpx.h */
903/* #undef HAVE_TIME_IN_UTMPX */
904
905/* Define to 1 if you have the <tmpdir.h> header file. */
906/* #undef HAVE_TMPDIR_H */
907
908/* Define to 1 if you have the `truncate' function. */
909#define HAVE_TRUNCATE 1
910
911/* Define to 1 if you have the <ttyent.h> header file. */
912#define HAVE_TTYENT_H 1
913
914/* Define if you have ut_tv in utmp.h */
915/* #undef HAVE_TV_IN_UTMP */
916
917/* Define if you have ut_tv in utmpx.h */
918/* #undef HAVE_TV_IN_UTMPX */
919
920/* Define if you have ut_type in utmp.h */
921/* #undef HAVE_TYPE_IN_UTMP */
922
923/* Define if you have ut_type in utmpx.h */
924/* #undef HAVE_TYPE_IN_UTMPX */
925
926/* define if you have uintxx_t data type */
927#define HAVE_UINTXX_T 1
928
929/* Define to 1 if you have the <unistd.h> header file. */
930#define HAVE_UNISTD_H 1
931
932/* Define to 1 if you have the `unsetenv' function. */
933#define HAVE_UNSETENV 1
934
935/* Define to 1 if the system has the type `unsigned long long'. */
936#define HAVE_UNSIGNED_LONG_LONG 1
937
938/* Define to 1 if you have the `updwtmp' function. */
939/* #undef HAVE_UPDWTMP */
940
941/* Define to 1 if you have the `updwtmpx' function. */
942/* #undef HAVE_UPDWTMPX */
943
944/* Define to 1 if you have the <usersec.h> header file. */
945/* #undef HAVE_USERSEC_H */
946
947/* Define to 1 if you have the <util.h> header file. */
948/* #undef HAVE_UTIL_H */
949
950/* Define to 1 if you have the `utimes' function. */
951#define HAVE_UTIMES 1
952
953/* Define to 1 if you have the <utime.h> header file. */
954#define HAVE_UTIME_H 1
955
956/* Define to 1 if you have the `utmpname' function. */
957/* #undef HAVE_UTMPNAME */
958
959/* Define to 1 if you have the `utmpxname' function. */
960/* #undef HAVE_UTMPXNAME */
961
962/* Define to 1 if you have the <utmpx.h> header file. */
963/* #undef HAVE_UTMPX_H */
964
965/* Define to 1 if you have the <utmp.h> header file. */
966#define HAVE_UTMP_H 1
967
968/* define if you have u_char data type */
969#define HAVE_U_CHAR 1
970
971/* define if you have u_int data type */
972#define HAVE_U_INT 1
973
974/* define if you have u_int64_t data type */
975#define HAVE_U_INT64_T 1
976
977/* define if you have u_intxx_t data type */
978#define HAVE_U_INTXX_T 1
979
980/* Define to 1 if you have the `vasprintf' function. */
981#define HAVE_VASPRINTF 1
982
983/* Define if va_copy exists */
984#define HAVE_VA_COPY 1
985
986/* Define to 1 if you have the `vhangup' function. */
987/* #undef HAVE_VHANGUP */
988
989/* Define to 1 if you have the <vis.h> header file. */
990#define HAVE_VIS_H 1
991
992/* Define to 1 if you have the `vsnprintf' function. */
993#define HAVE_VSNPRINTF 1
994
995/* Define to 1 if you have the `waitpid' function. */
996#define HAVE_WAITPID 1
997
998/* Define to 1 if you have the `_getlong' function. */
999#define HAVE__GETLONG 1
1000
1001/* Define to 1 if you have the `_getpty' function. */
1002/* #undef HAVE__GETPTY */
1003
1004/* Define to 1 if you have the `_getshort' function. */
1005#define HAVE__GETSHORT 1
1006
1007/* Define to 1 if you have the `__b64_ntop' function. */
1008#define HAVE___B64_NTOP 1
1009
1010/* Define to 1 if you have the `__b64_pton' function. */
1011#define HAVE___B64_PTON 1
1012
1013/* Define if compiler implements __FUNCTION__ */
1014#define HAVE___FUNCTION__ 1
1015
1016/* Define if libc defines __progname */
1017#define HAVE___PROGNAME 1
1018
1019/* Fields in struct sockaddr_storage */
1020/* #undef HAVE___SS_FAMILY_IN_SS */
1021
1022/* Define if __va_copy exists */
1023/* #undef HAVE___VA_COPY */
1024
1025/* Define if compiler implements __func__ */
1026#define HAVE___func__ 1
1027
1028/* Define this if you are using the Heimdal version of Kerberos V5 */
1029/* #undef HEIMDAL */
1030
1031/* Define if you need to use IP address instead of hostname in $DISPLAY */
1032/* #undef IPADDR_IN_DISPLAY */
1033
1034/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
1035/* #undef IPV4_IN_IPV6 */
1036
1037/* Define if your system choked on IP TOS setting */
1038/* #undef IP_TOS_IS_BROKEN */
1039
1040/* Define if you want Kerberos 5 support */
1041/* #undef KRB5 */
1042
1043/* Define if you want TCP Wrappers support */
1044#define LIBWRAP 1
1045
1046/* Define to whatever link() returns for "not supported" if it doesn't return
1047   EOPNOTSUPP. */
1048/* #undef LINK_OPNOTSUPP_ERRNO */
1049
1050/* max value of long long calculated by configure */
1051/* #undef LLONG_MAX */
1052
1053/* min value of long long calculated by configure */
1054/* #undef LLONG_MIN */
1055
1056/* Account locked with pw(1) */
1057#define LOCKED_PASSWD_PREFIX "*LOCKED*"
1058
1059/* String used in /etc/passwd to denote locked account */
1060/* #undef LOCKED_PASSWD_STRING */
1061
1062/* String used in /etc/passwd to denote locked account */
1063/* #undef LOCKED_PASSWD_SUBSTR */
1064
1065/* Some versions of /bin/login need the TERM supplied on the commandline */
1066/* #undef LOGIN_NEEDS_TERM */
1067
1068/* Some systems need a utmpx entry for /bin/login to work */
1069/* #undef LOGIN_NEEDS_UTMPX */
1070
1071/* Define if your login program cannot handle end of options ("--") */
1072/* #undef LOGIN_NO_ENDOPT */
1073
1074/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1075   from environment and PATH */
1076#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login"
1077
1078/* Set this to your mail directory if you don't have maillock.h */
1079/* #undef MAIL_DIRECTORY */
1080
1081/* Define on *nto-qnx systems */
1082/* #undef MISSING_FD_MASK */
1083
1084/* Define on *nto-qnx systems */
1085/* #undef MISSING_HOWMANY */
1086
1087/* Define on *nto-qnx systems */
1088/* #undef MISSING_NFDBITS */
1089
1090/* Need setpgrp to acquire controlling tty */
1091/* #undef NEED_SETPRGP */
1092
1093/* Define if the concept of ports only accessible to superusers isn't known */
1094/* #undef NO_IPPORT_RESERVED_CONCEPT */
1095
1096/* Define if you don't want to use lastlog in session.c */
1097/* #undef NO_SSH_LASTLOG */
1098
1099/* Define if X11 doesn't support AF_UNIX sockets on that system */
1100/* #undef NO_X11_UNIX_SOCKETS */
1101
1102/* libcrypto is missing AES 192 and 256 bit functions */
1103#define OPENSSL_LOBOTOMISED_AES 1
1104
1105/* Define if you want OpenSSL's internally seeded PRNG only */
1106#define OPENSSL_PRNG_ONLY 1
1107
1108/* Define if S/Key is actually OPIE */
1109/* #undef OPIE */
1110
1111/* Define to the address where bug reports for this package should be sent. */
1112#define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org"
1113
1114/* Define to the full name of this package. */
1115#define PACKAGE_NAME "OpenSSH"
1116
1117/* Define to the full name and version of this package. */
1118#define PACKAGE_STRING "OpenSSH Portable"
1119
1120/* Define to the one symbol short name of this package. */
1121#define PACKAGE_TARNAME "openssh"
1122
1123/* Define to the version of this package. */
1124#define PACKAGE_VERSION "Portable"
1125
1126/* Define if you are using Solaris-derived PAM which passes pam_messages to
1127   the conversation function with an extra level of indirection */
1128/* #undef PAM_SUN_CODEBASE */
1129
1130/* Work around problematic Linux PAM modules handling of PAM_TTY */
1131/* #undef PAM_TTY_KLUDGE */
1132
1133/* must supply username to passwd */
1134/* #undef PASSWD_NEEDS_USERNAME */
1135
1136/* Port number of PRNGD/EGD random number socket */
1137/* #undef PRNGD_PORT */
1138
1139/* Location of PRNGD/EGD random number socket */
1140/* #undef PRNGD_SOCKET */
1141
1142/* Define if your platform breaks doing a seteuid before a setuid */
1143/* #undef SETEUID_BREAKS_SETUID */
1144
1145/* The size of a `char', as computed by sizeof. */
1146#define SIZEOF_CHAR 1
1147
1148/* The size of a `int', as computed by sizeof. */
1149#define SIZEOF_INT 4
1150
1151/* The size of a `long int', as computed by sizeof. */
1152#define SIZEOF_LONG_INT 4
1153
1154/* The size of a `long long int', as computed by sizeof. */
1155#define SIZEOF_LONG_LONG_INT 8
1156
1157/* The size of a `short int', as computed by sizeof. */
1158#define SIZEOF_SHORT_INT 2
1159
1160/* Define if you want S/Key support */
1161/* #undef SKEY */
1162
1163/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
1164/* #undef SKEYCHALLENGE_4ARG */
1165
1166/* Define if you want smartcard support */
1167/* #undef SMARTCARD */
1168
1169/* Define as const if snprintf() can declare const char *fmt */
1170#define SNPRINTF_CONST const
1171
1172/* Define to a Set Process Title type if your system is supported by
1173   bsd-setproctitle.c */
1174/* #undef SPT_TYPE */
1175
1176/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1177/* #undef SSHD_ACQUIRES_CTTY */
1178
1179/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1180/* #undef SSHPAM_CHAUTHTOK_NEEDS_RUID */
1181
1182/* Use audit debugging module */
1183/* #undef SSH_AUDIT_EVENTS */
1184
1185/* non-privileged user for privilege separation */
1186#define SSH_PRIVSEP_USER "sshd"
1187
1188/* Use tunnel device compatibility to OpenBSD */
1189/* #undef SSH_TUN_COMPAT_AF */
1190
1191/* Open tunnel devices the FreeBSD way */
1192#define SSH_TUN_FREEBSD 1
1193
1194/* Open tunnel devices the Linux tun/tap way */
1195/* #undef SSH_TUN_LINUX */
1196
1197/* No layer 2 tunnel support */
1198/* #undef SSH_TUN_NO_L2 */
1199
1200/* Open tunnel devices the OpenBSD way */
1201/* #undef SSH_TUN_OPENBSD */
1202
1203/* Prepend the address family to IP tunnel traffic */
1204/* #undef SSH_TUN_PREPEND_AF */
1205
1206/* Define to 1 if you have the ANSI C header files. */
1207/* #undef STDC_HEADERS */
1208
1209/* Define if you want a different $PATH for the superuser */
1210/* #undef SUPERUSER_PATH */
1211
1212/* Support passwords > 8 chars */
1213/* #undef UNIXWARE_LONG_PASSWORDS */
1214
1215/* Specify default $PATH */
1216/* #undef USER_PATH */
1217
1218/* Define this if you want to use libkafs' AFS support */
1219/* #undef USE_AFS */
1220
1221/* Use BSM audit module */
1222/* #undef USE_BSM_AUDIT */
1223
1224/* Use btmp to log bad logins */
1225/* #undef USE_BTMP */
1226
1227/* Use libedit for sftp */
1228#define USE_LIBEDIT 1
1229
1230/* Define if you want smartcard support using OpenSC */
1231/* #undef USE_OPENSC */
1232
1233/* Define if you want to enable PAM support */
1234#define USE_PAM 1
1235
1236/* Use PIPES instead of a socketpair() */
1237/* #undef USE_PIPES */
1238
1239/* Define if you want smartcard support using sectok */
1240/* #undef USE_SECTOK */
1241
1242/* Define if you shouldn't strip 'tty' from your ttyname in [uw]tmp */
1243/* #undef WITH_ABBREV_NO_TTY */
1244
1245/* Define if you want to enable AIX4's authenticate function */
1246/* #undef WITH_AIXAUTHENTICATE */
1247
1248/* Define if you have/want arrays (cluster-wide session managment, not C
1249   arrays) */
1250/* #undef WITH_IRIX_ARRAY */
1251
1252/* Define if you want IRIX audit trails */
1253/* #undef WITH_IRIX_AUDIT */
1254
1255/* Define if you want IRIX kernel jobs */
1256/* #undef WITH_IRIX_JOBS */
1257
1258/* Define if you want IRIX project management */
1259/* #undef WITH_IRIX_PROJECT */
1260
1261/* Define to 1 if your processor stores words with the most significant byte
1262   first (like Motorola and SPARC, unlike Intel and VAX). */
1263/* #undef WORDS_BIGENDIAN */
1264
1265/* Define if xauth is found in your path */
1266#define XAUTH_PATH "/usr/X11R6/bin/xauth"
1267
1268/* Number of bits in a file offset, on hosts where this is settable. */
1269/* #undef _FILE_OFFSET_BITS */
1270
1271/* Define for large files, on AIX-style hosts. */
1272/* #undef _LARGE_FILES */
1273
1274/* log for bad login attempts */
1275/* #undef _PATH_BTMP */
1276
1277/* Full path of your "passwd" program */
1278#define _PATH_PASSWD_PROG "/usr/bin/passwd"
1279
1280/* Specify location of ssh.pid */
1281#define _PATH_SSH_PIDDIR "/var/run"
1282
1283/* Define if we don't have struct __res_state in resolv.h */
1284/* #undef __res_state */
1285
1286/* Define to `__inline__' or `__inline' if that's what the C compiler
1287   calls it, or to nothing if 'inline' is not supported under any name.  */
1288#ifndef __cplusplus
1289/* #undef inline */
1290#endif
1291
1292/* type to use in place of socklen_t if not defined */
1293/* #undef socklen_t */
1294