comparison 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
comparison
equal deleted inserted replaced
46:30d091bc7899 47:997e9ed670ef
30 /* Determine whether we have the pipe function */ 30 /* Determine whether we have the pipe function */
31 #undef HAVE_PIPE 31 #undef HAVE_PIPE
32 32
33 /* Define if IMLIB is available. */ 33 /* Define if IMLIB is available. */
34 #undef USE_IMLIB 34 #undef USE_IMLIB
35
36 /* Define if PIXBUF is available. */
37 #undef USE_PIXBUF