~ubuntu-branches/ubuntu/hardy/apache2/hardy-proposed

« back to all changes in this revision

Viewing changes to modules/filters/config.m4

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-01-17 20:27:56 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080117202756-hv38rjknhwa2ilwi
Tags: upstream-2.2.8
ImportĀ upstreamĀ versionĀ 2.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
APACHE_MODULE(ext_filter, external filter module, , , most)
8
8
APACHE_MODULE(include, Server Side Includes, , , yes)
9
9
APACHE_MODULE(filter, Smart Filtering, , , yes)
 
10
APACHE_MODULE(substitute, response content rewrite-like filtering, , , most)
10
11
 
11
12
if test "$ac_cv_ebcdic" = "yes"; then
12
13
# mod_charset_lite can be very useful on an ebcdic system,