diff options
author | Jeff Trawick <trawick@apache.org> | 2001-02-21 12:46:41 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-02-21 12:46:41 +0100 |
commit | 59d1b17619205fdc94e3b590c025882e93e27191 (patch) | |
tree | f6817d7948357647ddc0b37348cacc76ba7631cc /server/mpm/config.m4 | |
parent | Remove the rest of the pthreads functions from the threaded MPM (diff) | |
download | apache2-59d1b17619205fdc94e3b590c025882e93e27191.tar.xz apache2-59d1b17619205fdc94e3b590c025882e93e27191.zip |
Get rid of Apache's concern for foo_CHECK_SIGWAIT_ONE_ARG.
Apache no longer needs to define nor invoke such a macro since
it is handled in APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88258 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | server/mpm/config.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index dbf12a44bf..a2798cfccc 100644 --- a/server/mpm/config.m4 +++ b/server/mpm/config.m4 @@ -25,8 +25,6 @@ if test "$apache_cv_mpm" = "threaded" -o "$apache_cv_mpm" = "perchild"; then fi fi -APACHE_CHECK_SIGWAIT_ONE_ARG - APACHE_FAST_OUTPUT(server/mpm/Makefile) MPM_NAME=$apache_cv_mpm |