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

Поиск
Список
Период
Сортировка
От Pete Forman
Тема Re: CVS snap. compile halts giving `TCP_NODELAY' undeclared (Linux i386 RH6.1)
Дата
Msg-id 14818.51587.307979.268699@kryten.bedford.waii.com
обсуждение исходный текст
Ответ на CVS snap. compile halts giving `TCP_NODELAY' undeclared (Linux i386 RH6.1)  ("g.p.ciceri" <zanzi@agnese.tialabs.com>)
Список 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.forman@westgeo.com         -./\.-  the opinion of Baker Hughes or
http://www.crosswinds.net/~petef  -./\.-  its divisions.

В списке pgsql-ports по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: CVS snap. compile halts giving `TCP_NODELAY' undeclared (Linux i386 RH6.1)
Следующее
От: Pete Forman
Дата:
Сообщение: Re: ld.so error when inserting with a plpgsql trigger function