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 afdc54a commit a362212Copy full SHA for a362212
src/backend/main/main.c
@@ -7,15 +7,15 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.15 1998/03/20 03:55:38 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.16 1998/04/11 21:14:47 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
#include <stdio.h>
15
#include <string.h>
16
#include <unistd.h>
17
18
-#ifdef alpha
+#if defined(alpha) && !defined(linux)
19
#include <sys/sysinfo.h>
20
#include <machine/hal_sysinfo.h>
21
#define ASSEMBLER
src/template/linuxalpha
@@ -1,5 +1,5 @@
1
AROPT:crs
2
-CFLAGS:-O2 -Dalpha
+CFLAGS:-O2 -Dalpha -Dlinuxalpha
3
SHARED_LIB:-fpic
4
ALL:
5
SRCH_INC:
0 commit comments