User's Manual

Table Of Contents
Open Source Software used in the Product Nur für den internen Gebrauch
A31003-C1010-S100-2-7620, 08/2010
208 HiPath Cordless IP, Service Manual
c08.fm
Text of the used Open Source Software Licenses
All functions of the compression library are documented in the file zlib.h
(volunteer to write man pages welcome, contact zlib@gzip.org). A usage exam-
ple of the library is given in the file example.c which also tests that the
li-brary is working correctly. Another example is given in the file minigz-
ip.c. The compression library itself is composed of all source files except
exam-ple.c and minigzip.c.
To compile all files and run the test program, follow the instructions given
at the top of Makefile. In short "make test; make install" should work for
most machines. For Unix: "./configure; make test; make install". For MSDOS,
use one of the special makefiles such as Makefile.msc. For VMS, use
make_vms.com.
Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
<info@winimage.com> for the Windows DLL version. The zlib home page is http:/
/www.zlib.org or http://www.gzip.org/zlib/ Before reporting a problem,
please check this site to verify that you have the latest version of zlib;
otherwise get the latest version and check whether the problem still exists
or not.
PLEASE read the zlib FAQ http://www.gzip.org/zlib/zlib_faq.html before ask-
ing for help.
Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
issue of Dr. Dobb's Journal; a copy of the article is available in http://
dogma.net/markn/articles/zlibtool/zlibtool.htm
The changes made in version 1.2.3 are documented in the file ChangeLog.
Unsupported third party contributions are provided in directory "contrib".
A Java implementation of zlib is available in the Java Development Kit http:/
/java.sun.com/j2se/1.4.2/docs/api/java/util/zip/package-summary.html
See the zlib home page http://www.zlib.org for details.
A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is in the
CPAN (Comprehensive Perl Archive Network) sites http://www.cpan.org/modules/
by-module/Compress/
A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is available
in Python 1.5 and later versions, see http://www.python.org/doc/lib/module-
zlib.html