diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 2e49e006471..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 @@ -416,6 +422,9 @@ /* Name of this package. */ #undef PACKAGE +/* Global directory for separate debug files. */ +#undef DEBUGDIR + /* Define to BFD's default architecture. */ #undef DEFAULT_BFD_ARCH |