Skip to content

Commit

Permalink
Missed one, (Remove code related to legacy OS)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dead2 committed Oct 9, 2014
1 parent 0db1040 commit dab4c0e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions zconf.h.cmakein
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit dab4c0e

Please sign in to comment.