From: Bradley Nicholes Date: Fri, 11 Jan 2002 23:39:22 +0000 (+0000) Subject: Added the NetWare def files for mod_cache and mod_mem_cache X-Git-Tag: 2.0.31~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=030625aa1d2cfc0e1df596fd32e2687d0aeb5db1;p=apache Added the NetWare def files for mod_cache and mod_mem_cache git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92834 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/arch/netware/mod_cache.def b/modules/arch/netware/mod_cache.def new file mode 100644 index 0000000000..c7ab6ca4e9 --- /dev/null +++ b/modules/arch/netware/mod_cache.def @@ -0,0 +1,6 @@ +EXPORT cache_module +EXPORT cache_hook_create_entity +EXPORT cache_hook_open_entity +EXPORT cache_hook_remove_url + + diff --git a/modules/arch/netware/mod_mem_cache.def b/modules/arch/netware/mod_mem_cache.def new file mode 100644 index 0000000000..ce8b67a5ca --- /dev/null +++ b/modules/arch/netware/mod_mem_cache.def @@ -0,0 +1,5 @@ +IMPORT cache_hook_create_entity +IMPORT cache_hook_open_entity +IMPORT cache_hook_remove_url +EXPORT mem_cache_module +