Eliminate configure probes related to off_t
commit4aea55e22a9db67b7158157c70e7dfdb62ee4e0c
authorOlly Betts <olly@survex.com>
Tue, 5 Dec 2017 04:16:18 +0000 (5 17:16 +1300)
committerOlly Betts <olly@survex.com>
Tue, 5 Dec 2017 04:16:18 +0000 (5 17:16 +1300)
treeda98f908399c31edbfa4e91e31236097f4651456
parent0532bc3cda78e6b7241adae1b6a3ea67e159945b
Eliminate configure probes related to off_t

We can use C++11's uint_least64_t instead of an unsigned version of
off_t (we cap the size at 63 bits anyway), and we can use sizeof(off_t)
instead of SIZEOF_OFF_T.

Previously we could get mismatching info for MSVC, for which we define
off_t to __int64 in common/safeunistd.h.
xapian-core/configure.ac
xapian-core/net/remoteconnection.cc