55b8b5fec1
gzflags() was put in gzwrite.c in order to be compiled exactly the same as gzprintf(), so that it was guaranteed to return the correct information. However that causes a static linkage to zlib to bring in many routines that are often not used. All that is required to duplicate the compilation environment of gzprintf() is to include gzguts.h. So that is now done in zutil.c to assure that the correct flags are returned.
206 lines
7.8 KiB
Plaintext
206 lines
7.8 KiB
Plaintext
STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB')
|
|
|
|
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
|
/* Version 1.1.3 entry points. */
|
|
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
|
|
|
/********************************************************************/
|
|
/* *MODULE ADLER32 ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("adler32")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("compress")
|
|
EXPORT SYMBOL("compress2")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE CRC32 ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("crc32")
|
|
EXPORT SYMBOL("get_crc_table")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("deflate")
|
|
EXPORT SYMBOL("deflateEnd")
|
|
EXPORT SYMBOL("deflateSetDictionary")
|
|
EXPORT SYMBOL("deflateCopy")
|
|
EXPORT SYMBOL("deflateReset")
|
|
EXPORT SYMBOL("deflateParams")
|
|
EXPORT SYMBOL("deflatePrime")
|
|
EXPORT SYMBOL("deflateInit_")
|
|
EXPORT SYMBOL("deflateInit2_")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE GZIO ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("gzopen")
|
|
EXPORT SYMBOL("gzdopen")
|
|
EXPORT SYMBOL("gzsetparams")
|
|
EXPORT SYMBOL("gzread")
|
|
EXPORT SYMBOL("gzwrite")
|
|
EXPORT SYMBOL("gzprintf")
|
|
EXPORT SYMBOL("gzputs")
|
|
EXPORT SYMBOL("gzgets")
|
|
EXPORT SYMBOL("gzputc")
|
|
EXPORT SYMBOL("gzgetc")
|
|
EXPORT SYMBOL("gzflush")
|
|
EXPORT SYMBOL("gzseek")
|
|
EXPORT SYMBOL("gzrewind")
|
|
EXPORT SYMBOL("gztell")
|
|
EXPORT SYMBOL("gzeof")
|
|
EXPORT SYMBOL("gzclose")
|
|
EXPORT SYMBOL("gzerror")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("inflate")
|
|
EXPORT SYMBOL("inflateEnd")
|
|
EXPORT SYMBOL("inflateSetDictionary")
|
|
EXPORT SYMBOL("inflateSync")
|
|
EXPORT SYMBOL("inflateReset")
|
|
EXPORT SYMBOL("inflateInit_")
|
|
EXPORT SYMBOL("inflateInit2_")
|
|
EXPORT SYMBOL("inflateSyncPoint")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE UNCOMPR ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("uncompress")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE ZUTIL ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("zlibVersion")
|
|
EXPORT SYMBOL("zError")
|
|
|
|
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
|
/* Version 1.2.1 additional entry points. */
|
|
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
|
|
|
/********************************************************************/
|
|
/* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("compressBound")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("deflateBound")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE GZIO ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("gzungetc")
|
|
EXPORT SYMBOL("gzclearerr")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE INFBACK ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("inflateBack")
|
|
EXPORT SYMBOL("inflateBackEnd")
|
|
EXPORT SYMBOL("inflateBackInit_")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("inflateCopy")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE ZUTIL ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("zlibCompileFlags")
|
|
|
|
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
|
/* Version 1.2.5 additional entry points. */
|
|
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
|
|
|
/********************************************************************/
|
|
/* *MODULE ADLER32 ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("adler32_combine")
|
|
EXPORT SYMBOL("adler32_combine64")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE CRC32 ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("crc32_combine")
|
|
EXPORT SYMBOL("crc32_combine64")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE GZLIB ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("gzbuffer")
|
|
EXPORT SYMBOL("gzoffset")
|
|
EXPORT SYMBOL("gzoffset64")
|
|
EXPORT SYMBOL("gzopen64")
|
|
EXPORT SYMBOL("gzseek64")
|
|
EXPORT SYMBOL("gztell64")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE GZREAD ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("gzclose_r")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE GZWRITE ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("gzclose_w")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("inflateMark")
|
|
EXPORT SYMBOL("inflatePrime")
|
|
EXPORT SYMBOL("inflateReset2")
|
|
EXPORT SYMBOL("inflateUndermine")
|
|
|
|
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
|
/* Version 1.2.6 additional entry points. */
|
|
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
|
|
|
/********************************************************************/
|
|
/* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("deflateResetKeep")
|
|
EXPORT SYMBOL("deflatePending")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE GZWRITE ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("gzgetc_")
|
|
|
|
/********************************************************************/
|
|
/* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
|
|
/********************************************************************/
|
|
|
|
EXPORT SYMBOL("inflateResetKeep")
|
|
|
|
ENDPGMEXP
|