aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-12-17 13:27:04 +0000
committerJonathan Wakely <jwakely@redhat.com>2020-12-17 14:02:59 +0000
commitf5feee6adc8350a292c235eb21e31a5082350d94 (patch)
treed1a2723616163920b67140da958ea8cc91bf6476 /libstdc++-v3/config.h.in
parent096164229a4c2d1efab9f259f50be1bdcdfc8abd (diff)
downloadgcc-f5feee6adc8350a292c235eb21e31a5082350d94.zip
gcc-f5feee6adc8350a292c235eb21e31a5082350d94.tar.gz
gcc-f5feee6adc8350a292c235eb21e31a5082350d94.tar.bz2
libstdc++: Regenerate autoconf files
I forgot to regenerate these files in r11-6137. libstdc++-v3/ChangeLog: * config.h.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in57
1 files changed, 0 insertions, 57 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index 937c19c..d36ca26 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -69,66 +69,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
-/* Define if EBADMSG exists. */
-#undef HAVE_EBADMSG
-
-/* Define if ECANCELED exists. */
-#undef HAVE_ECANCELED
-
-/* Define if ECHILD exists. */
-#undef HAVE_ECHILD
-
-/* Define if EIDRM exists. */
-#undef HAVE_EIDRM
-
/* Define to 1 if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H
-/* Define if ENODATA exists. */
-#undef HAVE_ENODATA
-
-/* Define if ENOLINK exists. */
-#undef HAVE_ENOLINK
-
-/* Define if ENOSPC exists. */
-#undef HAVE_ENOSPC
-
-/* Define if ENOSR exists. */
-#undef HAVE_ENOSR
-
-/* Define if ENOSTR exists. */
-#undef HAVE_ENOSTR
-
-/* Define if ENOTRECOVERABLE exists. */
-#undef HAVE_ENOTRECOVERABLE
-
-/* Define if ENOTSUP exists. */
-#undef HAVE_ENOTSUP
-
-/* Define if EOVERFLOW exists. */
-#undef HAVE_EOVERFLOW
-
-/* Define if EOWNERDEAD exists. */
-#undef HAVE_EOWNERDEAD
-
-/* Define if EPERM exists. */
-#undef HAVE_EPERM
-
-/* Define if EPROTO exists. */
-#undef HAVE_EPROTO
-
-/* Define if ETIME exists. */
-#undef HAVE_ETIME
-
-/* Define if ETIMEDOUT exists. */
-#undef HAVE_ETIMEDOUT
-
-/* Define if ETXTBSY exists. */
-#undef HAVE_ETXTBSY
-
-/* Define if EWOULDBLOCK exists. */
-#undef HAVE_EWOULDBLOCK
-
/* Define to 1 if GCC 4.6 supported std::exception_ptr for the target */
#undef HAVE_EXCEPTION_PTR_SINCE_GCC46