]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gprof/gconfig.in
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gprof / gconfig.in
index efe052287484dc7b0aaf3ed5ac5e8b0dbbbed684..fadb378332ec186c46fc06788cf248acb7f7cad8 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