Skip to content

configure: Use AC_SYS_LARGEFILE to enable large file support

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

The only files libICE operates on are .ICEauthority files, which it only uses internally and does not make available to other code, so there is no concern about ABI mismatch here.

While .ICEauthority files should never be more than 2gb in size, they may be stored on filesystems with large inodes.

Merge request reports