You are here

constant BOOST_GZIP in Boost 7

Same name and namespace in other branches
  1. 6 boost.module \BOOST_GZIP

Whether the host supports gzip.

1 use of BOOST_GZIP
boost_exit in ./boost.module
Implements hook_exit().

File

./boost.module, line 16
Caches generated output as a static file to be served directly from the webserver.

Code

define('BOOST_GZIP', function_exists('gzencode'));