From 2414de71580acd93285b809ddffc619f969aa642 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 15 Apr 1998 08:12:03 -0600 Subject: [PATCH] Forgot to commit. From-SVN: r19231 --- gcc/config.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 header file. */ #undef HAVE_SYS_VARARGS_H +/* Define if you have the header file. */ +#undef HAVE_SYS_WAIT_H + /* Define if you have the header file. */ #undef HAVE_TIME_H @@ -151,3 +154,6 @@ /* Define if you have the header file. */ #undef HAVE_VARARGS_H + +/* Define if you have the header file. */ +#undef HAVE_WAIT_H -- 2.7.4