$NetBSD: patch-ab,v 1.1 2000/12/27 02:01:47 wiz Exp $ --- fitsio2.h.orig Tue Jan 11 17:12:13 2000 +++ fitsio2.h @@ -68,6 +68,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