Skip to content

configure: Use AC_SYS_LARGEFILE to enable large file support

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

While xman can't handle files more than 2gb in size, due to libXt API limits, it can handle files with large inodes. (Not that any man page should ever be more than even 1mb in size in reality.)

Merge request reports