summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parent9a975a9faed7c4f334e8c8490db3e77e102f2b21 (diff)
parent19158b2447e35838d69b2b735fb640d1e86061ea (diff)
Import openssh_6.6p1.orig.tar.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index dfd32cd85..7c6ce08d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.568 2014/01/30 00:26:46 djm Exp $ 1# $Id: configure.ac,v 1.571 2014/02/21 17:09:34 tim Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -15,7 +15,7 @@
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16
17AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) 17AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
18AC_REVISION($Revision: 1.568 $) 18AC_REVISION($Revision: 1.571 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -785,7 +785,7 @@ mips-sony-bsd|mips-sony-newsos4)
785 # Preauth crypto occasionally uses file descriptors for crypto offload 785 # Preauth crypto occasionally uses file descriptors for crypto offload
786 # and will crash if they cannot be opened. 786 # and will crash if they cannot be opened.
787 AC_DEFINE([SANDBOX_SKIP_RLIMIT_NOFILE], [1], 787 AC_DEFINE([SANDBOX_SKIP_RLIMIT_NOFILE], [1],
788 [define if setrlimit RLIMIT_NOFILE breaks things])], 788 [define if setrlimit RLIMIT_NOFILE breaks things])
789 ;; 789 ;;
790*-*-bsdi*) 790*-*-bsdi*)
791 AC_DEFINE([SETEUID_BREAKS_SETUID]) 791 AC_DEFINE([SETEUID_BREAKS_SETUID])
@@ -1649,6 +1649,7 @@ AC_CHECK_FUNCS([ \
1649 closefrom \ 1649 closefrom \
1650 dirfd \ 1650 dirfd \
1651 endgrent \ 1651 endgrent \
1652 explicit_bzero \
1652 fchmod \ 1653 fchmod \
1653 fchown \ 1654 fchown \
1654 freeaddrinfo \ 1655 freeaddrinfo \
@@ -2429,6 +2430,7 @@ AC_CHECK_FUNCS([ \
2429 EVP_DigestFinal_ex \ 2430 EVP_DigestFinal_ex \
2430 EVP_MD_CTX_init \ 2431 EVP_MD_CTX_init \
2431 EVP_MD_CTX_cleanup \ 2432 EVP_MD_CTX_cleanup \
2433 EVP_MD_CTX_copy_ex \
2432 HMAC_CTX_init \ 2434 HMAC_CTX_init \
2433 RSA_generate_key_ex \ 2435 RSA_generate_key_ex \
2434 RSA_get_default_method \ 2436 RSA_get_default_method \