Add #undef HAVE_UNION_WAIT.
authorRoland McGrath <roland@redhat.com>
Tue, 8 Nov 1994 02:09:49 +0000 (02:09 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 8 Nov 1994 02:09:49 +0000 (02:09 +0000)
acconfig.h

index a62bdc353ef276d0aaf70daa656438a82004c53a..e3366488f937775f01772c10d3e009cc5e9f2e1a 100644 (file)
@@ -9,3 +9,6 @@
 
 /* Define this if the C library defines the variable `_sys_siglist'.  */
 #undef HAVE__SYS_SIGLIST
+
+/* Define this if you have the `union wait' type in <sys/wait.h>.  */
+#undef HAVE_UNION_WAIT