patch-fitsio2_h 585 B

12345678910111213
  1. $OpenBSD: patch-fitsio2_h,v 1.2 2008/01/23 15:57:26 naddy Exp $
  2. --- fitsio2.h.orig Tue Jan 3 23:05:19 2006
  3. +++ fitsio2.h Tue Jan 22 22:05:04 2008
  4. @@ -28,6 +28,8 @@
  5. #define MINDIRECT 8640 /* minimum size for direct reads and writes */
  6. /* MINDIRECT must have a value >= 8640 */
  7. +#undef MACHINE /* OpenBSD <machine/param.h> */
  8. +
  9. /* it is useful to identify certain specific types of machines */
  10. #define NATIVE 0 /* machine that uses non-byteswapped IEEE formats */
  11. #define OTHERTYPE 1 /* any other type of machine */