CMake/Utilities/cmliblzma/common
Chuck Atkins 996f822930 liblzma: fix build on platforms with no SIZE_MAX defined.
Some systems don't define a SIZE_MAX (older versions of HP-UX with aCC).
The logic was already in place to account for this condition but
SIZEOF_SIZE_T was not getting cmoputed at configure time to allow it to
function.  This computes sizeof(size_t) at configure time to allow the
appropriate logic to work.  It also changes SIZEOF_SIZE_T to SIZE_OF_SIZE_T
for consistency.
2014-11-03 14:37:12 -05:00
..
common_w32res.rc Merge branch 'liblzma-upstream' into add-liblzma 2014-07-21 15:54:44 -04:00
sysdefs.h liblzma: fix build on platforms with no SIZE_MAX defined. 2014-11-03 14:37:12 -05:00
tuklib_integer.h liblzma: Port to VS 6, 7.0 2014-07-29 08:45:36 -04:00