diff options
author | Roland McGrath <roland@redhat.com> | 1994-11-08 02:09:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-11-08 02:09:49 +0000 |
commit | 8f98ceb724f47d5af2fa3a62b0939e941c32d631 (patch) | |
tree | 2bed938e3bdf79219d1580acf7be22f6c255f92f | |
parent | dea9990bc8ea1eb9e0ace4ef396c8734676aab69 (diff) | |
download | gunmake-8f98ceb724f47d5af2fa3a62b0939e941c32d631.tar.gz |
Add #undef HAVE_UNION_WAIT.
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |