Re: compiling postgres with Visual Age compiler on

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: compiling postgres with Visual Age compiler on
Дата
Msg-id 200505301201.24521.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: compiling postgres with Visual Age compiler on  (Hannu Krosing <hannu@tm.ee>)
Список 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 по дате отправления:

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: compiling postgres with Visual Age compiler on
Следующее
От: Andrew - Supernews
Дата:
Сообщение: Re: locks in CREATE TRIGGER, ADD FK