Re: Unix sockets on BeOS

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: dreid(at)jetnet(dot)co(dot)uk
Cc: Patches for PGSQL <pgsql-patches(at)hub(dot)org>
Subject: Re: Unix sockets on BeOS
Date: 2000-10-07 14:50:58
Message-ID: 200010071450.KAA08490@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2000-10-07 14:55:07 Re: Regression tests
Previous Message Bruce Momjian 2000-10-07 14:49:55 Re: Error loggin in BeOS