[svn:mod_parrot] r519 - mod_parrot/trunk/build/lib/Generator

[email protected] Fri, 5 Dec 2008 10:09:28 -0800 (PST)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Fri Dec  5 10:09:26 2008
New Revision: 519

Modified:
   mod_parrot/trunk/build/lib/Generator/ApacheConstants.pm

Log:
calculate OR_ALL at runtime


Modified: mod_parrot/trunk/build/lib/Generator/ApacheConstants.pm
==============================================================================
--- mod_parrot/trunk/build/lib/Generator/ApacheConstants.pm	(original)
+++ mod_parrot/trunk/build/lib/Generator/ApacheConstants.pm	Fri Dec  5 10:09:26 2008
@@ -152,6 +152,16 @@
 
     # Apache Config
 %%CONFIG%%
+    $I0 = table[ "OR_LIMIT" ]
+    $I1 = table[ "OR_OPTIONS" ]
+    $I0 |= $I1
+    $I1 = table[ "OR_FILEINFO" ]
+    $I0 |= $I1
+    $I1 = table[ "OR_AUTHCFG" ]
+    $I0 |= $I1
+    $I1 = table[ "OR_INDEXES" ]
+    $I0 |= $I1
+    table[ "OR_ALL" ] = $I0
 
     set_root_global [ 'ModParrot'; 'Apache'; 'Constants' ], 'table', table
 .end