Greetings,

I'm trying to get back in the httpd saddle and currently fiddling with building an out-of-tree cache provider (ie. our hacked disk cache module).

However, compilation bombs because mod_cache.h wants to include cache_common.h, but cache_common.h is not included in the installed tree in httpd 2.4.3 (and not in trunk either AFAICT).

Anyhow, the attached patch installs cache_common.h as well. mod_cache.h is currently quite useless without it..


/Nikke
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Niklas Edmundsson, Admin @ {acc,hpc2n}.umu.se      |     [email protected]
---------------------------------------------------------------------------
 If there was a wait for Q to show up, would there be a Q queue?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
--- ../dist/Makefile.in 2012-01-23 00:30:14.000000000 +0100
+++ Makefile.in 2012-12-14 13:18:18.000000000 +0100
@@ -202,6 +202,7 @@
        $(srcdir)/modules/core/mod_so.h \
        $(srcdir)/modules/core/mod_watchdog.h \
        $(srcdir)/modules/cache/mod_cache.h \
+       $(srcdir)/modules/cache/cache_common.h \
        $(srcdir)/modules/database/mod_dbd.h \
        $(srcdir)/modules/dav/main/mod_dav.h \
        $(srcdir)/modules/filters/mod_include.h \

Reply via email to