• M
    Put gzflags() functionality back in zutil.c. · 55b8b5fe
    Mark Adler 提交于
    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.
    55b8b5fe
zconf.h.in 14.0 KB