diff --git a/ChangeLog b/ChangeLog index 25edd276f..084fc69e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-06-28 Werner Lemberg + + * devel/ftoption.h [FT_CONFIG_OPTION_INCREMENTAL]: Define. + 2009-06-27 suzuki toshiya Add tools to preprocess the source files for AtariST PureC. diff --git a/devel/ftoption.h b/devel/ftoption.h index 202101178..d4fee5953 100644 --- a/devel/ftoption.h +++ b/devel/ftoption.h @@ -315,7 +315,7 @@ FT_BEGIN_HEADER /* This allows FreeType to be used with the PostScript language, using */ /* the GhostScript interpreter. */ /* */ -/* #define FT_CONFIG_OPTION_INCREMENTAL */ +#define FT_CONFIG_OPTION_INCREMENTAL /*************************************************************************/