added Options{} table. part of fix for #39959 -- jj.

This commit is contained in:
cltbld%netscape.com 2000-06-24 00:03:50 +00:00
parent 8b638a4c67
commit d707a45232
2 changed files with 18 additions and 0 deletions

View File

@ -65,6 +65,15 @@ $build{mailnews} = 0;
$build{apprunner} = 0;
$build{resources} = 0;
$options{transformiix} = 0;
$options{mathml} = 0;
$options{svg} = 0;
# Don't change these (where should they go?)
$optiondefines{transformiix}{MOZ_XSL} = 1;
$optiondefines{mathml}{MOZ_MATHML} = 1;
$optiondefines{svg}{MOZ_SVG} = 1;
#-----------------------------------------------
# configuration variables that affect the manner
# of building, but possibly affecting

View File

@ -98,6 +98,15 @@ $build{mailnews} = 0;
$build{apprunner} = 0;
$build{resources} = 0;
$options{transformiix} = 0;
$options{mathml} = 0;
$options{svg} = 0;
# Don't change these (where should they go?)
$optiondefines{transformiix}{MOZ_XSL} = 1;
$optiondefines{mathml}{MOZ_MATHML} = 1;
$optiondefines{svg}{MOZ_SVG} = 1;
#-----------------------------------------------
# configuration variables that affect the manner
# of building, but possibly affecting