gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gprof / gconfig.in
index 25679910ee73fb2ae8f1c3f7b1cb2951166da71f..fadb378332ec186c46fc06788cf248acb7f7cad8 100644 (file)
@@ -1,4 +1,4 @@
-/* gconfig.in.  Generated from configure.in by autoheader.  */
+/* gconfig.in.  Generated from configure.ac by autoheader.  */
 
 /* Define to 1 if translation of program messages to the user's native
    language is requested. */
@@ -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.023037 seconds and 4 git commands to generate.