Add HAVE_SYS_SIGLIST and HAVE__SYS_SIGLIST. 3.71.2
authorRoland McGrath <roland@redhat.com>
Fri, 9 Sep 1994 07:16:54 +0000 (07:16 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 9 Sep 1994 07:16:54 +0000 (07:16 +0000)
acconfig.h

index db96713..a62bdc3 100644 (file)
@@ -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