php-src/ext/gd/config.h.stub
Sander Steffann 0f7444c4a8 Some patched versions of GD support both GIF and PNG. The GD module now
checks for both instead of assuming that PNG support means that there is no
GIF support anymore.
1999-11-24 21:43:54 +00:00

15 lines
378 B
Plaintext

/* Define if you have the gd library (-lgd). */
#define HAVE_LIBGD 0
/* Define if you have the gd version 1.3 library (-lgd). */
#define HAVE_LIBGD13 0
#undef HAVE_GDIMAGECOLORRESOLVE
#undef FREETYPE_4BIT_ANTIALIAS_HACK
#undef HAVE_LIBFREETYPE
#undef HAVE_LIBTTF
/* Some versions of GD support both PNG and GIF. Set defines for both. */
#undef HAVE_GD_PNG
#undef HAVE_GD_GIF