Have configure check for use of %lld for int64, and if that fails, check for

Marc G. Fournier <scrappy@hub.org>

Commit: 75007a72d6d3387c1e5cd6ba11e06c76513bfd64
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1999-03-08T04:17:33Z
Releases: 7.1.1
Have configure check for use of %lld for int64, and if that fails, check for
use of %qd...a more generic solution then having #ifdef __<INSERT OS HERE>__
in the code...

Files

PathChange+/−
src/configure modified +627 −427
src/configure.in modified +40 −6
src/include/config.h.in modified +6 −0
src/include/utils/int8.h modified +6 −2