summaryrefslogtreecommitdiff
path: root/gprof/gconfig.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-03-14 03:14:56 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-03-14 03:14:56 +0000
commit2f03d8ae4f701cf7710d14a47e0a6cc539077861 (patch)
treed55ce5b6020729eb103cb1fee509dc03149e4a3a /gprof/gconfig.in
parent912f7270cfdb64add96caa3e380fefbd14963e05 (diff)
downloadbinutils-redhat-2f03d8ae4f701cf7710d14a47e0a6cc539077861.tar.gz
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 27cc579dbc..1e6afc17ef 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