aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-11-19 10:05:03 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-11-19 10:05:03 +0000
commita6458d1dddddd3501ffc2a8e9e4ff02c9266c6da (patch)
tree15f3a285bee9689b9686f6c32e7c6659b363b446 /libiberty/config.in
parent8cacfe11536721c59e59ecfde53c14be0b00423b (diff)
downloadgcc-a6458d1dddddd3501ffc2a8e9e4ff02c9266c6da.zip
gcc-a6458d1dddddd3501ffc2a8e9e4ff02c9266c6da.tar.gz
gcc-a6458d1dddddd3501ffc2a8e9e4ff02c9266c6da.tar.bz2
configure.in: Call AC_HEADER_SYS_WAIT.
* configure.in: Call AC_HEADER_SYS_WAIT. * pexecute.c: Include sys/wait.h when !IN_GCC. From-SVN: r23711
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index f2f2e5a..ba72d86 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -13,6 +13,9 @@
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H
+/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
+#undef HAVE_SYS_WAIT_H
+
/* Define if you have <vfork.h>. */
#undef HAVE_VFORK_H