зеркало из https://github.com/Azure/sonic-openssh.git
- (bal) Added DG/UX case and set that they have a broken IPTOS
This commit is contained in:
Родитель
4e5a0aa001
Коммит
5805513b17
|
@ -1,6 +1,7 @@
|
|||
20010216
|
||||
- (bal) added '--with-prce' to allow overriding of system regex when
|
||||
required (tested by David Dulek <ddulek@fastenal.com>)
|
||||
- (bal) Added DG/UX case and set that they have a broken IPTOS.
|
||||
|
||||
20010215
|
||||
- (djm) Move PAM session setup back to before setuid to user. Fixes
|
||||
|
@ -3974,4 +3975,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.773 2001/02/15 18:16:22 mouring Exp $
|
||||
$Id: ChangeLog,v 1.774 2001/02/15 18:34:29 mouring Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: configure.in,v 1.239 2001/02/15 18:16:23 mouring Exp $
|
||||
# $Id: configure.in,v 1.240 2001/02/15 18:34:29 mouring Exp $
|
||||
|
||||
AC_INIT(ssh.c)
|
||||
|
||||
|
@ -74,6 +74,9 @@ case "$host" in
|
|||
no_libsocket=1
|
||||
no_libnsl=1
|
||||
;;
|
||||
*-*-dgux*)
|
||||
AC_DEFINE(IP_TOS_IS_BROKEN)
|
||||
;;
|
||||
*-*-hpux10*)
|
||||
if test -z "$GCC"; then
|
||||
CFLAGS="$CFLAGS -Ae"
|
||||
|
|
Загрузка…
Ссылка в новой задаче