From a8cc121c4400881b45a9918351a7412053b00816 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 6 Jun 2013 18:51:08 +0200 Subject: Imported Upstream version 7.4.0 --- config.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index f050273..3682381 100644 --- a/config.h.in +++ b/config.h.in @@ -461,6 +461,11 @@ `char[]'. */ #undef YYTEXT_POINTER +/* 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. */ #undef _FILE_OFFSET_BITS -- cgit v1.2.3