summaryrefslogtreecommitdiffstats
path: root/configure.in
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 /configure.in
parent4e5a0aa00195ee8dd0a5dab9909d21a30e176f27 (diff)
- (bal) Added DG/UX case and set that they have a broken IPTOS
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fb580674..6d2cd51e 100644
--- a/configure.in
+++ b/configure.in
@@ -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"