summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-12-20 00:22:52 +0000
committerColin Watson <cjwatson@debian.org>2016-12-20 00:22:52 +0000
commit971a7653746a6972b907dfe0ce139c06e4a6f482 (patch)
tree70fb964265d57ae4967be55b75dbb2a122e9b969 /config.h.in
parenta8ed8d256b2e2c05b0c15565a7938028c5192277 (diff)
parent4a354fc231174901f2629437c2a6e924a2dd6772 (diff)
Import openssh_7.4p1.orig.tar.gz
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in64
1 files changed, 38 insertions, 26 deletions
diff --git a/config.h.in b/config.h.in
index 39d018f4c..75e02ab45 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,8 @@
1/* config.h.in. Generated from configure.ac by autoheader. */ 1/* config.h.in. Generated from configure.ac by autoheader. */
2 2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
3/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address 6/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
4 */ 7 */
5#undef AIX_GETNAMEINFO_HACK 8#undef AIX_GETNAMEINFO_HACK
@@ -34,9 +37,6 @@
34/* ia_uinfo routines not supported by OS yet */ 37/* ia_uinfo routines not supported by OS yet */
35#undef BROKEN_LIBIAF 38#undef BROKEN_LIBIAF
36 39
37/* Ultrix mmap can't map files */
38#undef BROKEN_MMAP
39
40/* Define if your struct dirent expects you to allocate extra space for d_name 40/* Define if your struct dirent expects you to allocate extra space for d_name
41 */ 41 */
42#undef BROKEN_ONE_BYTE_DIRENT_D_NAME 42#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
@@ -75,7 +75,7 @@
75/* Define if your snprintf is busted */ 75/* Define if your snprintf is busted */
76#undef BROKEN_SNPRINTF 76#undef BROKEN_SNPRINTF
77 77
78/* missing VIS_ALL */ 78/* strnvis detected broken */
79#undef BROKEN_STRNVIS 79#undef BROKEN_STRNVIS
80 80
81/* tcgetattr with ICANON may hang */ 81/* tcgetattr with ICANON may hang */
@@ -790,9 +790,6 @@
790/* Define to 1 if you have the `mkdtemp' function. */ 790/* Define to 1 if you have the `mkdtemp' function. */
791#undef HAVE_MKDTEMP 791#undef HAVE_MKDTEMP
792 792
793/* Define to 1 if you have the `mmap' function. */
794#undef HAVE_MMAP
795
796/* define if you have mode_t data type */ 793/* define if you have mode_t data type */
797#undef HAVE_MODE_T 794#undef HAVE_MODE_T
798 795
@@ -1073,6 +1070,9 @@
1073/* Define to 1 if you have the <stdlib.h> header file. */ 1070/* Define to 1 if you have the <stdlib.h> header file. */
1074#undef HAVE_STDLIB_H 1071#undef HAVE_STDLIB_H
1075 1072
1073/* Define to 1 if you have the `strcasestr' function. */
1074#undef HAVE_STRCASESTR
1075
1076/* Define to 1 if you have the `strdup' function. */ 1076/* Define to 1 if you have the `strdup' function. */
1077#undef HAVE_STRDUP 1077#undef HAVE_STRDUP
1078 1078
@@ -1130,28 +1130,28 @@
1130/* define if you have struct in6_addr data type */ 1130/* define if you have struct in6_addr data type */
1131#undef HAVE_STRUCT_IN6_ADDR 1131#undef HAVE_STRUCT_IN6_ADDR
1132 1132
1133/* Define to 1 if `pw_change' is member of `struct passwd'. */ 1133/* Define to 1 if `pw_change' is a member of `struct passwd'. */
1134#undef HAVE_STRUCT_PASSWD_PW_CHANGE 1134#undef HAVE_STRUCT_PASSWD_PW_CHANGE
1135 1135
1136/* Define to 1 if `pw_class' is member of `struct passwd'. */ 1136/* Define to 1 if `pw_class' is a member of `struct passwd'. */
1137#undef HAVE_STRUCT_PASSWD_PW_CLASS 1137#undef HAVE_STRUCT_PASSWD_PW_CLASS
1138 1138
1139/* Define to 1 if `pw_expire' is member of `struct passwd'. */ 1139/* Define to 1 if `pw_expire' is a member of `struct passwd'. */
1140#undef HAVE_STRUCT_PASSWD_PW_EXPIRE 1140#undef HAVE_STRUCT_PASSWD_PW_EXPIRE
1141 1141
1142/* Define to 1 if `pw_gecos' is member of `struct passwd'. */ 1142/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
1143#undef HAVE_STRUCT_PASSWD_PW_GECOS 1143#undef HAVE_STRUCT_PASSWD_PW_GECOS
1144 1144
1145/* define if you have struct sockaddr_in6 data type */ 1145/* define if you have struct sockaddr_in6 data type */
1146#undef HAVE_STRUCT_SOCKADDR_IN6 1146#undef HAVE_STRUCT_SOCKADDR_IN6
1147 1147
1148/* Define to 1 if `sin6_scope_id' is member of `struct sockaddr_in6'. */ 1148/* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */
1149#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1149#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID
1150 1150
1151/* define if you have struct sockaddr_storage data type */ 1151/* define if you have struct sockaddr_storage data type */
1152#undef HAVE_STRUCT_SOCKADDR_STORAGE 1152#undef HAVE_STRUCT_SOCKADDR_STORAGE
1153 1153
1154/* Define to 1 if `st_blksize' is member of `struct stat'. */ 1154/* Define to 1 if `st_blksize' is a member of `struct stat'. */
1155#undef HAVE_STRUCT_STAT_ST_BLKSIZE 1155#undef HAVE_STRUCT_STAT_ST_BLKSIZE
1156 1156
1157/* Define to 1 if the system has the type `struct timespec'. */ 1157/* Define to 1 if the system has the type `struct timespec'. */
@@ -1214,6 +1214,9 @@
1214/* Define to 1 if you have the <sys/ptms.h> header file. */ 1214/* Define to 1 if you have the <sys/ptms.h> header file. */
1215#undef HAVE_SYS_PTMS_H 1215#undef HAVE_SYS_PTMS_H
1216 1216
1217/* Define to 1 if you have the <sys/ptrace.h> header file. */
1218#undef HAVE_SYS_PTRACE_H
1219
1217/* Define to 1 if you have the <sys/select.h> header file. */ 1220/* Define to 1 if you have the <sys/select.h> header file. */
1218#undef HAVE_SYS_SELECT_H 1221#undef HAVE_SYS_SELECT_H
1219 1222
@@ -1455,19 +1458,9 @@
1455/* String used in /etc/passwd to denote locked account */ 1458/* String used in /etc/passwd to denote locked account */
1456#undef LOCKED_PASSWD_SUBSTR 1459#undef LOCKED_PASSWD_SUBSTR
1457 1460
1458/* Some versions of /bin/login need the TERM supplied on the commandline */
1459#undef LOGIN_NEEDS_TERM
1460
1461/* Some systems need a utmpx entry for /bin/login to work */ 1461/* Some systems need a utmpx entry for /bin/login to work */
1462#undef LOGIN_NEEDS_UTMPX 1462#undef LOGIN_NEEDS_UTMPX
1463 1463
1464/* Define if your login program cannot handle end of options ("--") */
1465#undef LOGIN_NO_ENDOPT
1466
1467/* If your header files don't define LOGIN_PROGRAM, then use this (detected)
1468 from environment and PATH */
1469#undef LOGIN_PROGRAM_FALLBACK
1470
1471/* Set this to your mail directory if you do not have _PATH_MAILDIR */ 1464/* Set this to your mail directory if you do not have _PATH_MAILDIR */
1472#undef MAIL_DIRECTORY 1465#undef MAIL_DIRECTORY
1473 1466
@@ -1525,6 +1518,9 @@
1525/* Define to the one symbol short name of this package. */ 1518/* Define to the one symbol short name of this package. */
1526#undef PACKAGE_TARNAME 1519#undef PACKAGE_TARNAME
1527 1520
1521/* Define to the home page for this package. */
1522#undef PACKAGE_URL
1523
1528/* Define to the version of this package. */ 1524/* Define to the version of this package. */
1529#undef PACKAGE_VERSION 1525#undef PACKAGE_VERSION
1530 1526
@@ -1614,6 +1610,9 @@
1614/* Define if sshd somehow reacquires a controlling TTY after setsid() */ 1610/* Define if sshd somehow reacquires a controlling TTY after setsid() */
1615#undef SSHD_ACQUIRES_CTTY 1611#undef SSHD_ACQUIRES_CTTY
1616 1612
1613/* sshd PAM service name */
1614#undef SSHD_PAM_SERVICE
1615
1617/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */ 1616/* Define if pam_chauthtok wants real uid set to the unpriv'ed user */
1618#undef SSHPAM_CHAUTHTOK_NEEDS_RUID 1617#undef SSHPAM_CHAUTHTOK_NEEDS_RUID
1619 1618
@@ -1720,13 +1719,26 @@
1720/* include SSH protocol version 1 support */ 1719/* include SSH protocol version 1 support */
1721#undef WITH_SSH1 1720#undef WITH_SSH1
1722 1721
1723/* Define to 1 if your processor stores words with the most significant byte 1722/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1724 first (like Motorola and SPARC, unlike Intel and VAX). */ 1723 significant byte first (like Motorola and SPARC, unlike Intel). */
1725#undef WORDS_BIGENDIAN 1724#if defined AC_APPLE_UNIVERSAL_BUILD
1725# if defined __BIG_ENDIAN__
1726# define WORDS_BIGENDIAN 1
1727# endif
1728#else
1729# ifndef WORDS_BIGENDIAN
1730# undef WORDS_BIGENDIAN
1731# endif
1732#endif
1726 1733
1727/* Define if xauth is found in your path */ 1734/* Define if xauth is found in your path */
1728#undef XAUTH_PATH 1735#undef XAUTH_PATH
1729 1736
1737/* Enable large inode numbers on Mac OS X 10.5. */
1738#ifndef _DARWIN_USE_64_BIT_INODE
1739# define _DARWIN_USE_64_BIT_INODE 1
1740#endif
1741
1730/* Number of bits in a file offset, on hosts where this is settable. */ 1742/* Number of bits in a file offset, on hosts where this is settable. */
1731#undef _FILE_OFFSET_BITS 1743#undef _FILE_OFFSET_BITS
1732 1744