diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2013-07-04 16:26:51 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2013-07-04 16:26:51 -0400 |
commit | ad5c8d1f818c96579fa9e7f3c691739e9761e1e7 (patch) | |
tree | e46d7c0d5492318cf7eacd60ae36036fd030f927 /configh.in | |
parent | d8bd9f5261761dd4ffca331d9c6055c48a0a332b (diff) | |
download | egawk-ad5c8d1f818c96579fa9e7f3c691739e9761e1e7.tar.gz egawk-ad5c8d1f818c96579fa9e7f3c691739e9761e1e7.tar.bz2 egawk-ad5c8d1f818c96579fa9e7f3c691739e9761e1e7.zip |
Revert incorrect patch to wait_any and instead use waitpid to avoid blocking.
Diffstat (limited to 'configh.in')
-rw-r--r-- | configh.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -296,6 +296,9 @@ /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF +/* Define to 1 if you have the `waitpid' function. */ +#undef HAVE_WAITPID + /* Define to 1 if you have the <wchar.h> header file. */ #undef HAVE_WCHAR_H |