summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-20 14:36:56 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-20 14:36:56 +0000
commitbd83c8ab8d8c65c3a18f449ede7ba2abef6d1c33 (patch)
tree0d2a84cb3f0ff31372af99337ec596b7f10c07a6 /libstdc++-v3/config.h.in
parent960a9b56d6ddfdfa9f6ec747b263e8a6dec80bcd (diff)
downloadgcc-bd83c8ab8d8c65c3a18f449ede7ba2abef6d1c33.tar.gz
PR libstdc++/55741
* acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Check for Sleep. * config.h.in: Regenerate. * configure: Regenerate. * src/c++11/thread.cc (__sleep_for): Use Sleep if available. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194635 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 fcb2bb31971..dd14b91ebfd 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -460,6 +460,9 @@
/* Define to 1 if you have the <wctype.h> header file. */
#undef HAVE_WCTYPE_H
+/* Defined if Sleep exists. */
+#undef HAVE_WIN32_SLEEP
+
/* Define if writev is available in <sys/uio.h>. */
#undef HAVE_WRITEV