]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Missed one, (Remove code related to legacy OS)
authorhansr <hk-git@circlestorm.org>
Thu, 9 Oct 2014 12:05:53 +0000 (14:05 +0200)
committerhansr <hk-git@circlestorm.org>
Thu, 9 Oct 2014 12:05:53 +0000 (14:05 +0200)
zconf.h.cmakein

index 3d118038cca1e77d0a3c2ddd7e0d28c91802bc88..c5a7638d6cf413ccfd2b7b120ee27abc0b78d40f 100644 (file)
@@ -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 */