aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorBjörn Schäpers <bjoern@hazardy.de>2022-12-12 18:27:49 +0100
committerJonathan Wakely <jwakely@redhat.com>2023-01-14 20:49:45 +0000
commit523e8716a452978a7972478d8cdbbe0d1a794a74 (patch)
treeed3f57c4617096fe9f4c90fe2dcb58c0d3ad11dc /libstdc++-v3/config.h.in
parentb1c839be8353edfb1951454be3c5a8150f771385 (diff)
downloadgcc-523e8716a452978a7972478d8cdbbe0d1a794a74.zip
gcc-523e8716a452978a7972478d8cdbbe0d1a794a74.tar.gz
gcc-523e8716a452978a7972478d8cdbbe0d1a794a74.tar.bz2
libstdc++: enable <stacktrace> on windows
libstdc++-v3/Changelog * acinclude.m4 (GLIBCXX_ENABLE_BACKTRACE): Add check for windows.h. Add pecoff as FORMAT_FILE. * config.h.in: Regenerate. * configure: Regenerate. * src/libbacktrace/Makefile.am: Regenerate. * src/libbacktrace/Makefile.in: Add pecoff.c as FORMAT_FILE. Signed-off-by: Björn Schäpers <bjoern@hazardy.de>
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 75eddfd..a336daf 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -525,6 +525,9 @@
/* Define to 1 if you have the <wctype.h> header file. */
#undef HAVE_WCTYPE_H
+/* Define to 1 if you have the <windows.h> header file. */
+#undef HAVE_WINDOWS_H
+
/* Define if writev is available in <sys/uio.h>. */
#undef HAVE_WRITEV