77 *
88 *
99 * 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 $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
1414#include <stdio.h>
1515#include <string.h>
1616#include <unistd.h>
1717
18- #if defined(__alpha )&& !defined(linux )
18+ #if defined(__alpha__ )&& !defined(linux )
1919#include <sys/sysinfo.h>
2020#include <machine/hal_sysinfo.h>
2121#define ASSEMBLER
@@ -41,7 +41,7 @@ main(int argc, char *argv[])
4141{
4242int len ;
4343
44- #if defined(__alpha )
44+ #if defined(__alpha__ )
4545#ifdef NOFIXADE
4646int buffer []= {SSIN_UACPROC ,UAC_SIGBUS };
4747
@@ -69,7 +69,7 @@ main(int argc, char *argv[])
6969syscall (SYS_sysmips ,MIPS_FIXADE ,0 ,NULL ,NULL ,NULL );
7070#endif
7171
72- #if defined(__alpha )
72+ #if defined(__alpha__ )
7373if (setsysinfo (SSI_NVPAIRS ,buffer ,1 , (caddr_t )NULL ,
7474 (unsigned long )NULL )< 0 )
7575elog (NOTICE ,"setsysinfo failed: %d\n" ,errno );