Adding option flags for MNG, LDAP and XML Extras. Turned off by default. r=jj.

This commit is contained in:
Peter.VanderBeken%pandora.be 2000-06-28 23:11:40 +00:00
Родитель c1ce1d86c1
Коммит 6e0f1e8583
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -69,6 +69,9 @@ $build{resources} = 0;
$options{transformiix} = 0;
$options{mathml} = 0;
$options{svg} = 0;
$options{mng} = 0;
$options{ldap} = 0;
$options{xmlextras} = 0;
# Don't change these (where should they go?)
$optiondefines{transformiix}{MOZ_XSL} = 1;

Просмотреть файл

@ -102,6 +102,9 @@ $build{resources} = 0;
$options{transformiix} = 0;
$options{mathml} = 0;
$options{svg} = 0;
$options{mng} = 0;
$options{ldap} = 0;
$options{xmlextras} = 0;
# Don't change these (where should they go?)
$optiondefines{transformiix}{MOZ_XSL} = 1;