IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2005, 2:59:07 PM (21 years ago)
Author:
eugene
Message:

added dependency on libohana (for ohana_allocate), dropped fits.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/include/fitsio.h

    r4864 r5238  
    33# ifndef FITSIO
    44# 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 */
    525
    626/********** FITS Constants *********/
Note: See TracChangeset for help on using the changeset viewer.