]> git.draconx.ca Git - dxcommon.git/commit
pack: Improve 64-bit detection.
authorNick Bowler <nbowler@draconx.ca>
Sat, 18 Nov 2023 20:28:10 +0000 (15:28 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 18 Nov 2023 21:39:56 +0000 (16:39 -0500)
commitb97ef4ca7edf933b4ec0a56fdad7d55d147598e9
treec397ca13d2d98fbd7d96baf93197cd109d3f338d
parent25e5a26bf46adbe4c7cf44ff58aec071c4241e4c
pack: Improve 64-bit detection.

HP-UX 11.11 does not provide (U)LLONG_MAX in <limits.h>, but does provide
(U)LONG_LONG_MAX.  Tweak the check to find this, and also accept the
Autoconf-provided HAVE_LONG_LONG_INT so things just work if that is
used.
src/pack.h