Re: Cygwin PostgreSQL CVS Patch Question - Mailing list pgsql-ports

From Jason Tishler
Subject Re: Cygwin PostgreSQL CVS Patch Question
Date
Msg-id 20010109175539.B1364@dothill.com
Whole thread Raw
In response to Re: Cygwin PostgreSQL CVS Patch Question  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses 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>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cygwin PostgreSQL CVS Patch Question
Next
From: Jason Tishler
Date:
Subject: Re: Re: Cygwin PostgreSQL CVS Patch Question