This file was supposed to be part of the Carbon carpool last week but somehow didn't get comitted. Trying again.

This commit is contained in:
sdagley%netscape.com 2001-02-22 04:24:36 +00:00
parent f0e4383c85
commit 4a516ab736

View File

@ -218,6 +218,8 @@ sub SetOptionDefines($)
# These should remain unchanged
$optiondefines->{"mathml"}{"MOZ_MATHML"} = 1;
$optiondefines->{"svg"}{"MOZ_SVG"} = 1;
$optiondefines->{"carbon"}{"TARGET_CARBON"} = 1;
}