From dbcc9492e8a533bc885a0a2c00fe93b1dfa406fc Mon Sep 17 00:00:00 2001 From: roland Date: Tue, 8 Nov 1994 02:09:49 +0000 Subject: [PATCH] Add #undef HAVE_UNION_WAIT. --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index a62bdc3..e336648 100644 --- a/acconfig.h +++ b/acconfig.h @@ -9,3 +9,6 @@ /* Define this if the C library defines the variable `_sys_siglist'. */ #undef HAVE__SYS_SIGLIST + +/* Define this if you have the `union wait' type in . */ +#undef HAVE_UNION_WAIT -- 2.11.4.GIT