summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-03-20 00:24:29 +0000
committerColin Watson <cjwatson@debian.org>2014-03-20 00:24:29 +0000
commit796ba4fd011b5d0d9d78d592ba2f30fc9d5ed2e7 (patch)
tree98105bf1621565a2679d5f7f4d650561be2d7666 /config.h.in
parent9a975a9faed7c4f334e8c8490db3e77e102f2b21 (diff)
parent19158b2447e35838d69b2b735fb640d1e86061ea (diff)
Import openssh_6.6p1.orig.tar.gz
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 075c619f6..0401ad181 100644
--- a/config.h.in
+++ b/config.h.in
@@ -414,6 +414,9 @@
414/* Define to 1 if you have the `EVP_MD_CTX_cleanup' function. */ 414/* Define to 1 if you have the `EVP_MD_CTX_cleanup' function. */
415#undef HAVE_EVP_MD_CTX_CLEANUP 415#undef HAVE_EVP_MD_CTX_CLEANUP
416 416
417/* Define to 1 if you have the `EVP_MD_CTX_copy_ex' function. */
418#undef HAVE_EVP_MD_CTX_COPY_EX
419
417/* Define to 1 if you have the `EVP_MD_CTX_init' function. */ 420/* Define to 1 if you have the `EVP_MD_CTX_init' function. */
418#undef HAVE_EVP_MD_CTX_INIT 421#undef HAVE_EVP_MD_CTX_INIT
419 422
@@ -423,6 +426,9 @@
423/* Define if you have ut_exit in utmp.h */ 426/* Define if you have ut_exit in utmp.h */
424#undef HAVE_EXIT_IN_UTMP 427#undef HAVE_EXIT_IN_UTMP
425 428
429/* Define to 1 if you have the `explicit_bzero' function. */
430#undef HAVE_EXPLICIT_BZERO
431
426/* Define to 1 if you have the `fchmod' function. */ 432/* Define to 1 if you have the `fchmod' function. */
427#undef HAVE_FCHMOD 433#undef HAVE_FCHMOD
428 434