7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.23 1999/02 /1323:15:51 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.24 1999/07 /1320:12:46 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
14
14
#include <stdio.h>
15
15
#include <string.h>
16
16
#include <unistd.h>
17
17
18
- #if defined(__alpha )&& !defined(linux )
18
+ #if defined(__alpha__ )&& !defined(linux )
19
19
#include <sys/sysinfo.h>
20
20
#include <machine/hal_sysinfo.h>
21
21
#define ASSEMBLER
@@ -41,7 +41,7 @@ main(int argc, char *argv[])
41
41
{
42
42
int len ;
43
43
44
- #if defined(__alpha )
44
+ #if defined(__alpha__ )
45
45
#ifdef NOFIXADE
46
46
int buffer []= {SSIN_UACPROC ,UAC_SIGBUS };
47
47
@@ -69,7 +69,7 @@ main(int argc, char *argv[])
69
69
syscall (SYS_sysmips ,MIPS_FIXADE ,0 ,NULL ,NULL ,NULL );
70
70
#endif
71
71
72
- #if defined(__alpha )
72
+ #if defined(__alpha__ )
73
73
if (setsysinfo (SSI_NVPAIRS ,buffer ,1 , (caddr_t )NULL ,
74
74
(unsigned long )NULL )< 0 )
75
75
elog (NOTICE ,"setsysinfo failed: %d\n" ,errno );