diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-04-15 08:12:03 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-15 08:12:03 -0600 |
commit | 2414de71580acd93285b809ddffc619f969aa642 (patch) | |
tree | 518e0e7e0df6e616542ec371ed9bb394d2e9b13f | |
parent | df6faf7954d8c5360809a6a91de4def068ee7e18 (diff) | |
download | gcc-2414de71580acd93285b809ddffc619f969aa642.zip gcc-2414de71580acd93285b809ddffc619f969aa642.tar.gz gcc-2414de71580acd93285b809ddffc619f969aa642.tar.bz2 |
Forgot to commit.
From-SVN: r19231
-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 8dc98e6..8d0631a 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 |