From: Roland McGrath Date: Fri, 9 Sep 1994 07:16:54 +0000 (+0000) Subject: Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST. X-Git-Tag: 3.71.2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc44a790201a437991b9668c31a5c53fae6d97b8;p=platform%2Fupstream%2Fmake.git Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST. --- diff --git a/acconfig.h b/acconfig.h index db96713..a62bdc3 100644 --- a/acconfig.h +++ b/acconfig.h @@ -3,3 +3,9 @@ /* Define this if the SCCS `get' command understands the `-G' option. */ #undef SCCS_GET_MINUS_G + +/* Define this if the C library defines the variable `sys_siglist'. */ +#undef HAVE_SYS_SIGLIST + +/* Define this if the C library defines the variable `_sys_siglist'. */ +#undef HAVE__SYS_SIGLIST