config.h.meson: remove hack for MacOS 10.5

https://lists.gnu.org/r/bug-autoconf/2020-02/msg00004.html

MacOS 10.6 no longer requires that hack and it predates our initial commit by
6 years (2009 vs 2015), so let's conservatively assume this hack is not needed
here.
This commit is contained in:
Peter Hutterer 2021-06-10 13:32:09 +10:00 committed by Wim Taymans
parent 478e1cc516
commit d1e2ab1eac

View file

@ -428,11 +428,6 @@
significant byte first (like Motorola and SPARC, unlike Intel). */
#mesondefine WORDS_BIGENDIAN
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* Number of bits in a file offset, on hosts where this is settable. */
#mesondefine _FILE_OFFSET_BITS