add back gd and gd2 formats - gd is used by tcldot
authorellson <devnull@localhost>
Thu, 6 Jul 2006 16:58:27 +0000 (16:58 +0000)
committerellson <devnull@localhost>
Thu, 6 Jul 2006 16:58:27 +0000 (16:58 +0000)
plugin/gd/gvrender_gd.c

index 58652792db42fdb38260b46702f4cff44ed951e2..6f7afa036a5d943656be27f02e4c0cafbe1eb1f7 100644 (file)
@@ -590,10 +590,8 @@ static gvrender_features_t gdgen_features = {
 
 gvplugin_installed_t gvrender_gd_types[] = {
 #ifdef HAVE_LIBGD
-#if 0
     {FORMAT_GD, "gd", 1, &gdgen_engine, &gdgen_features_tc},
     {FORMAT_GD2, "gd2", 1, &gdgen_engine, &gdgen_features_tc},
-#endif
 #ifdef HAVE_GD_GIF
     {FORMAT_GIF, "gif", 1, &gdgen_engine, &gdgen_features},
 #endif