- (bal) NCR requies use_pipes to operate correctly.

This commit is contained in:
Ben Lindstrom 2002-01-05 17:15:30 +00:00
parent f9661094e5
commit 381d8d9d89
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,6 @@
20020105
- (bal) NCR requies use_pipes to operate correctly.
20020103
- (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from
Roger Cornelius <rac@tenzing.org>
@ -7118,4 +7121,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1714 2002/01/02 23:30:56 djm Exp $
$Id: ChangeLog,v 1.1715 2002/01/05 17:15:30 mouring Exp $

View File

@ -1,4 +1,4 @@
i# $Id: configure.ac,v 1.7 2001/12/23 14:41:48 djm Exp $
i# $Id: configure.ac,v 1.8 2002/01/05 17:15:32 mouring Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -184,6 +184,7 @@ mips-sony-bsd|mips-sony-newsos4)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
LIBS="$LIBS -lc89"
AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
AC_DEFINE(USE_PIPES);
;;
*-sni-sysv*)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"