summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-09-09 07:16:54 +0000
committerRoland McGrath <roland@redhat.com>1994-09-09 07:16:54 +0000
commitdc44a790201a437991b9668c31a5c53fae6d97b8 (patch)
tree513bc4042383c377d23225c8c9834a7a4d464171
parent8ed6e13cfe41933355a698466b56d6a5f8c0c9ae (diff)
downloadgunmake-dc44a790201a437991b9668c31a5c53fae6d97b8.tar.gz
Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST.3.71.2
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
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<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