aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-21 09:03:35 +0100
committerMartin Liska <mliska@suse.cz>2022-11-21 09:03:35 +0100
commit139ffc7771b45ea5ef38d58b962976e3f269589c (patch)
tree9d0b114f9cd81d05a8f4d070d161486a38c2335e /libcpp
parentb03ad138a61f64d8a77876d6864aad5103fff498 (diff)
downloadgcc-139ffc7771b45ea5ef38d58b962976e3f269589c.zip
gcc-139ffc7771b45ea5ef38d58b962976e3f269589c.tar.gz
gcc-139ffc7771b45ea5ef38d58b962976e3f269589c.tar.bz2
build: re-configure 2 files
libcpp/ChangeLog: * config.in: Re-configure. libstdc++-v3/ChangeLog: * src/experimental/Makefile.in: Re-configure.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/config.in b/libcpp/config.in
index 9983aee..32397b8 100644
--- a/libcpp/config.in
+++ b/libcpp/config.in
@@ -186,6 +186,9 @@
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
+/* Define if valgrind's memcheck.h header is installed. */
+#undef HAVE_MEMCHECK_H
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -234,6 +237,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define if valgrind's valgrind/memcheck.h header is installed. */
+#undef HAVE_VALGRIND_MEMCHECK_H
+
/* Define as const if the declaration of iconv() needs const. */
#undef ICONV_CONST