summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 cd8c27c8c..5f5a08a0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.422 2009/08/16 23:35:22 dtucker Exp $ 1# $Id: configure.ac,v 1.423 2009/08/28 01:02:37 dtucker 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.422 $) 18AC_REVISION($Revision: 1.423 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -671,6 +671,7 @@ mips-sony-bsd|mips-sony-newsos4)
671 after setsid()]) 671 after setsid()])
672 AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd 672 AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd
673 in case the name is longer than 8 chars]) 673 in case the name is longer than 8 chars])
674 AC_DEFINE(BROKEN_TCGETATTR_ICANON, tcgetattr with ICANON may hang)
674 external_path_file=/etc/default/login 675 external_path_file=/etc/default/login
675 # hardwire lastlog location (can't detect it on some versions) 676 # hardwire lastlog location (can't detect it on some versions)
676 conf_lastlog_location="/var/adm/lastlog" 677 conf_lastlog_location="/var/adm/lastlog"