php-src/ext/gd/config.h.stub

15 lines
378 B
Plaintext
Raw Normal View History

/* 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
1999-10-17 14:57:49 +00:00
#undef HAVE_GDIMAGECOLORRESOLVE
1999-07-23 15:56:47 +00:00
#undef FREETYPE_4BIT_ANTIALIAS_HACK
#undef HAVE_LIBFREETYPE
#undef HAVE_LIBTTF
/* Some versions of GD support both PNG and GIF. Set defines for both. */
1999-10-17 14:57:49 +00:00
#undef HAVE_GD_PNG
#undef HAVE_GD_GIF