diff options
author | Roland McGrath <roland@redhat.com> | 1994-09-09 07:16:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-09-09 07:16:54 +0000 |
commit | dc44a790201a437991b9668c31a5c53fae6d97b8 (patch) | |
tree | 513bc4042383c377d23225c8c9834a7a4d464171 | |
parent | 8ed6e13cfe41933355a698466b56d6a5f8c0c9ae (diff) | |
download | gunmake-dc44a790201a437991b9668c31a5c53fae6d97b8.tar.gz |
Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST.3.71.2
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,3 +3,9 @@ /* Define this if the SCCS `get' command understands the `-G<file>' 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 |