summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-01-05 17:15:30 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-01-05 17:15:30 +0000
commit381d8d9d89d5e4da1853fc0b949fb66518780689 (patch)
tree1370aed5e766d0a12d997944f9c1c3806e14059d
parentf9661094e5e2854c37d24264b60a0da23ffd6deb (diff)
- (bal) NCR requies use_pipes to operate correctly.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d7bf09eff..cadbee2b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120020105
2 - (bal) NCR requies use_pipes to operate correctly.
3
120020103 420020103
2 - (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from 5 - (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from
3 Roger Cornelius <rac@tenzing.org> 6 Roger Cornelius <rac@tenzing.org>
@@ -7118,4 +7121,4 @@
7118 - Wrote replacements for strlcpy and mkdtemp 7121 - Wrote replacements for strlcpy and mkdtemp
7119 - Released 1.0pre1 7122 - Released 1.0pre1
7120 7123
7121$Id: ChangeLog,v 1.1714 2002/01/02 23:30:56 djm Exp $ 7124$Id: ChangeLog,v 1.1715 2002/01/05 17:15:30 mouring Exp $
diff --git a/configure.ac b/configure.ac
index 35cda594d..d2207e313 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1i# $Id: configure.ac,v 1.7 2001/12/23 14:41:48 djm Exp $ 1i# $Id: configure.ac,v 1.8 2002/01/05 17:15:32 mouring Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -184,6 +184,7 @@ mips-sony-bsd|mips-sony-newsos4)
184 LDFLAGS="$LDFLAGS -L/usr/local/lib" 184 LDFLAGS="$LDFLAGS -L/usr/local/lib"
185 LIBS="$LIBS -lc89" 185 LIBS="$LIBS -lc89"
186 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) 186 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
187 AC_DEFINE(USE_PIPES);
187 ;; 188 ;;
188*-sni-sysv*) 189*-sni-sysv*)
189 CPPFLAGS="$CPPFLAGS -I/usr/local/include" 190 CPPFLAGS="$CPPFLAGS -I/usr/local/include"