From d9feb4e7bfd6d419ccc49092d750c480319b5614 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 27 Jan 2003 14:36:56 +0000 Subject: * 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. --- gdb/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/config.in') 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 -- cgit v1.2.1