You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Cliff Woolley <cl...@yahoo.com> on 2001/10/08 19:42:54 UTC

Re: cvs commit: apache-1.3/src Configuration.tmpl

Just to be anal-retentive, here is one last pass on the thing.  It gets
rid of a stray comma, moves the "if any" for readability, distinguishes
between EXPAT the rule and EXPAT the library name, and switches from
"RULE_EXPAT" to "Rule EXPAT" since that's the form we use at this
particular spot.

--Cliff


Index: Configuration.tmpl
===================================================================
RCS file: /home/cvs/apache-1.3/src/Configuration.tmpl,v
retrieving revision 1.126
diff -u -d -r1.126 Configuration.tmpl
--- Configuration.tmpl  2001/10/08 17:22:23     1.126
+++ Configuration.tmpl  2001/10/08 17:34:23
@@ -161,16 +161,16 @@
 #  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





--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA