You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dirk-Willem van Gulik <di...@webweaving.org> on 2008/02/08 16:02:37 UTC

PATCH: httpd-trunk -- add mod_cache.h to the header list installed in include/

See below. Any thing overly private in that file ? Otherwise I'd love  
to add it there,

Thanks,

Dw.

Index: Makefile.in
===================================================================
--- httpd-trunk/Makefile.in	(revision 618646)
+++ httpd-trunk/Makefile.in	(working copy)
@@ -192,6 +192,7 @@
  	$(srcdir)/modules/http/mod_core.h \
  	$(srcdir)/modules/proxy/mod_proxy.h \
  	$(srcdir)/modules/ssl/mod_ssl.h \
+	$(srcdir)/modules/cache/mod_cache.h \
  	$(srcdir)/os/$(OS_DIR)/*.h



Re: PATCH: httpd-trunk -- add mod_cache.h to the header list installed in include/

Posted by Dirk-Willem van Gulik <di...@webweaving.org>.
On Feb 8, 2008, at 6:09 PM, Takashi Sato wrote:

> mod_rewrite.h and mod_so.h is also missing,
> and there might be other missings.

Ok ! And ap_find_loaded_module_symbol() is indeed useful elsewhere.

Dw.

Re: PATCH: httpd-trunk -- add mod_cache.h to the header list installed in include/

Posted by Takashi Sato <se...@lans-tv.com>.
mod_rewrite.h and mod_so.h is also missing,
and there might be other missings.

Re: PATCH: httpd-trunk -- add mod_cache.h to the header list installed in include/

Posted by josh rotenberg <jo...@gmail.com>.
logged this in bugzilla a little while ago as well ..

http://issues.apache.org/bugzilla/show_bug.cgi?id=42431

On Feb 8, 2008 7:02 AM, Dirk-Willem van Gulik <di...@webweaving.org> wrote:
> See below. Any thing overly private in that file ? Otherwise I'd love
> to add it there,
>
> Thanks,
>
> Dw.
>
> Index: Makefile.in
> ===================================================================
> --- httpd-trunk/Makefile.in     (revision 618646)
> +++ httpd-trunk/Makefile.in     (working copy)
> @@ -192,6 +192,7 @@
>         $(srcdir)/modules/http/mod_core.h \
>         $(srcdir)/modules/proxy/mod_proxy.h \
>         $(srcdir)/modules/ssl/mod_ssl.h \
> +       $(srcdir)/modules/cache/mod_cache.h \
>         $(srcdir)/os/$(OS_DIR)/*.h
>
>
>