gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gprof / gconfig.in
index 1325a1f1864ce7e6eed5d6049480b05e3a0ba43a..fadb378332ec186c46fc06788cf248acb7f7cad8 100644 (file)
@@ -43,6 +43,9 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if you have the <windows.h> header file. */
+#undef HAVE_WINDOWS_H
+
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */
 #undef LT_OBJDIR
 /* 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.025341 seconds and 4 git commands to generate.