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 db96713fe11264b9b8f6069ff2dafe2f4bf80229..a62bdc353ef276d0aaf70daa656438a82004c53a 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