summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2003-01-27 14:36:56 +0000
committerDaniel Jacobowitz <dan@debian.org>2003-01-27 14:36:56 +0000
commitfa7e61083942d771d35c869a7c26e51b830c75af (patch)
tree9676b969ce877d464aefb6069cef3c37574a2dc3 /gdb/config.in
parent3e9be04d22e03d3afcb30f1786705a1f13c76192 (diff)
downloadgdb-fa7e61083942d771d35c869a7c26e51b830c75af.tar.gz
* configure.in: Check that -pg works if using --enable-profiling.
Check for monstartup and _mcleanup regardless of --enable-profiling. * maint.c: Check for monstartup and _mcleanup before using them. * config.in: Regenerated. * configure: Regenerated.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index cf59d38f741..06f46709aff 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -188,6 +188,9 @@
/* Define if you have the __argz_stringify function. */
#undef HAVE___ARGZ_STRINGIFY
+/* Define if you have the _mcleanup function. */
+#undef HAVE__MCLEANUP
+
/* Define if you have the canonicalize_file_name function. */
#undef HAVE_CANONICALIZE_FILE_NAME
@@ -200,6 +203,9 @@
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
+/* Define if you have the monstartup function. */
+#undef HAVE_MONSTARTUP
+
/* Define if you have the munmap function. */
#undef HAVE_MUNMAP