summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2006-07-21 21:11:46 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2006-07-21 21:11:46 +0000
commitee7d0a6f2e65fa26985470946dab9c1d9d10fff5 (patch)
tree0a046852d30ffe698d33f4558eb51cfec2e53ab7 /libstdc++-v3/config.h.in
parent8d93ef95fdb573e11da3b6c11e5b1ddeb8c9dd78 (diff)
downloadgcc-ee7d0a6f2e65fa26985470946dab9c1d9d10fff5.tar.gz
PR target/26792
* configure.ac: Use GCC_CHECK_UNWIND_GETIPINFO to define HAVE_GETIPINFO. * aclocal.m4: Add include of ../config/unwind_ipinfo.m4. * config.h.in: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. * libmath/Makefile.in: Regenerate. * include/Makefile.in: Regenerate. * src/Makefile.in: Regenerate. * libsupc++/Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. * po/Makefile.in: Regenerate. * libsupc++/eh_personality.cc: Check HAVE_GETIPINFO. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115654 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index 47e3c989b78..7fa144b2b93 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -111,6 +111,9 @@
/* Define to 1 if you have the <gconv.h> header file. */
#undef HAVE_GCONV_H
+/* Define if _Unwind_GetIPInfo is available. */
+#undef HAVE_GETIPINFO
+
/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE