comparison src/libinterface.h @ 4708:1cecc3e9f0a0

Use giflib or libungif to provide GIF support, instead of using internal routines. Delete internal GIF support code with no stated license. Fix up a number of references in the documentation to GIF support. See discussion on xemacs-beta: <87iqg4vg9t.fsf@uwakimon.sk.tsukuba.ac.jp>.
author Jerry James <james@xemacs.org>
date Mon, 05 Oct 2009 10:11:59 -0600
parents 543769b89fed
children 308d34e9f07d
comparison
equal deleted inserted replaced
4707:5bb0735f56e0 4708:1cecc3e9f0a0
22 22
23 #ifndef INCLUDED_libinterface_h_ 23 #ifndef INCLUDED_libinterface_h_
24 #define INCLUDED_libinterface_h_ 24 #define INCLUDED_libinterface_h_
25 25
26 #ifdef HAVE_GIF 26 #ifdef HAVE_GIF
27 #include "gifrlib.h" 27 #include <gif_lib.h>
28 #endif /* HAVE_GIF */ 28 #endif /* HAVE_GIF */
29 29
30 #ifdef HAVE_PNG 30 #ifdef HAVE_PNG
31 BEGIN_C_DECLS 31 BEGIN_C_DECLS
32 #define message message_ /* Yuck */ 32 #define message message_ /* Yuck */