Author: jfrederic.clere(a)jboss.com
Date: 2008-06-17 10:50:09 -0400 (Tue, 17 Jun 2008)
New Revision: 1711
Added:
trunk/httpd/httpd-2.2/modules/mod_slotmem/Makefile.in
trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4
Log:
Add in httpd source build files.
Added: trunk/httpd/httpd-2.2/modules/mod_slotmem/Makefile.in
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_slotmem/Makefile.in (rev 0)
+++ trunk/httpd/httpd-2.2/modules/mod_slotmem/Makefile.in 2008-06-17 14:50:09 UTC (rev
1711)
@@ -0,0 +1,3 @@
+
+include $(top_srcdir)/build/special.mk
+
Added: trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4
===================================================================
--- trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4 (rev 0)
+++ trunk/httpd/httpd-2.2/modules/mod_slotmem/config5.m4 2008-06-17 14:50:09 UTC (rev
1711)
@@ -0,0 +1,9 @@
+dnl modules enabled in this directory by default
+
+APACHE_MODPATH_INIT(mod_slotmem)
+
+slotmem_objects="mod_sharedmem.lo sharedmem_util.lo"
+
+APACHE_MODULE(slotmem, A slotmem provider for mod_cluster, $slotmem_objects, , no)
+
+APACHE_MODPATH_FINISH
Show replies by date