i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/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
 
This page took 0.023446 seconds and 4 git commands to generate.