- (bal) Added DG/UX case and set that they have a broken IPTOS
diff --git a/configure.in b/configure.in
index fb58067..6d2cd51 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 @@
 	no_libsocket=1
 	no_libnsl=1
 	;;
+*-*-dgux*)
+	AC_DEFINE(IP_TOS_IS_BROKEN)
+	;;
 *-*-hpux10*)
 	if test -z "$GCC"; then
 		CFLAGS="$CFLAGS -Ae"