Skip to content

COMP: Fix Configure.h.in for 32-bit file offsets

Bradley Lowekamp requested to merge blowekamp/kwsys:patch-1 into master

Addresses the following compilation errors seen on the ITK dashboard: Modules/ThirdParty/KWSys/src/itksys/Configure.h:65:59: error: operator '&&' has no right operand #if 0 && (defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS < 64)

Merge request reports