Re: compiling postgres with Visual Age compiler on

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Hannu Krosing <hannu(at)tm(dot)ee>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, Zeugswetter Andreas DAZ SD <ZeugswetterA(at)spardat(dot)at>
Subject: Re: compiling postgres with Visual Age compiler on
Date: 2005-05-30 10:01:23
Message-ID: 200505301201.24521.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hannu Krosing wrote:
> it needs this:
>
> extern int accept (int __fd, __SOCKADDR_ARG __addr,
> socklen_t *__restrict __addr_len);
>
> how does one add yet another set of arguments for accept() to
> configure ?

One patches the file config/ac_func_accept_argtypes.m4. Presumably, you
need to add another choice to the loop for ac_cv_func_accept_arg2.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew - Supernews 2005-05-30 11:33:09 Re: locks in CREATE TRIGGER, ADD FK
Previous Message Hannu Krosing 2005-05-30 09:32:37 Re: compiling postgres with Visual Age compiler on