2010-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>

* zconf.h: Regenerate by zlib's configure.
	Eliminate HAVE_UNISTD_H. Use Z_PREFIX.
This commit is contained in:
Ralf Corsepius
2011-03-18 10:11:40 +00:00
parent 8b631ccdc3
commit 3d7bcc72eb
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2010-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* zconf.h: Regenerate by zlib's configure.
Eliminate HAVE_UNISTD_H. Use Z_PREFIX.
2010-03-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* zconf.h: Add include of config.h
+2 -2
View File
@@ -14,7 +14,7 @@
* Even better than compiling with -DZ_PREFIX would be to use configure to set
* this permanently in zconf.h using "./configure --zprefix".
*/
#ifdef Z_PREFIX /* may be set to #if 1 by ./configure */
#if 1 /* was set to #if 1 by ./configure */
/* all linked symbols */
# define _dist_code z__dist_code
@@ -360,7 +360,7 @@ typedef uLong FAR uLongf;
typedef Byte *voidp;
#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