summaryrefslogtreecommitdiffstats
path: root/lto-plugin/config.h.in
diff options
context:
space:
mode:
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-01 16:57:47 +0000
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-01 16:57:47 +0000
commitd709d178061ffb9f705c4fa32382588e416a7899 (patch)
tree3e36a4a8beb3b58cf184f8a0c86fa744dc2ec475 /lto-plugin/config.h.in
parentce9ec84194a1869a8eb4180b6eafd6b432a23769 (diff)
downloadppe42-gcc-d709d178061ffb9f705c4fa32382588e416a7899.tar.gz
ppe42-gcc-d709d178061ffb9f705c4fa32382588e416a7899.zip
2010-12-01 Kai Tietz <kai.tietz@onevision.com>
* config.h.in: Regenerated. * configure: Regenerated. * Makefile.in: Regenerated. * configure.ac (AC_CHECK_HEADERS): Check for sys/wait.h. * lto-plugin.c: Include sys/wait.h conditionally. * aclocal.m4: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167343 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin/config.h.in')
-rw-r--r--lto-plugin/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/lto-plugin/config.h.in b/lto-plugin/config.h.in
index 9c99e88b954..247b3447d1e 100644
--- a/lto-plugin/config.h.in
+++ b/lto-plugin/config.h.in
@@ -27,6 +27,9 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
+/* Define to 1 if you have the <sys/wait.h> header file. */
+#undef HAVE_SYS_WAIT_H
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
OpenPOWER on IntegriCloud