Changeset 5238 for trunk/Ohana/src/libfits/include/fitsio.h
- Timestamp:
- Oct 7, 2005, 2:59:07 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/include/fitsio.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/include/fitsio.h
r4864 r5238 3 3 # ifndef FITSIO 4 4 # define FITSIO 5 6 /* also defined in libautocode/def/common.h */ 7 /* what about lin64 ?? - 'linux' might be defined automatically by linux */ 8 # ifndef BYTE_SWAP 9 # ifdef linux 10 # define BYTE_SWAP 11 # endif 12 13 # ifdef sid 14 # define BYTE_SWAP 15 # endif 16 17 # ifdef dec 18 # define BYTE_SWAP 19 # endif 20 # endif /* BYTE_SWAP */ 21 22 # ifndef NEWLINE 23 # define NEWLINE 10 /* UNIX RETURN character */ 24 # endif /* NEWLINE */ 5 25 6 26 /********** FITS Constants *********/
Note:
See TracChangeset
for help on using the changeset viewer.
