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/