We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2b7eb commit ff6012eCopy full SHA for ff6012e
src/backend/main/main.c
@@ -13,7 +13,7 @@
13
*
14
15
* IDENTIFICATION
16
- * $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 $
17
18
*-------------------------------------------------------------------------
19
*/
@@ -25,7 +25,7 @@
25
#include <locale.h>
26
#endif
27
28
-#if defined(__alpha) && !defined(linux) && !defined(__FreeBSD__) && !defined(__NetBSD__)
+#if defined(__alpha) && defined(__osf__)
29
#include <sys/sysinfo.h>
30
#include "machine/hal_sysinfo.h"
31
#define ASSEMBLER
0 commit comments