Re: compiling postgres with Visual Age compiler on - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: compiling postgres with Visual Age compiler on
Date
Msg-id 200505301201.24521.peter_e@gmx.net
Whole thread Raw
In response to Re: compiling postgres with Visual Age compiler on  (Hannu Krosing <hannu@tm.ee>)
List 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/


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: compiling postgres with Visual Age compiler on
Next
From: Andrew - Supernews
Date:
Subject: Re: locks in CREATE TRIGGER, ADD FK