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/