diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-15 14:12:03 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-15 14:12:03 +0000 |
commit | 44504d3aa4c44a15f67c7e6e2d29b08c6dea1433 (patch) | |
tree | 518e0e7e0df6e616542ec371ed9bb394d2e9b13f /gcc/config.in | |
parent | c4f70bb2c2fa26facb8d8746f995a2ecb10e0ab9 (diff) | |
download | ppe42-gcc-44504d3aa4c44a15f67c7e6e2d29b08c6dea1433.tar.gz ppe42-gcc-44504d3aa4c44a15f67c7e6e2d29b08c6dea1433.zip |
Forgot to commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19231 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 8dc98e6e15f..8d0631a1110 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -143,6 +143,9 @@ /* Define if you have the <sys/varargs.h> header file. */ #undef HAVE_SYS_VARARGS_H +/* Define if you have the <sys/wait.h> header file. */ +#undef HAVE_SYS_WAIT_H + /* Define if you have the <time.h> header file. */ #undef HAVE_TIME_H @@ -151,3 +154,6 @@ /* Define if you have the <varargs.h> header file. */ #undef HAVE_VARARGS_H + +/* Define if you have the <wait.h> header file. */ +#undef HAVE_WAIT_H |