IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2010, 5:42:47 PM (16 years ago)
Author:
bills
Message:

Fixes to make build work on MacOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/ohana.h

    r28241 r28255  
    110110# endif
    111111
    112 # ifdef darwin_x86
     112# if defined(darwin_x86) || defined(_DARWIN_C_SOURCE)
    113113# define BYTE_SWAP
    114114# endif
     
    139139# define OFF_T_FMT "%jd"
    140140# endif
     141# ifdef _DARWIN_C_SOURCE
     142# define OFF_T_FMT "%jd"
     143#endif
    141144# ifndef OFF_T_FMT
    142145# define OFF_T_FMT "%ld"
Note: See TracChangeset for help on using the changeset viewer.