1diff --git a/include/freetype/config/ftmodule.h b/include/freetype/config/ftmodule.h 2index 76d271a..e145790 100644 3--- a/include/freetype/config/ftmodule.h 4+++ b/include/freetype/config/ftmodule.h 5@@ -12,14 +12,7 @@ 6 7 FT_USE_MODULE( FT_Module_Class, autofit_module_class ) 8 FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class ) 9-FT_USE_MODULE( FT_Driver_ClassRec, t1_driver_class ) 10 FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_class ) 11-FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class ) 12-FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class ) 13-FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class ) 14-FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class ) 15-FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class ) 16-FT_USE_MODULE( FT_Module_Class, psaux_module_class ) 17 FT_USE_MODULE( FT_Module_Class, psnames_module_class ) 18 FT_USE_MODULE( FT_Module_Class, pshinter_module_class ) 19 FT_USE_MODULE( FT_Renderer_Class, ft_raster1_renderer_class ) 20@@ -27,6 +20,5 @@ FT_USE_MODULE( FT_Module_Class, sfnt_module_class ) 21 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class ) 22 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class ) 23 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class ) 24-FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) 25 26 /* EOF */ 27diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h 28index b481f8f..3819586 100644 29--- a/include/freetype/config/ftoption.h 30+++ b/include/freetype/config/ftoption.h 31@@ -225,7 +225,7 @@ FT_BEGIN_HEADER 32 /* */ 33 /* Define this macro if you want to enable this `feature'. */ 34 /* */ 35-/* #define FT_CONFIG_OPTION_USE_PNG */ 36+#define FT_CONFIG_OPTION_USE_PNG 37 38 39 /*************************************************************************/ 40@@ -370,7 +370,7 @@ FT_BEGIN_HEADER 41 /* supply font data incrementally as the document is parsed, such */ 42 /* as the Ghostscript interpreter for the PostScript language. */ 43 /* */ 44-#define FT_CONFIG_OPTION_INCREMENTAL 45+/* #define FT_CONFIG_OPTION_INCREMENTAL */ 46 47 48 /*************************************************************************/ 49@@ -843,7 +843,7 @@ FT_BEGIN_HEADER 50 /* `warping' property of the auto-hinter (see file `ftautoh.h' for more */ 51 /* information; by default it is switched off). */ 52 /* */ 53-#define AF_CONFIG_OPTION_USE_WARPER 54+/* #define AF_CONFIG_OPTION_USE_WARPER */ 55 56 /* */ 57 58