xref: /nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/README.eCos (revision 104654410c56c573564690304ae786df310c91fc)
1*10465441SEvalZeroSee the main site http://www.gzip.org/zlib/ for places to download the
2*10465441SEvalZerocomplete sources.  Currently based on zlib-1.2.3
3*10465441SEvalZero
4*10465441SEvalZeroNote that these are not the complete zlib sources - the following
5*10465441SEvalZerodirectories have been deleted since they are irrelevant for the
6*10465441SEvalZeroeCos support:
7*10465441SEvalZero
8*10465441SEvalZeroamiga/
9*10465441SEvalZeroas400/
10*10465441SEvalZerocontrib/
11*10465441SEvalZeromsdos/
12*10465441SEvalZeroold/
13*10465441SEvalZeroprojects/
14*10465441SEvalZeroqnx/
15*10465441SEvalZerowin32/
16*10465441SEvalZero
17*10465441SEvalZeroAdditionally, local changes has been made to the remaining files. Code
18*10465441SEvalZerochanges are marked by __ECOS__ (comments or definitions). Finally, the
19*10465441SEvalZeroheaders zlib.h and zconf.h have been moved out of the directory into
20*10465441SEvalZero../include.
21*10465441SEvalZero
22*10465441SEvalZerocrc32.c + crc32.h has also been removed as it is provided by services/crc/.
23*10465441SEvalZero
24*10465441SEvalZeroNote: zconf.h always defines __ECOS__.  This is necessary to support
25*10465441SEvalZeroprograms built outside of the eCos tree which may wish to use this
26*10465441SEvalZerolibrary (so those programs needn't worry about defining __ECOS__)
27*10465441SEvalZero
28