From: Bradley Nicholes Date: Tue, 7 May 2002 17:39:16 +0000 (+0000) Subject: Updated the NetWare import and exports lists for the caching modules X-Git-Tag: 2.0.37~461 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b82e723ac45ee4fc1a7aeafbbb238651ec11635a;p=thirdparty%2Fapache%2Fhttpd.git Updated the NetWare import and exports lists for the caching modules git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94999 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/arch/netware/mod_cache.def b/modules/arch/netware/mod_cache.def index c7ab6ca4e95..6fd6423bb34 100644 --- a/modules/arch/netware/mod_cache.def +++ b/modules/arch/netware/mod_cache.def @@ -1,6 +1,5 @@ EXPORT cache_module -EXPORT cache_hook_create_entity -EXPORT cache_hook_open_entity -EXPORT cache_hook_remove_url +EXPORT @mod_cache.imp + diff --git a/modules/arch/netware/mod_disk_cache.def b/modules/arch/netware/mod_disk_cache.def new file mode 100644 index 00000000000..0a9440ad8ec --- /dev/null +++ b/modules/arch/netware/mod_disk_cache.def @@ -0,0 +1,3 @@ +IMPORT @mod_cache.imp +EXPORT disk_cache_module + diff --git a/modules/arch/netware/mod_mem_cache.def b/modules/arch/netware/mod_mem_cache.def index ce8b67a5ca4..531d687154c 100644 --- a/modules/arch/netware/mod_mem_cache.def +++ b/modules/arch/netware/mod_mem_cache.def @@ -1,5 +1,3 @@ -IMPORT cache_hook_create_entity -IMPORT cache_hook_open_entity -IMPORT cache_hook_remove_url +IMPORT @mod_cache.imp EXPORT mem_cache_module diff --git a/modules/experimental/mod_cache.imp b/modules/experimental/mod_cache.imp new file mode 100644 index 00000000000..a1be1712aad --- /dev/null +++ b/modules/experimental/mod_cache.imp @@ -0,0 +1,20 @@ + (MODCACHE) + ap_cache_request_is_conditional, + ap_cache_reset_output_filters, + ap_cache_get_cachetype, + ap_cache_liststr, + ap_cache_tokstr, + ap_cache_hex2usec, + ap_cache_usec2hex, + generate_name, + cache_hook_create_entity, + cache_hook_open_entity, + cache_hook_remove_url, + cache_hash_set, + cache_hash_this, + cache_hash_first, + cache_hash_make, + cache_hash_get, + cache_hash_next, + cache_hash_count, +