forked from Imagelibrary/rtems
2005-10-30 Ralf Corsepius <ralf.corsepius@rtems.org>
* zconf.h: Hard-code using unistd.h. Hard-code Z_PREFIX.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-10-30 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* zconf.h: Hard-code using unistd.h.
|
||||||
|
Hard-code Z_PREFIX.
|
||||||
|
|
||||||
2005-10-28 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-10-28 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* zconf.in.h: Remove (Unused).
|
* zconf.in.h: Remove (Unused).
|
||||||
|
|||||||
@@ -8,6 +8,8 @@
|
|||||||
#ifndef ZCONF_H
|
#ifndef ZCONF_H
|
||||||
#define ZCONF_H
|
#define ZCONF_H
|
||||||
|
|
||||||
|
#define Z_PREFIX 1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If you *really* need a unique prefix for all types and library functions,
|
* 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.
|
* compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
|
||||||
@@ -291,7 +293,7 @@ typedef uLong FAR uLongf;
|
|||||||
typedef Byte *voidp;
|
typedef Byte *voidp;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0 /* HAVE_UNISTD_H -- this line is updated by ./configure */
|
#if 1 /* HAVE_UNISTD_H -- this line is updated by ./configure */
|
||||||
# include <sys/types.h> /* for off_t */
|
# include <sys/types.h> /* for off_t */
|
||||||
# include <unistd.h> /* for SEEK_* and off_t */
|
# include <unistd.h> /* for SEEK_* and off_t */
|
||||||
# ifdef VMS
|
# ifdef VMS
|
||||||
|
|||||||
Reference in New Issue
Block a user