Reverse #if test to be defined(__osf__) rather than not-any-of-a-lot-
of-others.
This commit is contained in:
parent
3b2b7eb19e
commit
ff6012e275
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.36 2000/12/31 03:34:01 tgl Exp $
|
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.37 2000/12/31 18:04:35 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -25,7 +25,7 @@
|
|||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__alpha) && !defined(linux) && !defined(__FreeBSD__) && !defined(__NetBSD__)
|
#if defined(__alpha) && defined(__osf__)
|
||||||
#include <sys/sysinfo.h>
|
#include <sys/sysinfo.h>
|
||||||
#include "machine/hal_sysinfo.h"
|
#include "machine/hal_sysinfo.h"
|
||||||
#define ASSEMBLER
|
#define ASSEMBLER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user