You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2008/11/05 15:41:02 UTC

svn commit: r711576 - /httpd/httpd/trunk/modules/cache/config.m4

Author: rpluem
Date: Wed Nov  5 06:41:02 2008
New Revision: 711576

URL: http://svn.apache.org/viewvc?rev=711576&view=rev
Log:
* mod_mem_cache is dead. So remove all hints on it.

Modified:
    httpd/httpd/trunk/modules/cache/config.m4

Modified: httpd/httpd/trunk/modules/cache/config.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/config.m4?rev=711576&r1=711575&r2=711576&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/cache/config.m4 (original)
+++ httpd/httpd/trunk/modules/cache/config.m4 Wed Nov  5 06:41:02 2008
@@ -12,16 +12,8 @@
 cache_storage.lo dnl
 cache_util.lo dnl
 "
-dnl #  list of object files for mod_mem_cache
-mem_cache_objs="dnl
-mod_mem_cache.lo dnl
-cache_cache.lo dnl
-cache_pqueue.lo dnl
-cache_hash.lo dnl
-"
 APACHE_MODULE(cache, dynamic file caching, $cache_objs, , most)
 APACHE_MODULE(disk_cache, disk caching module, , , most)
-APACHE_MODULE(mem_cache, memory caching module, $mem_cache_objs, , )
 
 AC_DEFUN([CHECK_DISTCACHE], [
   AC_MSG_CHECKING(whether Distcache is required)