aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-01-05 16:09:55 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-01-05 16:09:55 +0000
commitc0bbca73c6f7f15d5401332151fc9f9755abaf8f (patch)
tree1bbed0bec45f927ff35eedaf91618215ccbf5fb7 /config.h.in
parent12459a528f0a5dfa735c6917135c071754daa020 (diff)
downloadsrc-c0bbca73c6f7f15d5401332151fc9f9755abaf8f.tar.gz
src-c0bbca73c6f7f15d5401332151fc9f9755abaf8f.zip
Vendor import of OpenSSH 6.7p1.vendor/openssh/6.7p1
Notes
Notes: svn path=/vendor-crypto/openssh/dist/; revision=276707 svn path=/vendor-crypto/openssh/6.7p1/; revision=276708; tag=vendor/openssh/6.7p1
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in18
1 files changed, 12 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index 0401ad181583..16d620615d0b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -420,6 +420,9 @@
/* Define to 1 if you have the `EVP_MD_CTX_init' function. */
#undef HAVE_EVP_MD_CTX_INIT
+/* Define to 1 if you have the `EVP_ripemd160' function. */
+#undef HAVE_EVP_RIPEMD160
+
/* Define to 1 if you have the `EVP_sha256' function. */
#undef HAVE_EVP_SHA256
@@ -768,6 +771,9 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define to 1 if you have the `memset_s' function. */
+#undef HAVE_MEMSET_S
+
/* Define to 1 if you have the `mkdtemp' function. */
#undef HAVE_MKDTEMP
@@ -1324,9 +1330,6 @@
/* Define if va_copy exists */
#undef HAVE_VA_COPY
-/* Define to 1 if you have the `vhangup' function. */
-#undef HAVE_VHANGUP
-
/* Define to 1 if you have the <vis.h> header file. */
#undef HAVE_VIS_H
@@ -1387,9 +1390,6 @@
/* Define if pututxline updates lastlog too */
#undef LASTLOG_WRITE_PUTUTXLINE
-/* Define if you want TCP Wrappers support */
-#undef LIBWRAP
-
/* Define to whatever link() returns for "not supported" if it doesn't return
EOPNOTSUPP. */
#undef LINK_OPNOTSUPP_ERRNO
@@ -1662,9 +1662,15 @@
/* Define if you want IRIX project management */
#undef WITH_IRIX_PROJECT
+/* use libcrypto for cryptography */
+#undef WITH_OPENSSL
+
/* Define if you want SELinux support. */
#undef WITH_SELINUX
+/* include SSH protocol version 1 support */
+#undef WITH_SSH1
+
/* 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