DG/UX R4.20MU03

Damien Miller djm at mindrot.org
Sat Apr 8 17:31:55 EST 2000


On Fri, 7 Apr 2000, David Dulek wrote:

> Has anyone had any experience with ssh and DG/UX?  I tried the
> ./configure and it could not determine the hosttype.  After that
> problem was worked-arounded I get a LOT of warnings about declaring
> functions multiple times and then the compile fails with:
>
> packet.c: In function `packet_set_interactive':
> packet.c:803: `IPTOS_LOWDELAY' undeclared (first use this function)
> packet.c:803: (Each undeclared identifier is reported only once
> packet.c:803: for each function it appears in.)
> packet.c:815: `IPTOS_THROUGHPUT' undeclared (first use this function)
>
> suggestions would be nice but I am figuring I will be here awhile
> figuring this out.

Just add them manually for now, they are not platform specific:

# define IPTOS_LOWDELAY 			0x10
# define IPTOS_THROUGHPUT  		0x08
# define IPTOS_RELIABILITY 		0x04
# define IPTOS_LOWCOST  			0x02
# define IPTOS_MINCOST  			IPTOS_LOWCOST

These are being added to defines.h as I type :)

-d

--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)








More information about the openssh-unix-dev mailing list