summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/config.h.in')
-rw-r--r--crypto/openssh/config.h.in50
1 files changed, 21 insertions, 29 deletions
diff --git a/crypto/openssh/config.h.in b/crypto/openssh/config.h.in
index fc195ba..a61dec6 100644
--- a/crypto/openssh/config.h.in
+++ b/crypto/openssh/config.h.in
@@ -1,8 +1,5 @@
/* config.h.in. Generated from configure.ac by autoheader. */
-/* Define if building universal (internal helper macro) */
-#undef AC_APPLE_UNIVERSAL_BUILD
-
/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
*/
#undef AIX_GETNAMEINFO_HACK
@@ -125,6 +122,9 @@
/* Define if you don't want to use wtmpx */
#undef DISABLE_WTMPX
+/* Enable for PKCS#11 support */
+#undef ENABLE_PKCS11
+
/* Builtin PRNG command timeout */
#undef ENTROPY_TIMEOUT_MSEC
@@ -464,6 +464,9 @@
/* Define to 1 if you have the <glob.h> header file. */
#undef HAVE_GLOB_H
+/* Define to 1 if you have the `group_from_gid' function. */
+#undef HAVE_GROUP_FROM_GID
+
/* Define to 1 if you have the <gssapi_generic.h> header file. */
#undef HAVE_GSSAPI_GENERIC_H
@@ -554,9 +557,6 @@
/* Define to 1 if you have the `pam' library (-lpam). */
#undef HAVE_LIBPAM
-/* Define to 1 if you have the `sectok' library (-lsectok). */
-#undef HAVE_LIBSECTOK
-
/* Define to 1 if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
@@ -738,9 +738,6 @@
/* define if you have sa_family_t data type */
#undef HAVE_SA_FAMILY_T
-/* Define to 1 if you have the <sectok.h> header file. */
-#undef HAVE_SECTOK_H
-
/* Define if you have SecureWare-based protected password database */
#undef HAVE_SECUREWARE
@@ -765,6 +762,9 @@
/* Define to 1 if you have the `seteuid' function. */
#undef HAVE_SETEUID
+/* Define to 1 if you have the `setgroupent' function. */
+#undef HAVE_SETGROUPENT
+
/* Define to 1 if you have the `setgroups' function. */
#undef HAVE_SETGROUPS
@@ -774,6 +774,9 @@
/* Define to 1 if you have the `setluid' function. */
#undef HAVE_SETLUID
+/* Define to 1 if you have the `setpassent' function. */
+#undef HAVE_SETPASSENT
+
/* Define to 1 if you have the `setpcred' function. */
#undef HAVE_SETPCRED
@@ -1077,6 +1080,9 @@
/* Define to 1 if you have the <usersec.h> header file. */
#undef HAVE_USERSEC_H
+/* Define to 1 if you have the `user_from_uid' function. */
+#undef HAVE_USER_FROM_UID
+
/* Define to 1 if you have the <util.h> header file. */
#undef HAVE_UTIL_H
@@ -1186,6 +1192,9 @@
EOPNOTSUPP. */
#undef LINK_OPNOTSUPP_ERRNO
+/* Adjust Linux out-of-memory killer */
+#undef LINUX_OOM_ADJUST
+
/* max value of long long calculated by configure */
#undef LLONG_MAX
@@ -1305,9 +1314,6 @@
/* Define if your skeychallenge() function takes 4 arguments (NetBSD) */
#undef SKEYCHALLENGE_4ARG
-/* Define if you want smartcard support */
-#undef SMARTCARD
-
/* Define as const if snprintf() can declare const char *fmt */
#undef SNPRINTF_CONST
@@ -1375,9 +1381,6 @@
/* Use libedit for sftp */
#undef USE_LIBEDIT
-/* Define if you want smartcard support using OpenSC */
-#undef USE_OPENSC
-
/* Enable OpenSSL engine support */
#undef USE_OPENSSL_ENGINE
@@ -1387,9 +1390,6 @@
/* Use PIPES instead of a socketpair() */
#undef USE_PIPES
-/* Define if you want smartcard support using sectok */
-#undef USE_SECTOK
-
/* Define if you have Solaris process contracts */
#undef USE_SOLARIS_PROCESS_CONTRACTS
@@ -1415,17 +1415,9 @@
/* Define if you want SELinux support. */
#undef WITH_SELINUX
-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
- significant byte first (like Motorola and SPARC, unlike Intel). */
-#if defined AC_APPLE_UNIVERSAL_BUILD
-# if defined __BIG_ENDIAN__
-# define WORDS_BIGENDIAN 1
-# endif
-#else
-# ifndef WORDS_BIGENDIAN
-# undef WORDS_BIGENDIAN
-# endif
-#endif
+/* Define to 1 if your processor stores words with the most significant byte
+ first (like Motorola and SPARC, unlike Intel and VAX). */
+#undef WORDS_BIGENDIAN
/* Define if xauth is found in your path */
#undef XAUTH_PATH
OpenPOWER on IntegriCloud