summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-07-05 09:36:58 +1000
committerDamien Miller <djm@mindrot.org>2008-07-05 09:36:58 +1000
commit20d16947190d17f9ed8db983bee6cb7bd20722b5 (patch)
tree4048846ae4e22af8cb180200890386cb83e24308 /configure.ac
parent22989f1b5e845830abb2f0598907a9894e9fcb4b (diff)
- (djm) [atomicio.c configure.ac] Disable poll() fallback in atomiciov for
Tru64. readv doesn't seem to be a comparable object there. bz#1386, patch from dtucker@ ok me
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index eb71a879a..330b0eb5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.406 2008/06/15 16:27:48 dtucker Exp $ 1# $Id: configure.ac,v 1.407 2008/07/04 23:36:58 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.406 $) 18AC_REVISION($Revision: 1.407 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -841,6 +841,7 @@ mips-sony-bsd|mips-sony-newsos4)
841 AC_DEFINE(SETEUID_BREAKS_SETUID) 841 AC_DEFINE(SETEUID_BREAKS_SETUID)
842 AC_DEFINE(BROKEN_SETREUID) 842 AC_DEFINE(BROKEN_SETREUID)
843 AC_DEFINE(BROKEN_SETREGID) 843 AC_DEFINE(BROKEN_SETREGID)
844 AC_DEFINE(BROKEN_READV_COMPARISON, 1, [Can't do comparisons on readv]))
844 ;; 845 ;;
845 846
846*-*-nto-qnx*) 847*-*-nto-qnx*)