]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libcpp/config.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libcpp / config.in
index dd489a5f402bf0f1e9ee783414681181f9c32910..89aa6a1f30e95690e8ae13b62303972c93781d4b 100644 (file)
 # 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