From: Jim Jagielski Date: Mon, 8 Oct 2001 17:52:11 +0000 (+0000) Subject: Cliff's edits, take II X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e9c8655ffe35889d6b460ddb600eb896b3ebbd;p=thirdparty%2Fapache%2Fhttpd.git Cliff's edits, take II git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91361 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/Configuration.tmpl b/src/Configuration.tmpl index a30d5134e68..9ee79f94b36 100644 --- a/src/Configuration.tmpl +++ b/src/Configuration.tmpl @@ -161,16 +161,16 @@ Rule SHARED_CHAIN=default # actually print-out the code that the modules execute # # EXPAT: -# Include an Expat implementation into Apache, for use by the +# Include an Expat implementation into Apache for use by the # modules. James Clark's Expat package (expat-lite) is bundled -# with Apache for the convenience of our users. EXPAT determines -# which EXPAT, if any, implementation to use as follows: +# with Apache for the convenience of our users. The EXPAT rule +# determines which Expat implementation, if any, to use as follows: # -# RULE_EXPAT=yes : Use system Expat if available; otherwise +# Rule EXPAT=yes : Use system Expat if available; otherwise # use bundled Expat (lib/expat-lite). If # neither exists the build will fail -# RULE_EXPAT=no : Don't include Expat at all -# RULE_EXPAT=default : If Expat can be found at the system or +# Rule EXPAT=no : Don't include Expat at all +# Rule EXPAT=default : If Expat can be found at the system or # in lib/expat-lite, use it; otherwise # skip it