* include/freetype/config/ftoption.h: commenting out the

macro TT_CONFIG_OPTION_BYTECODE_INTERPRETER so that package
        managers that define it with additionnal compilation command line
        options (e.g. with -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER) still
        work correctly.

        Also added a note to indicate that TT_CONFIG_OPTION_UNPATENTED_HINTING
        doesn't work as advertised yet.
This commit is contained in:
David Turner 2003-09-02 21:14:55 +00:00
parent 4748730ac6
commit 44f5c5d899
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,14 @@
2003-09-02 David Turner <david@freetype.org>
* include/freetype/config/ftoption.h: commenting out the
macro TT_CONFIG_OPTION_BYTECODE_INTERPRETER so that package
managers that define it with additionnal compilation command line
options (e.g. with -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER) still
work correctly.
Also added a note to indicate that TT_CONFIG_OPTION_UNPATENTED_HINTING
doesn't work as advertised yet.
2003-08-31 Manish Singh <yosh@gimp.org>
* src/bdf/bdflib.c (_bdf_readstream): Don't use FT_MEM_COPY but

View File

@ -399,7 +399,7 @@ FT_BEGIN_HEADER
/* Do not #undef this macro here, since the build system might */
/* define it for certain configurations only. */
/* */
#undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
/*************************************************************************/
@ -411,7 +411,10 @@ FT_BEGIN_HEADER
/* FT_PARAM_TAG_UNPATENTED_HINTING; or when the debug hook */
/* FT_DEBUG_HOOK_UNPATENTED_HINTING is globally actived */
/* */
#define TT_CONFIG_OPTION_UNPATENTED_HINTING
/* XXX: WARNING: THIS DOESN'T WORK AS ADVERTISED YET. PLEASE DO NOT */
/* DEFINE FOR THE MOMENT.. */
/* */
/* #define TT_CONFIG_OPTION_UNPATENTED_HINTING */
/*************************************************************************/