diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index cf59d38..06f4670 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 |