]> andersk Git - openssh.git/commitdiff
- (bal) Added DG/UX case and set that they have a broken IPTOS
authormouring <mouring>
Thu, 15 Feb 2001 18:34:29 +0000 (18:34 +0000)
committermouring <mouring>
Thu, 15 Feb 2001 18:34:29 +0000 (18:34 +0000)
ChangeLog
configure.in

index 117b144b43705725ff6374a20d34aed899eacb4a..5a5fa71be87b3baeceb99c996a544235db4a3544 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 
index 3f614e730509f44e1bcb5259dbecd69f617a611c..299dc28b5b115d02d06917933e2cb4e3e3830cb8 100644 (file)
@@ -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"
This page took 0.518525 seconds and 5 git commands to generate.