Have configure check for use of %lld for int64, and if that fails, check for
Marc G. Fournier <scrappy@hub.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |