OpenSSH-3.0.2p1 and Linux libc5

Dan Kaminsky dan at doxpara.com
Wed Dec 26 12:58:44 EST 2001


> > so I fell back to adding the following:
> > #define TCP_NODELAY 1
> >
> > Brute force, but it works.
>
> I can't think of any clean way we can get autoconf to work around this
> header breakage, but at least your message is in the archives (for those
> who bother to search them :)

What, we can't do something like:

#ifndef TCP_NODELAY
#define TCP_NODELAY 1
#endif

I mean, we support some damn obscure platforms, I think we should be able to
do libc5 :-)

--Dan





More information about the openssh-unix-dev mailing list