updated for version 7.2.413
Problem: Large file support is incorrect.
Solution: Add AC_SYS_LARGEFILE to configure. (James Vega)
diff --git a/src/configure.in b/src/configure.in
index b7ebe44..ae10bcf 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -2669,6 +2669,10 @@
usleep utime utimes)
AC_FUNC_FSEEKO
+dnl define _LARGE_FILES, _FILE_OFFSET_BITS and _LARGEFILE_SOURCE when
+dnl appropriate, so that off_t is 64 bits when needed.
+AC_SYS_LARGEFILE
+
dnl fstatfs() can take 2 to 4 arguments, try to use st_blksize if possible
AC_MSG_CHECKING(for st_blksize)
AC_TRY_COMPILE(