Add a couple other improvements we forgot to include in the changelog

This commit is contained in:
fyodor 2021-08-08 01:23:20 +00:00
parent 12bef342a7
commit cee01cc1a1
2 changed files with 9 additions and 2 deletions

View file

@ -431,11 +431,11 @@ typedef uLong FAR uLongf;
typedef unsigned long z_crc_t;
#endif
#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */
#if 1 /* was set to #if 1 by ./configure */
# define Z_HAVE_UNISTD_H
#endif
#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */
#if 1 /* was set to #if 1 by ./configure */
# define Z_HAVE_STDARG_H
#endif