summaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
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")