]> Savannah Git Hosting - gnulib.git/commitdiff
largefile: remove _DARWIN_USE_64_BIT_INODE
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Feb 2020 01:27:02 +0000 (17:27 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Feb 2020 01:27:24 +0000 (17:27 -0800)
It’s not needed in currently-supported macOS versions, and was
problematic anyway in MacOS X 10.5 which was the only version that
could use it.  Problem reported by Peter Eisentraut in:
https://lists.gnu.org/r/bug-autoconf/2020-02/msg00004.html
* m4/largefile.m4 (AC_SYS_LARGEFILE):
Don’t define _DARWIN_USE_64_BIT_INODE.
This syncs with Autoconf master.

ChangeLog
m4/largefile.m4

index 89beae3d7461526b6c4175a05a25cc2250139fe7..ee4d041e058c60745595efaed1ab4b6ee07072f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2020-02-21  Paul Eggert  <eggert@cs.ucla.edu>
 
+       largefile: remove _DARWIN_USE_64_BIT_INODE
+       It’s not needed in currently-supported macOS versions, and was
+       problematic anyway in MacOS X 10.5 which was the only version that
+       could use it.  Problem reported by Peter Eisentraut in:
+       https://lists.gnu.org/r/bug-autoconf/2020-02/msg00004.html
+       * m4/largefile.m4 (AC_SYS_LARGEFILE):
+       Don’t define _DARWIN_USE_64_BIT_INODE.
+       This syncs with Autoconf master.
+
        Add ‘extern "C"’ to count-one-bits.h etc.
        This ports these .h files to C++.
        Problem reported by Simon Marchi in:
index e381339c40c3989912b82d05a1309c257efe6b9a..8017ca70eb440e239458dc14b17bbfc9a8362128 100644 (file)
@@ -113,9 +113,6 @@ if test "$enable_largefile" != no; then
       [Define for large files, on AIX-style hosts.],
       [_AC_SYS_LARGEFILE_TEST_INCLUDES])
   fi
-
-  AC_DEFINE([_DARWIN_USE_64_BIT_INODE], [1],
-    [Enable large inode numbers on Mac OS X 10.5.])
 fi
 ])# AC_SYS_LARGEFILE
 ])# m4_version_prereq 2.70