aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:48 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:48 -0700
commitf81ba93d4a7e43fccf4730e5e7404ee765a76e3e (patch)
tree1f130d999e06b2d572bce1f99eaeaadd329a7ae7 /zconf.h
parent4b5a43a219d51066c01ff2ab86af18b967f2d0dd (diff)
downloadzlib-f81ba93d4a7e43fccf4730e5e7404ee765a76e3e.tar.gz
zlib-f81ba93d4a7e43fccf4730e5e7404ee765a76e3e.tar.bz2
zlib-f81ba93d4a7e43fccf4730e5e7404ee765a76e3e.zip
zlib 1.2.0.6v1.2.0.6
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/zconf.h b/zconf.h
index 7ef861c..4301375 100644
--- a/zconf.h
+++ b/zconf.h
@@ -287,6 +287,13 @@ typedef uLong FAR uLongf;
287# define z_off_t long 287# define z_off_t long
288#endif 288#endif
289 289
290#if defined(__MVS__)
291#define NO_vsnprintf
292#ifdef FAR
293#undef FAR
294#endif
295#endif
296
290/* MVS linker does not support external names larger than 8 bytes */ 297/* MVS linker does not support external names larger than 8 bytes */
291#if defined(__MVS__) 298#if defined(__MVS__)
292# pragma map(deflateInit_,"DEIN") 299# pragma map(deflateInit_,"DEIN")