From 6e0f1e8583b2aa58596d3c6574e54a203b4fbd9b Mon Sep 17 00:00:00 2001 From: "Peter.VanderBeken%pandora.be" Date: Wed, 28 Jun 2000 23:11:40 +0000 Subject: [PATCH] Adding option flags for MNG, LDAP and XML Extras. Turned off by default. r=jj. --- build/mac/BuildNGLayout.pl | 3 +++ build/mac/BuildNGLayoutDebug.pl | 3 +++ 2 files changed, 6 insertions(+) diff --git a/build/mac/BuildNGLayout.pl b/build/mac/BuildNGLayout.pl index 44a31708ae2d..437a1e46d337 100644 --- a/build/mac/BuildNGLayout.pl +++ b/build/mac/BuildNGLayout.pl @@ -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; diff --git a/build/mac/BuildNGLayoutDebug.pl b/build/mac/BuildNGLayoutDebug.pl index be32df3cf3f8..b25fd9cb5419 100644 --- a/build/mac/BuildNGLayoutDebug.pl +++ b/build/mac/BuildNGLayoutDebug.pl @@ -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;