c453a7da0d
Changes since 2.037: 4 years of active development, and about 1000 lines of NEWS included in changes.txt in the archive.
17 lines
385 B
Text
17 lines
385 B
Text
$NetBSD: patch-ab,v 1.2 2004/09/08 13:32:31 wiz Exp $
|
|
|
|
--- fitsio2.h.orig 2004-07-30 20:54:15.000000000 +0200
|
|
+++ fitsio2.h
|
|
@@ -95,6 +95,12 @@
|
|
#define BYTESWAPPED TRUE
|
|
#define LONGSIZE 64
|
|
|
|
+#elif defined(__alpha) && defined(__NetBSD__)
|
|
+
|
|
+#define MACHINE ALPHA_OSF
|
|
+#define BYTESWAPPED TRUE
|
|
+#define LONGSIZE 64
|
|
+
|
|
#elif defined(ultrix) && defined(unix)
|
|
|
|
#define MACHINE ULTRIX
|