From: Roland McGrath Date: Tue, 8 Nov 1994 02:09:49 +0000 (+0000) Subject: Add #undef HAVE_UNION_WAIT. X-Git-Tag: 3.72.2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f98ceb724f47d5af2fa3a62b0939e941c32d631;p=platform%2Fupstream%2Fmake.git Add #undef HAVE_UNION_WAIT. --- 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