aboutsummaryrefslogtreecommitdiff
path: root/gprof/gconfig.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-03-14 03:14:56 +0000
committerAlan Modra <amodra@gmail.com>2001-03-14 03:14:56 +0000
commit0eee5820aa0f68b2283b40f5a3fb09aefcfb1575 (patch)
tree849fb8ae327bfed38a9afe6c45bed35e4a96703a /gprof/gconfig.in
parent04847a4d3e1cf5c5c811f8fbbdeeca498de51dc4 (diff)
downloadfsf-binutils-gdb-0eee5820aa0f68b2283b40f5a3fb09aefcfb1575.zip
fsf-binutils-gdb-0eee5820aa0f68b2283b40f5a3fb09aefcfb1575.tar.gz
fsf-binutils-gdb-0eee5820aa0f68b2283b40f5a3fb09aefcfb1575.tar.bz2
David Mosberger's fixes for cross compiling gprof.
Diffstat (limited to 'gprof/gconfig.in')
-rw-r--r--gprof/gconfig.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gprof/gconfig.in b/gprof/gconfig.in
index 27cc579..1e6afc1 100644
--- a/gprof/gconfig.in
+++ b/gprof/gconfig.in
@@ -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
@@ -100,6 +103,9 @@
/* 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