OSDN Git Service

Have configure check for use of %lld for int64, and if that fails, check for
authorMarc G. Fournier <scrappy@hub.org>
Mon, 8 Mar 1999 04:17:33 +0000 (04:17 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 8 Mar 1999 04:17:33 +0000 (04:17 +0000)
commit75007a72d6d3387c1e5cd6ba11e06c76513bfd64
tree8c49812e65bad5bb846adca05b0ec94ed4cb93c9
parenta431aaec44020ea1359a5aa035cdbf189baecd90
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...
src/configure
src/configure.in
src/include/config.h.in
src/include/utils/int8.h