--- ./configure_orig 2026-07-12 23:12:15.679024104 -0400 +++ ./configure 2026-07-12 23:14:08.124990235 -0400 @@ -12287,24 +12287,6 @@ use_lfs=no esac -if test "$use_lfs" = "yes"; then -# Two defines needed to enable largefile support on various platforms -# These may affect some typedefs -case $ac_sys_system/$ac_sys_release in -AIX*) - -printf "%s\n" "#define _LARGE_FILES 1" >>confdefs.h - - ;; -esac - -printf "%s\n" "#define _LARGEFILE_SOURCE 1" >>confdefs.h - - -printf "%s\n" "#define _FILE_OFFSET_BITS 64" >>confdefs.h - -fi - # Add some code to confdefs.h so that the test for off_t works on SCO cat >> confdefs.h <<\EOF #if defined(SCO_DS)