mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 21:23:07 +08:00
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:
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user