build: use only standard _FILE_OFFSET_BITS=64 macro for large files
authorAndrew Bartlett <abartlet@samba.org>
Tue, 27 Mar 2012 22:34:12 +0000 (09:34 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 5 Apr 2012 00:39:08 +0000 (02:39 +0200)
commitdb1f2779791d250a01e2405a2f901bab4ade4efd
treea8f4d46ab3aacf5e65ced2fe015fac2f9a1a97ca
parent813d31183dfba7ac702e93b26640ce4d5d0d9918
build: use only standard _FILE_OFFSET_BITS=64 macro for large files

(We also already use any other macro as set by getconf LFS_CFLAGS, and
the standard AC_SYS_LARGEFILE macro in libreplace).

This is instead of using the transitional *64 posix largefile API

Andrew Bartlett
source3/configure.in