1See the main site http://www.gzip.org/zlib/ for places to download the 2complete sources. Currently based on zlib-1.2.3 3 4Note that these are not the complete zlib sources - the following 5directories have been deleted since they are irrelevant for the 6eCos support: 7 8amiga/ 9as400/ 10contrib/ 11msdos/ 12old/ 13projects/ 14qnx/ 15win32/ 16 17Additionally, local changes has been made to the remaining files. Code 18changes are marked by __ECOS__ (comments or definitions). Finally, the 19headers zlib.h and zconf.h have been moved out of the directory into 20../include. 21 22crc32.c + crc32.h has also been removed as it is provided by services/crc/. 23 24Note: zconf.h always defines __ECOS__. This is necessary to support 25programs built outside of the eCos tree which may wish to use this 26library (so those programs needn't worry about defining __ECOS__) 27 28