summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5e5e4d135..4a398418a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.562 2014/01/25 02:16:59 djm Exp $ 1# $Id: configure.ac,v 1.563 2014/01/25 22:39:53 djm 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.562 $) 18AC_REVISION($Revision: 1.563 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20AC_LANG([C]) 20AC_LANG([C])
21 21
@@ -780,6 +780,9 @@ mips-sony-bsd|mips-sony-newsos4)
780 AC_DEFINE([BROKEN_STRNVIS], [1], 780 AC_DEFINE([BROKEN_STRNVIS], [1],
781 [FreeBSD strnvis argument order is swapped compared to OpenBSD]) 781 [FreeBSD strnvis argument order is swapped compared to OpenBSD])
782 TEST_MALLOC_OPTIONS="AJRX" 782 TEST_MALLOC_OPTIONS="AJRX"
783 # Preauth crypto occasionally uses file descriptors for crypto offload
784 # and will crash if they cannot be opened.
785 AC_DEFINE([SANDBOX_SKIP_RLIMIT_NOFILE])
783 ;; 786 ;;
784*-*-bsdi*) 787*-*-bsdi*)
785 AC_DEFINE([SETEUID_BREAKS_SETUID]) 788 AC_DEFINE([SETEUID_BREAKS_SETUID])