Re: Cygwin PostgreSQL CVS Patch Question

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: Cygwin PostgreSQL CVS Patch Question
Дата
Msg-id 20010109175539.B1364@dothill.com
обсуждение исходный текст
Ответ на Re: Cygwin PostgreSQL CVS Patch Question  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Re: Cygwin PostgreSQL CVS Patch Question  (Jason Tishler <Jason.Tishler@dothill.com>)
Re: Cygwin PostgreSQL CVS Patch Question  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-ports
On Tue, Jan 09, 2001 at 04:34:57PM -0500, Tom Lane wrote:
> Jason Tishler <Jason.Tishler@dothill.com> writes:
> > Why did you remove the following from src/include/port/win.h?
> >     #if (CYGWIN_VERSION_API_MAJOR >= 0) && (CYGWIN_VERSION_API_MINOR >= 8)
> >     #define sys_nerr _sys_nerr
> >     #endif
> > This definitely breaks Cygwin.
>
> Er, why should it?  With the code as it stands, configure should decide
> that Cygwin doesn't HAVE_SYS_NERR, and so nothing will reference
> sys_nerr.

Unfortunately, the above is not true:

    $ configure
    ...
    checking for sys_nerr... yes
    ...

Jason

--
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corp.               Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

В списке pgsql-ports по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Cygwin PostgreSQL CVS Patch Question
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Re: Cygwin PostgreSQL CVS Patch Question