diff options
author | Janne Blomqvist <jb@gcc.gnu.org> | 2011-05-22 19:38:05 +0300 |
---|---|---|
committer | Janne Blomqvist <jb@gcc.gnu.org> | 2011-05-22 19:38:05 +0300 |
commit | eec2794c17c802a3027874aaa49f6bb3e5ef9f22 (patch) | |
tree | 1d313e75de83830a8ebf1e687e1c911765f13b29 /libgfortran/config.h.in | |
parent | 15f072f97b41fa6fdbc62c10a9a2c55a3295f65a (diff) | |
download | gcc-eec2794c17c802a3027874aaa49f6bb3e5ef9f22.tar.gz |
PR 48931 Make backtrace async-signal-safe, reformat output
From-SVN: r174030
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 30da5fa7e21..57f66b51ab9 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -84,8 +84,8 @@ /* Define to 1 if you have the `backtrace' function. */ #undef HAVE_BACKTRACE -/* Define to 1 if you have the `backtrace_symbols' function. */ -#undef HAVE_BACKTRACE_SYMBOLS +/* Define to 1 if you have the `backtrace_symbols_fd' function. */ +#undef HAVE_BACKTRACE_SYMBOLS_FD /* Define if powf is broken. */ #undef HAVE_BROKEN_POWF @@ -639,6 +639,9 @@ /* Define to 1 if you have the <pwd.h> header file. */ #undef HAVE_PWD_H +/* Define to 1 if you have the `readlink' function. */ +#undef HAVE_READLINK + /* libm includes round */ #undef HAVE_ROUND |