1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-05 05:30:39 +03:00
Files
apache/modules/cluster/config5.m4
Brian Havard 8a47421de6 OS/2: Fix building of more modules that depend on symbols from other modules.
Affected modules are: mod_heartbeat, mod_session_cookie, mod_session_crypto,
mod_session_dbd and mod_disk_cache.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956857 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 11:57:51 +00:00

18 lines
434 B
Plaintext

APACHE_MODPATH_INIT(cluster)
heartbeat_objects='mod_heartbeat.lo'
case "$host" in
*os2*)
# OS/2 DLLs must resolve all symbols at build time
# and we need some from the watchdog module
heartbeat_objects="$heartbeat_objects ../core/mod_watchdog.la"
;;
esac
APACHE_MODULE(heartbeat, Generates Heartbeats, $heartbeat_objects, , most)
APACHE_MODULE(heartmonitor, Collects Heartbeats, , , most)
APACHE_MODPATH_FINISH