mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
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:
parent
478e1cc516
commit
d1e2ab1eac
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue