Re: Unix sockets on BeOS - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Unix sockets on BeOS
Date
Msg-id 200010071450.KAA08490@candle.pha.pa.us
Whole thread Raw
In response to Unix sockets on BeOS  ("David Reid" <dreid@jetnet.co.uk>)
List pgsql-patches
Again, appears already applied.

[ Charset ISO-8859-1 unsupported, converting... ]
> BeOS doesn't have Unix sockets, so alter config.h.in to set the
> define correctly.
>
> Index: src/include/config.h.in
> ==================================================================RCS
> file: /home/projects/pgsql/cvsroot/pgsql/src/include/config.h.in,v
> retrieving revision 1.140
> diff -u -u -r1.140 config.h.in
> --- src/include/config.h.in     2000/10/03 19:50:21     1.140
> +++ src/include/config.h.in     2000/10/07 12:51:45
> @@ -227,7 +227,7 @@
>   * Define this is your operating system kernel supports AF_UNIX family
>   * sockets.
>   */
> -#if !defined(__CYGWIN__) && !defined(__QNX__)
> +#if !defined(__CYGWIN__) && !defined(__QNX__) && !defined(__BEOS__)
>  # define HAVE_UNIX_SOCKETS 1
>  #endif
>
>
>


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Error loggin in BeOS
Next
From: Bruce Momjian
Date:
Subject: Re: Regression tests