summaryrefslogtreecommitdiff
path: root/defines.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h.in')
-rw-r--r--defines.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/defines.h.in b/defines.h.in
index bfd0ab78d71b6..46232c0e45100 100644
--- a/defines.h.in
+++ b/defines.h.in
@@ -416,6 +416,11 @@
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
+/* 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