1 --- ./src/term.h 2004-04-13 19:24:02.000000000 +0200
2 +++ ./src/term.h.new 2004-05-05 11:16:41.216200736 +0200
4 /****************************************************************************/
5 /* These terminals can be used on any system */
7 +/* NOTE THAT PNG AND JPEG SUPPORT REQUIRE SEPARATE LIBRARIES */
8 +/* There are 2 flavors of PNG support */
9 +/* If you are using an old version of libgd in order to get true GIF support */
10 +/* then the best we can do is use a separate poor-quality PNG driver png.trm */
11 +/* But if you are using a newer libgd then it provides full blown support */
12 +/* for both PNG and JPEG in term/gd.trm */
14 +# if defined(HAVE_GD_PNG) || defined(HAVE_GD_JPEG)
22 # include "x11.trm" /* X Window System */
23 # include "xlib.trm" /* dumps x11 commands to gpoutfile */
28 -/* NOTE THAT PNG AND JPEG SUPPORT REQUIRE SEPARATE LIBRARIES */
29 -/* There are 2 flavors of PNG support */
30 -/* If you are using an old version of libgd in order to get true GIF support */
31 -/* then the best we can do is use a separate poor-quality PNG driver png.trm */
32 -/* But if you are using a newer libgd then it provides full blown support */
33 -/* for both PNG and JPEG in term/gd.trm */
35 -# if defined(HAVE_GD_PNG) || defined(HAVE_GD_JPEG)