ref: 06b73729c189ff3c206e6dc6d9c43f3e63df4197
parent: eede9015a0232cd938cd8b76cc20021159fe4883
author: David Turner <[email protected]>
date: Tue May 2 07:04:18 EDT 2000
added FT_CONFIG_OPTION_OLD_CALCS to ensure that the bytecode interpretation is exactly the same as in 1.4 this is needed to find a bug in the raster..
--- a/config/ftoption.h
+++ b/config/ftoption.h
@@ -60,7 +60,7 @@
/* All convenience functions are declared as such in their */
/* documentation. */
/* */
-#undef FT_CONFIG_OPTION_NO_CONVENIENCE_FUNCS
+#undef FT_CONFIG_OPTION_NO_CONVENIENCE_FUNCS
/*************************************************************************/
/* */
@@ -202,6 +202,15 @@
#undef FT_CONFIG_OPTION_LITTLE_ENDIAN
#undef FT_CONFIG_OPTION_BIG_ENDIAN
+
+ /*************************************************************************/
+ /* */
+ /* Computation Algorithms */
+ /* */
+ /* Used for debugging, this configuration macro should disappear */
+ /* soon.. */
+ /* */
+#define FT_CONFIG_OPTION_OLD_CALCS
/*************************************************************************/
/* */