diff config.h.in @ 47:997e9ed670ef

Fixes for box alignment problem on OS/2, crash in dw_bitmap_new() on unix with certain versions of imlib. And other various code cleanups. Also initial code for eventual conversion to gdk-pixbuf on unix from imlib.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 02 Nov 2001 10:31:29 +0000
parents 67a643a734d9
children 9e81f23b57ae
line wrap: on
line diff
--- a/config.h.in	Tue Oct 30 10:49:09 2001 +0000
+++ b/config.h.in	Fri Nov 02 10:31:29 2001 +0000
@@ -32,3 +32,6 @@
 
 /* Define if IMLIB is available. */
 #undef USE_IMLIB
+
+/* Define if PIXBUF is available. */
+#undef USE_PIXBUF