summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2013-06-06 18:51:08 +0200
committerMichael Biebl <biebl@debian.org>2013-06-06 18:51:08 +0200
commita8cc121c4400881b45a9918351a7412053b00816 (patch)
tree06ba83dd840de8626395a12c233c874cba00442c /config.h.in
parent91bc2744cf85809ac50535129ba4a3c4faae081b (diff)
downloadrsyslog-a8cc121c4400881b45a9918351a7412053b00816.tar.gz
Imported Upstream version 7.4.0upstream/7.4.0
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 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