From 8f98ceb724f47d5af2fa3a62b0939e941c32d631 Mon Sep 17 00:00:00 2001 From: Roland McGrath 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 a62bdc35..e3366488 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