Re: Cygwin PostgreSQL CVS Patch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Cygwin PostgreSQL CVS Patch
Date: 2001-01-16 15:49:18
Message-ID: Pine.LNX.4.30.0101161647320.1324-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2001-01-16 15:57:29 Re: Cygwin PostgreSQL CVS Patch
Previous Message Jason Tishler 2001-01-16 15:03:16 Re: Cygwin PostgreSQL CVS Patch