]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - lto-plugin/config.h.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / lto-plugin / config.h.in
index f7f479cf7bba00162635682a1b2c3151694ade09..ddbde7619d531141a841e9ba0a9e1255f552b4dc 100644 (file)
 /* Version number of package */
 #undef VERSION
 
+/* 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