diff 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
line wrap: on
line diff
--- a/src/libinterface.h	Sat Oct 03 14:22:08 2009 +0100
+++ b/src/libinterface.h	Mon Oct 05 10:11:59 2009 -0600
@@ -24,7 +24,7 @@
 #define INCLUDED_libinterface_h_
 
 #ifdef HAVE_GIF
-#include "gifrlib.h"
+#include <gif_lib.h>
 #endif /* HAVE_GIF */
 
 #ifdef HAVE_PNG