Tom Lane writes:

> --- /usr/local/source/postgresql/pgsql/src/backend/main/main.c        Fri Nov 24 
>21:45:47 2000
> +++ /usr/local/build/pgsql-current/src/backend/main/main.c    Sat Dec 30 15:06:34 
>2000
>
> -#if defined(__alpha) && !defined(linux) && !defined(__FreeBSD__)
> +#if defined(__alpha) && !defined(linux) && !defined(__FreeBSD__) && 
>!defined(__NetBSD__)
>  #include <sys/sysinfo.h>
>  #include "machine/hal_sysinfo.h"
>
> Applied, but I begin to think that we should be testing here for the
> *presence* of a Tru64 symbol, rather than the absence of a bunch of
> other OSes.  Anyone know what would be suitable?

__osf__

-- 
Peter Eisentraut      [EMAIL PROTECTED]       http://yi.org/peter-e/

Reply via email to