> > Okay, what you committed looks nice but on RedHat 6.0 and RedHat 6.1
> > the AC_EGREP_HEADER doesn't find TCP_CORK in the kernel header file
> > because TCP_CORK is hidden by a check for the libc version.
> 
>     Hm, here it looks that way:
> 
>     #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
> 
>     Unless GCC defines __GLIBC__ (which it should not do), I
>     don't see any way how this expression can evaluate to false.

It's false on Mandrake 7.1 too.  I am in the middle of testing a patch
that just looks for sendfile.  I think that is the safest way to code
this.

Ryan

_______________________________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------

Reply via email to