Loading zlib/gzio.c +2 −2 Original line number Diff line number Diff line Loading @@ -7,10 +7,10 @@ /* @(#) $Id$ */ #include <stdio.h> #include "zutil.h" #include <stdio.h> #ifdef NO_DEFLATE /* for compatibility with old definition */ # define NO_GZCOMPRESS #endif Loading zlib/zconf.h +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ #ifndef ZCONF_H #define ZCONF_H #ifdef HAVE_CONFIG_H #include <config.h> #endif /* * If you *really* need a unique prefix for all types and library functions, * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. Loading Loading
zlib/gzio.c +2 −2 Original line number Diff line number Diff line Loading @@ -7,10 +7,10 @@ /* @(#) $Id$ */ #include <stdio.h> #include "zutil.h" #include <stdio.h> #ifdef NO_DEFLATE /* for compatibility with old definition */ # define NO_GZCOMPRESS #endif Loading
zlib/zconf.h +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ #ifndef ZCONF_H #define ZCONF_H #ifdef HAVE_CONFIG_H #include <config.h> #endif /* * If you *really* need a unique prefix for all types and library functions, * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. Loading