Support MultiViews
[hcoop/domtool2.git] / lib / apache_options.dtl
index 7becc15..300a482 100644 (file)
@@ -8,6 +8,7 @@ extern val execCGI : apache_option;
 extern val followSymLinks : apache_option;
 extern val includesNOEXEC : apache_option;
 extern val indexes : apache_option;
+extern val multiViews : apache_option;
 
 extern val options : [apache_option] -> [^Vhost];
 {{Declare exactly the set of options in effect for the current scope.}}