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

From Peter Eisentraut
Subject Re: Cygwin PostgreSQL CVS Patch
Date
Msg-id Pine.LNX.4.30.0101161647320.1324-100000@peter.localdomain
Whole thread Raw
In response to Re: Cygwin PostgreSQL CVS Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Responses Re: Cygwin PostgreSQL CVS Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Re: Cygwin PostgreSQL CVS Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
List pgsql-ports
Jason Tishler writes:

> diff -u -r1.155 config.h.in
> --- src/include/config.h.in     2001/01/09 18:40:15     1.155
> +++ src/include/config.h.in     2001/01/16 14:20:10
> @@ -228,7 +228,7 @@
>  /*
>   * Define this if your operating system supports AF_UNIX family sockets.
>   */
> -#if !defined(__CYGWIN__) && !defined(__QNX__) && !defined(__BEOS__)
> +#if !defined(__QNX__) && !defined(__BEOS__)
>  # define HAVE_UNIX_SOCKETS 1
>  #endif

I could have figured as much ;-) but after we went through the trouble of
coping with old Cygwin's in dllinit.c we should do the same here.  The
question is again how to do that.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-ports by date:

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