diff options
author | Darren Tucker <dtucker@zip.com.au> | 2009-08-28 15:01:20 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2009-08-28 15:01:20 +1000 |
commit | ac9f1b9b89b17c2fbe9361ecd849a1b7df2aa1ee (patch) | |
tree | a4c3b7ac2031031aa15676aa301a17739f55b8f9 | |
parent | 86e30a0166f9c9e65983d2c4066873c4181d08c8 (diff) |
- (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 4 insertions, 3 deletions
@@ -15,6 +15,7 @@ | |||
15 | - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer | 15 | - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer |
16 | size a compile-time option and set it to 64k on Cygwin, since Corinna | 16 | size a compile-time option and set it to 64k on Cygwin, since Corinna |
17 | reports that it makes a significant difference to performance. ok djm@ | 17 | reports that it makes a significant difference to performance. ok djm@ |
18 | - (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry. | ||
18 | 19 | ||
19 | 20090820 | 20 | 20090820 |
20 | - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not | 21 | - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not |
diff --git a/configure.ac b/configure.ac index ef0b0fc97..00aefac23 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.424 2009/08/28 01:21:07 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.425 2009/08/28 05:01:20 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 | ||
17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) | 17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) |
18 | AC_REVISION($Revision: 1.424 $) | 18 | AC_REVISION($Revision: 1.425 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | 20 | ||
21 | AC_CONFIG_HEADER(config.h) | 21 | AC_CONFIG_HEADER(config.h) |
@@ -672,7 +672,7 @@ mips-sony-bsd|mips-sony-newsos4) | |||
672 | after setsid()]) | 672 | after setsid()]) |
673 | AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd | 673 | AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd |
674 | in case the name is longer than 8 chars]) | 674 | in case the name is longer than 8 chars]) |
675 | AC_DEFINE(BROKEN_TCGETATTR_ICANON, tcgetattr with ICANON may hang) | 675 | AC_DEFINE(BROKEN_TCGETATTR_ICANON, 1, [tcgetattr with ICANON may hang]) |
676 | external_path_file=/etc/default/login | 676 | external_path_file=/etc/default/login |
677 | # hardwire lastlog location (can't detect it on some versions) | 677 | # hardwire lastlog location (can't detect it on some versions) |
678 | conf_lastlog_location="/var/adm/lastlog" | 678 | conf_lastlog_location="/var/adm/lastlog" |