Re: Cygwin PostgreSQL CVS Patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Cygwin PostgreSQL CVS Patch
Дата
Msg-id Pine.LNX.4.30.0101161647320.1324-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Cygwin PostgreSQL CVS Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Ответы Re: Cygwin PostgreSQL CVS Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Re: Cygwin PostgreSQL CVS Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Список 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 по дате отправления:

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