diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2013-07-07 12:57:40 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2013-07-07 12:57:40 -0400 |
commit | faf3affc19f760a330153b22a8e56fc9a13a0cb6 (patch) | |
tree | dd00789c54a6b35a6dda2da7f8a0acd268d715ea /configh.in | |
parent | 2376c18714fe197fbf56a19f8271e5f256ec7caf (diff) | |
download | egawk-faf3affc19f760a330153b22a8e56fc9a13a0cb6.tar.gz egawk-faf3affc19f760a330153b22a8e56fc9a13a0cb6.tar.bz2 egawk-faf3affc19f760a330153b22a8e56fc9a13a0cb6.zip |
In io.c:wait_any, use sigprocmask if available.
Diffstat (limited to 'configh.in')
-rw-r--r-- | configh.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -171,6 +171,9 @@ /* Define to 1 if you have the `setsid' function. */ #undef HAVE_SETSID +/* Define to 1 if you have the `sigprocmask' function. */ +#undef HAVE_SIGPROCMASK + /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF |