diff options
Diffstat (limited to 'Build/source/texk/dvipng/config.h.in')
-rw-r--r-- | Build/source/texk/dvipng/config.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/texk/dvipng/config.h.in b/Build/source/texk/dvipng/config.h.in index 45b7501b671..4a919be21e8 100644 --- a/Build/source/texk/dvipng/config.h.in +++ b/Build/source/texk/dvipng/config.h.in @@ -45,15 +45,18 @@ /* Define to 1 if you have the `FT_Library_Version' function. */ #undef HAVE_FT_LIBRARY_VERSION +/* Define to 1 if you have the `gdImageCreateFromJpeg' function. */ +#undef HAVE_GDIMAGECREATEFROMJPEG + +/* Define to 1 if you have the `gdImageCreateFromPngPtr' function. */ +#undef HAVE_GDIMAGECREATEFROMPNGPTR + /* Define to 1 if you have the `gdImageCreateTrueColor' function. */ #undef HAVE_GDIMAGECREATETRUECOLOR /* Define to 1 if you have the `gdImageGif' function. */ #undef HAVE_GDIMAGEGIF -/* Define to 1 if you have the `gdImageJpeg' function. */ -#undef HAVE_GDIMAGEJPEG - /* Define to 1 if you have the `gdImagePngEx' function. */ #undef HAVE_GDIMAGEPNGEX |