'AP_DECLARE_MODULE(z_deflate)' if zlib has been built with
-DZ_PREFIX.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1495825 13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_deflate: permit compilation of mod_deflate against a zlib that has
+ been configured with -D Z_PREFIX, which redefines the token "deflate".
+ [Eric Covener]
+
*) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
{NULL}
};
+/* zlib can be built with #define deflate z_deflate */
+#ifdef deflate
+#undef deflate
+#endif
AP_DECLARE_MODULE(deflate) = {
STANDARD20_MODULE_STUFF,
NULL, /* dir config creater */