summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-15 18:34:29 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-15 18:34:29 +0000
commit5805513b17120e47db3317a34463609e35deafc2 (patch)
treea9e415ccbc10863dfe9a040ed7df1b082517f7c1
parent4e5a0aa00195ee8dd0a5dab9909d21a30e176f27 (diff)
- (bal) Added DG/UX case and set that they have a broken IPTOS
-rw-r--r--ChangeLog3
-rw-r--r--configure.in5
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bae2c82af..bef8ea8dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120010216 120010216
2 - (bal) added '--with-prce' to allow overriding of system regex when 2 - (bal) added '--with-prce' to allow overriding of system regex when
3 required (tested by David Dulek <ddulek@fastenal.com>) 3 required (tested by David Dulek <ddulek@fastenal.com>)
4 - (bal) Added DG/UX case and set that they have a broken IPTOS.
4 5
520010215 620010215
6 - (djm) Move PAM session setup back to before setuid to user. Fixes 7 - (djm) Move PAM session setup back to before setuid to user. Fixes
@@ -3974,4 +3975,4 @@
3974 - Wrote replacements for strlcpy and mkdtemp 3975 - Wrote replacements for strlcpy and mkdtemp
3975 - Released 1.0pre1 3976 - Released 1.0pre1
3976 3977
3977$Id: ChangeLog,v 1.773 2001/02/15 18:16:22 mouring Exp $ 3978$Id: ChangeLog,v 1.774 2001/02/15 18:34:29 mouring Exp $
diff --git a/configure.in b/configure.in
index fb580674a..6d2cd51e2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.239 2001/02/15 18:16:23 mouring Exp $ 1# $Id: configure.in,v 1.240 2001/02/15 18:34:29 mouring Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -74,6 +74,9 @@ case "$host" in
74 no_libsocket=1 74 no_libsocket=1
75 no_libnsl=1 75 no_libnsl=1
76 ;; 76 ;;
77*-*-dgux*)
78 AC_DEFINE(IP_TOS_IS_BROKEN)
79 ;;
77*-*-hpux10*) 80*-*-hpux10*)
78 if test -z "$GCC"; then 81 if test -z "$GCC"; then
79 CFLAGS="$CFLAGS -Ae" 82 CFLAGS="$CFLAGS -Ae"