mirror of
https://github.com/apache/httpd.git
synced 2026-01-13 21:42:17 +03:00
to core, since it will be used by Simple and Lean and likely other MPMs. Avoid duplication. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1409214 13f79535-47bb-0310-9956-ffa450edef68
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
APACHE_MPMPATH_INIT(worker)
|
|
|
|
dnl ## XXX - Need a more thorough check of the proper flags to use
|
|
APACHE_MPM_MODULE(worker, $enable_mpm_worker, worker.lo fdqueue.lo,[
|
|
AC_CHECK_FUNCS(pthread_kill)
|
|
])
|
|
|
|
APACHE_MPMPATH_FINISH
|