Skip to content

configure: Use AC_SYS_LARGEFILE to enable large file support

Alan Coopersmith requested to merge alanc/xfs:largefile into master

While files opened by xfs should never be more than 2gb in size, they may be stored on filesystems with large inodes or dates past 2038.

Signed-off-by: Alan Coopersmith

Merge request reports