Mercurial > nand-ecoscentric
comparison packages/services/compress/zlib/current/cdl/compress_zlib.cdl @ 366:580e5f06f957
* include/zutil.h:
* include/zlib.h:
* src/inflate.c (inflate): Use the CRC function from the CRC
package.
* src/crc32.c: Removed.
| author | asl |
|---|---|
| date | Mon, 14 Oct 2002 15:32:07 +0000 |
| parents | d2c90368aeef |
| children | d2772214a036 |
comparison
equal
deleted
inserted
replaced
| 365:38b5627c5569 | 366:580e5f06f957 |
|---|---|
| 54 This package provides support for compression and | 54 This package provides support for compression and |
| 55 decompression." | 55 decompression." |
| 56 include_dir cyg/compress | 56 include_dir cyg/compress |
| 57 | 57 |
| 58 requires CYGPKG_ISOINFRA | 58 requires CYGPKG_ISOINFRA |
| 59 requires CYGPKG_CRC | |
| 59 | 60 |
| 60 compile infblock.c infcodes.c inffast.c inflate.c | 61 compile infblock.c infcodes.c inffast.c inflate.c |
| 61 compile inftrees.c infutil.c adler32.c crc32.c | 62 compile inftrees.c infutil.c adler32.c |
| 62 compile zutil.c deflate.c trees.c compress.c uncompr.c | 63 compile zutil.c deflate.c trees.c compress.c uncompr.c |
| 63 | 64 |
| 64 cdl_interface CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC { | 65 cdl_interface CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC { |
| 65 display "Override memory allocation routines." | 66 display "Override memory allocation routines." |
| 66 } | 67 } |
