[vtk-developers] Mac OS X Universal Binary support, defining VTK_WORDS_BIGENDIAN

Sean McBride sean at rogue-research.com
Mon Feb 12 10:19:19 EST 2007


On 2007-02-01 09:31, Brad King said:

>> #cmakedefine VTK_WORDS_BIGENDIAN
>> 
>> to:
>> 
>> #if defined(__BIG_ENDIAN__)
>> # define VTK_WORDS_BIGENDIAN
>> #elif defined(__LITTLE_ENDIAN__)
>> # undef VTK_WORDS_BIGENDIAN
>> #else
>> #cmakedefine VTK_WORDS_BIGENDIAN
>> #endif
>
>This looks fine to me.

FYI,

I have just checked in very similar changes to:

Utilities/vtkexpat/expatConfig.h.in
Utilities/vtknetcdf/ncconfig.h.in

-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada





More information about the vtk-developers mailing list