]> granicus.if.org Git - graphviz/commitdiff
purge some ENABLE_CODEGENS, use WITH_CODEGENS instead
authorellson <devnull@localhost>
Thu, 25 May 2006 16:05:43 +0000 (16:05 +0000)
committerellson <devnull@localhost>
Thu, 25 May 2006 16:05:43 +0000 (16:05 +0000)
config.iffe
plugin/gd/gvrender_gd.c

index 932e8658f5ee13001595ec37b33849931ce9715d..27a4059c10f31358ef86e5316dafe0792ed217a2 100644 (file)
@@ -215,8 +215,8 @@ cat{
 /*******************************************************************/
 /* The following usually aren't changed.                           */
 /*******************************************************************/
-/* Set to 0 if you don't want the old codegens */
-#define ENABLE_CODEGENS 1
+/* Define if you want the old codegens */
+#define WITH_CODEGENS 1
 
 /* Define if you don't want on-demand plugin loading */
 #define DISABLE_LTDL 1
index eaf3db4b5ac6bb37f3512050e0211b8fa8e6e512..f42175beff64e9e6a5ccacdf67fad8fcd9931bfb 100644 (file)
@@ -375,7 +375,7 @@ void gdgen_missingfont(char *err, char *fontreq)
 extern gdFontPtr gdFontTiny, gdFontSmall, gdFontMediumBold, gdFontLarge,
     gdFontGiant;
 
-#if ENABLE_CODEGENS && !defined(HAVE_GD_FREETYPE)
+#if defined(WITH_CODEGENS) && !defined(HAVE_GD_FREETYPE)
 
 /* builtinFont:
  * Map fontsz in pixels to builtin font.