Branch: Tag:

1999-05-30

1999-05-30 20:11:15 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

(Image.GIF) added support for crippled lzw, some kind of rle

Rev: src/configure.in:1.294
Rev: src/modules/Image/encodings/gif_lzw.c:1.6
Rev: src/modules/Image/encodings/gif_lzw.h:1.7

1: - AC_REVISION("$Id: configure.in,v 1.293 1999/05/29 15:20:51 grubba Exp $") + AC_REVISION("$Id: configure.in,v 1.294 1999/05/30 20:11:12 mirar Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
284:   AC_ARG_WITH(zlib, [ --without-zlib no gz compression support],[],[with_zlib=yes])   AC_ARG_WITH(ssleay, [ --without-ssleay no support for the secure socket protocol],[],[with_ssleay=yes])   AC_ARG_WITH(mysql, [ --without-mysql no support for the Mysql database],[],[with_mysql=yes]) + AC_ARG_WITH(gif-rle, [ --with-gif-rle use kind-of-rle packing instead of lzw],[],[])   AC_ARG_WITH(dmalloc, [ --with-dmalloc enable memory-leak tests],[AC_DEFINE(DEBUG_MALLOC,10)],[])   AC_ARG_WITH(checker, [ --with-checker add extra memory checking overhead (Purify)])   AC_ARG_WITH(profiling, [ --with-profiling add code used to profile pike code ],[AC_DEFINE(PROFILING)],[])