David Mosberger's fixes for cross compiling gprof.
[deliverable/binutils-gdb.git] / gprof / gconfig.in
index 27cc579dbc69608c98630ece3df9251fd545d554..1e6afc17ef4709aad81bb3a75ea80a2ce736a25e 100644 (file)
@@ -40,6 +40,9 @@
 /* Define if you have the ANSI C header files.  */
 #undef STDC_HEADERS
 
+/* Define as the size of a pointer in the target profile file format.  */
+#undef GMON_PTR_SIZE
+
 /* Define if you have the __argz_count function.  */
 #undef HAVE___ARGZ_COUNT
 
 /* Define if you have the <string.h> header file.  */
 #undef HAVE_STRING_H
 
+/* Define if you have the <sys/gmon_out.h> header file.  */
+#undef HAVE_SYS_GMON_OUT_H
+
 /* Define if you have the <sys/param.h> header file.  */
 #undef HAVE_SYS_PARAM_H
 
This page took 0.028684 seconds and 4 git commands to generate.