mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00:00

mod_cache_disk depends on mod_cache mod_heartbeat depends on mod_watchdog git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1234297 13f79535-47bb-0310-9956-ffa450edef68
18 lines
438 B
Plaintext
18 lines
438 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, , , , watchdog)
|
|
APACHE_MODULE(heartmonitor, Collects Heartbeats, , , )
|
|
|
|
APACHE_MODPATH_FINISH
|