Re: compiling postgres with Visual Age compiler on
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Hannu Krosing <hannu@tm.ee>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org, Zeugswetter Andreas DAZ SD <ZeugswetterA@spardat.at>
Date: 2005-05-30T10:01:23Z
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/