From 44504d3aa4c44a15f67c7e6e2d29b08c6dea1433 Mon Sep 17 00:00:00 2001 From: law Date: Wed, 15 Apr 1998 14:12:03 +0000 Subject: [PATCH] Forgot to commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19231 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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