diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-22 16:38:05 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-22 16:38:05 +0000 |
commit | 687d0767cda167b23de5943e4315b95212cf50f2 (patch) | |
tree | 1d313e75de83830a8ebf1e687e1c911765f13b29 /libgfortran/config.h.in | |
parent | 89a2af158ff017a1fe150ff5a5d16ce60838b977 (diff) | |
download | gcc-687d0767cda167b23de5943e4315b95212cf50f2.tar.gz |
PR 48931 Make backtrace async-signal-safe, reformat output
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174030 138bc75d-0d04-0410-961f-82ee72b054a4
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 |