summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2012-06-02 13:25:34 +0200
committerAlessio Treglia <alessio@debian.org>2012-06-02 13:25:34 +0200
commit5927940f774494d20baf7fc501326c2b084e3846 (patch)
tree26d6fb77280492534c4414f8855e8b5ca2cd97a9 /config.h.in
parent73be72d722eef532bea958e875204412ebaa4658 (diff)
Imported Upstream version 3.2.3
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index b4c9ad3..a9b8c97 100644
--- a/config.h.in
+++ b/config.h.in
@@ -142,6 +142,11 @@
# endif
#endif
+/* 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