summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-11-08 02:09:49 +0000
committerRoland McGrath <roland@redhat.com>1994-11-08 02:09:49 +0000
commit8f98ceb724f47d5af2fa3a62b0939e941c32d631 (patch)
tree2bed938e3bdf79219d1580acf7be22f6c255f92f
parentdea9990bc8ea1eb9e0ace4ef396c8734676aab69 (diff)
downloadgunmake-8f98ceb724f47d5af2fa3a62b0939e941c32d631.tar.gz
Add #undef HAVE_UNION_WAIT.
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index a62bdc3..e336648 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -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