From: hansr Date: Thu, 9 Oct 2014 12:05:53 +0000 (+0200) Subject: Missed one, (Remove code related to legacy OS) X-Git-Tag: 1.9.9-b1~927 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dab4c0eff4b12a5c3fbe898ae1a1bc5fa825a382;p=thirdparty%2Fzlib-ng.git Missed one, (Remove code related to legacy OS) --- diff --git a/zconf.h.cmakein b/zconf.h.cmakein index 3d118038c..c5a7638d6 100644 --- a/zconf.h.cmakein +++ b/zconf.h.cmakein @@ -419,21 +419,4 @@ typedef uLong uLongf; # endif #endif -/* MVS linker does not support external names larger than 8 bytes */ -#if defined(__MVS__) - #pragma map(deflateInit_,"DEIN") - #pragma map(deflateInit2_,"DEIN2") - #pragma map(deflateEnd,"DEEND") - #pragma map(deflateBound,"DEBND") - #pragma map(inflateInit_,"ININ") - #pragma map(inflateInit2_,"ININ2") - #pragma map(inflateEnd,"INEND") - #pragma map(inflateSync,"INSY") - #pragma map(inflateSetDictionary,"INSEDI") - #pragma map(compressBound,"CMBND") - #pragma map(inflate_table,"INTABL") - #pragma map(inflate_fast,"INFA") - #pragma map(inflate_copyright,"INCOPY") -#endif - #endif /* ZCONF_H */