aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2018-01-18 20:52:16 +0100
committerUros Bizjak <uros@gcc.gnu.org>2018-01-18 20:52:16 +0100
commitdac867c90a93d411f71a2ce960f61c0f637235ad (patch)
tree9894307aa5495f8e4695837b7ae2d961ee18b277 /libstdc++-v3/config.h.in
parent50b27938f70819e2453bcd72a80a6a4c2b9e2fcb (diff)
downloadgcc-dac867c90a93d411f71a2ce960f61c0f637235ad.zip
gcc-dac867c90a93d411f71a2ce960f61c0f637235ad.tar.gz
gcc-dac867c90a93d411f71a2ce960f61c0f637235ad.tar.bz2
configure.ac (AC_CHECK_HEADERS): Add linux/types.h.
* configure.ac (AC_CHECK_HEADERS): Add linux/types.h. Conditionally include linux/types.h when checking linux/random.h header. * config.h.in: Regenerate. * configure: Ditto. * src/c++11/random.cc: Conditionally include linux/types.h. From-SVN: r256859
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 e31e054..5a0f067 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -270,6 +270,9 @@
/* Define to 1 if you have the <linux/random.h> header file. */
#undef HAVE_LINUX_RANDOM_H
+/* Define to 1 if you have the <linux/types.h> header file. */
+#undef HAVE_LINUX_TYPES_H
+
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H