Large file support on 32-bit systems

* Add AC_SYS_LARGEFILE to configure.ac

* Replace fseek with fseeko
This commit is contained in:
Evan Miller
2020-11-07 11:40:44 -05:00
parent 06234afc1a
commit 38ce7db045
3 changed files with 7 additions and 4 deletions

View File

@@ -45,6 +45,9 @@ AC_TYPE_SIZE_T
AM_ICONV
AM_GCC_ATTRIBUTE_ALIAS
dnl Enable large files on 32-bit systems
AC_SYS_LARGEFILE
dnl no optional stuff by default
OPTDIRS=""