Re: CVS snap. compile halts giving `TCP_NODELAY' undeclared (Linux i386 RH6.1)

From: Pete Forman <gsez020(at)kryten(dot)bedford(dot)waii(dot)com>
To: "g(dot)p(dot)ciceri" <zanzi(at)agnese(dot)tialabs(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: CVS snap. compile halts giving `TCP_NODELAY' undeclared (Linux i386 RH6.1)
Date: 2000-10-10 07:47:15
Message-ID: 14818.51587.307979.268699@kryten.bedford.waii.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

g.p.ciceri writes:
> I'm using a Linux RedHat 6.1 box.
> Has anyone already find this problem ???
> Where can I declare TCP_NODELAY (and how) ???

The correct place to find TCP_NODELAY according to UNIX standards is
<xti.h>. That is missing on Linux, so try <netinet/tcp.h>.
--
Pete Forman -./\.- Disclaimer: This post is originated
Western Geophysical -./\.- by myself and does not represent
pete(dot)forman(at)westgeo(dot)com -./\.- the opinion of Baker Hughes or
http://www.crosswinds.net/~petef -./\.- its divisions.

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Pete Forman 2000-10-10 08:21:37 Re: ld.so error when inserting with a plpgsql trigger function
Previous Message Bruce Momjian 2000-10-10 03:49:18 Re: CVS snap. compile halts giving `TCP_NODELAY' undeclared (Linux i386 RH6.1)