On 12/30/2008 06:07 PM, [email protected] wrote:
> Author: jim
> Date: Tue Dec 30 09:07:25 2008
> New Revision: 730180
> 
> URL: http://svn.apache.org/viewvc?rev=730180&view=rev
> Log:
> Start of further refactoring....
> 
> Added:
>     httpd/httpd/trunk/modules/mem/mod_slotmem.c   (with props)
>     httpd/httpd/trunk/modules/mem/mod_slotmem.h   (props changed)
>       - copied unchanged from r730179, httpd/httpd/trunk/modules/mem/slotmem.h
>     httpd/httpd/trunk/modules/mem/providers/
>     httpd/httpd/trunk/modules/mem/providers/Makefile.in   (with props)
>     httpd/httpd/trunk/modules/mem/providers/config6.m4   (with props)
>     httpd/httpd/trunk/modules/mem/providers/mod_plainmem.c   (props changed)
>       - copied unchanged from r730179, 
> httpd/httpd/trunk/modules/mem/mod_plainmem.c
>     httpd/httpd/trunk/modules/mem/providers/mod_sharedmem.c   (props changed)
>       - copied unchanged from r730179, 
> httpd/httpd/trunk/modules/mem/mod_sharedmem.c
> Removed:
>     httpd/httpd/trunk/modules/mem/mod_plainmem.c
>     httpd/httpd/trunk/modules/mem/mod_sharedmem.c
>     httpd/httpd/trunk/modules/mem/slotmem.h
> Modified:
>     httpd/httpd/trunk/modules/mem/config5.m4
> 

> Added: httpd/httpd/trunk/modules/mem/providers/config6.m4
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mem/providers/config6.m4?rev=730180&view=auto
> ==============================================================================
> --- httpd/httpd/trunk/modules/mem/providers/config6.m4 (added)
> +++ httpd/httpd/trunk/modules/mem/providers/config6.m4 Tue Dec 30 09:07:25 
> 2008
> @@ -0,0 +1,14 @@
> +dnl modules enabled in this directory by default
> +
> +dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, 
> config]]]])
> +
> +APACHE_MODPATH_INIT(mem/providers)
> +
> +sharedmem_objs="mod_sharedmem.lo"
> +APACHE_MODULE(sharedmem, memslot provider that uses shared memory, 
> $sharedmem_objs, , $slotmem_mods_enable)
> +APACHE_MODULE(plainmem, memslot provider that uses plain memory, , , no)
> +
> +# Ensure that other modules can pick up slotmem.h
> +APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])

Why do we add this? slotmem.h should be in one directory above and should be 
already added
by the local config.m4 file.

Regards

RĂ¼diger

Reply via email to