mirror of
https://github.com/apache/httpd.git
synced 2025-11-06 16:49:32 +03:00
an MPM as a shared shared or dynamic module, primarily using the APACHE_MPM_MODULE() function. --enable-mpms-shared now builds/installs the MPMs as dynamic modules. (But no LoadModule directives are added.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832434 13f79535-47bb-0310-9956-ffa450edef68
4 lines
112 B
Plaintext
4 lines
112 B
Plaintext
APACHE_MPM_MODULE(mpmt_os2, $enable_mpm_mpmt_os2, mpmt_os2.lo mpmt_os2_child.lo,[
|
|
APR_ADDTO(CFLAGS,-Zmt)
|
|
])
|