summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-09-27 07:03:20 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-09-27 07:03:20 +1000
commitbc1bd9dbe33642bca860919dcfd95e0362d7aba4 (patch)
tree1fbe4a258779433785991a51c41e54960fa4066d /configure.ac
parent7c92a65a1d0feaa9712aa0542fe44455d621397a (diff)
- (dtucker) [configure.ac defines.h] Shadow expiry does not work on QNX6
so disable it for that platform. From bacon at cs nyu edu.
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 7ef93c7d..e9402a73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.385 2007/09/26 21:00:09 dtucker Exp $
+# $Id: configure.ac,v 1.386 2007/09/26 21:03:20 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
-AC_REVISION($Revision: 1.385 $)
+AC_REVISION($Revision: 1.386 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h)
@@ -786,6 +786,7 @@ mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems])
AC_DEFINE(DISABLE_LASTLOG)
AC_DEFINE(SSHD_ACQUIRES_CTTY)
+ AC_DEFINE(BROKEN_SHADOW_EXPIRE, 1, [QNX shadow support is broken])
enable_etc_default_login=no # has incompatible /etc/default/login
case "$host" in
*-*-nto-qnx6*)