From d1e2ab1eac958818667d94510812942ba77fdb66 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 10 Jun 2021 13:32:09 +1000 Subject: [PATCH] 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. --- config.h.meson | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.h.meson b/config.h.meson index 948135f1c..f357085bc 100644 --- a/config.h.meson +++ b/config.h.meson @@ -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