aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorBjörn Schäpers <bjoern@hazardy.de>2024-05-17 11:45:28 +0100
committerJonathan Wakely <jwakely@redhat.com>2024-05-17 14:45:19 +0100
commitd4635b504c73b653b815d2c2543c86c91b00e373 (patch)
tree4768b922777de4f05bdfb18d9e5bbcedd11f6af9 /libstdc++-v3/config.h.in
parent5aaf47cb1987bbc5508c4b9b7dad5ea7d69af2c2 (diff)
downloadgcc-d4635b504c73b653b815d2c2543c86c91b00e373.zip
gcc-d4635b504c73b653b815d2c2543c86c91b00e373.tar.gz
gcc-d4635b504c73b653b815d2c2543c86c91b00e373.tar.bz2
libstdc++: detect DLLs on windows with <stacktrace>
libstdc++-v3/ChangeLog: * acinclude.m4 (GLIBCXX_ENABLE_BACKTACE): Add check for tlhelp32.h, matching libbacktrace. * config.h.in: Regenerate. * configure: Regenerate. 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 906e014..486ba45 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -490,6 +490,9 @@
/* Define to 1 if you have the `timespec_get' function. */
#undef HAVE_TIMESPEC_GET
+/* Define to 1 if you have the <tlhelp32.h> header file. */
+#undef HAVE_TLHELP32_H
+
/* Define to 1 if the target supports thread-local storage. */
#undef HAVE_TLS