Commit a7e5a335f26aad2d2c299f4d3c547d655328ad34

Werner Lemberg 2009-06-28T00:40:05

* devel/ftoption.h [FT_CONFIG_OPTION_INCREMENTAL]: Define.

diff --git a/ChangeLog b/ChangeLog
index 25edd27..084fc69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-28  Werner Lemberg  <wl@gnu.org>
+
+	* devel/ftoption.h [FT_CONFIG_OPTION_INCREMENTAL]: Define.
+
 2009-06-27  suzuki toshiya  <mpsuzuki@hiroshima-u.ac.jp>
 
 	Add tools to preprocess the source files for AtariST PureC.
diff --git a/devel/ftoption.h b/devel/ftoption.h
index 2021011..d4fee59 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
 
 
   /*************************************************************************/