hane 1.0.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (381) hide show
  1. package/README.md +32 -32
  2. package/binding.gyp +77 -50
  3. package/deps/win-nodeapi/node_api.def +158 -0
  4. package/deps/win-nodeapi/node_api.lib +0 -0
  5. package/dist/index.js +1 -1
  6. package/package.json +34 -33
  7. package/src/native/addon.cc +247 -207
  8. package/src/native/zsign_driver.cc +87 -87
  9. package/src/native/zsign_driver.h +38 -38
  10. package/vendor/zlib/.cmake-format.yaml +245 -245
  11. package/vendor/zlib/.github/workflows/c-std.yml +230 -230
  12. package/vendor/zlib/.github/workflows/cmake.yml +112 -112
  13. package/vendor/zlib/.github/workflows/configure.yml +136 -136
  14. package/vendor/zlib/.github/workflows/fuzz.yml +25 -25
  15. package/vendor/zlib/.github/workflows/msys-cygwin.yml +77 -77
  16. package/vendor/zlib/BUILD.bazel +134 -134
  17. package/vendor/zlib/CMakeLists.txt +330 -330
  18. package/vendor/zlib/ChangeLog +1621 -1621
  19. package/vendor/zlib/FAQ +367 -367
  20. package/vendor/zlib/INDEX +68 -68
  21. package/vendor/zlib/LICENSE +22 -22
  22. package/vendor/zlib/MODULE.bazel +9 -9
  23. package/vendor/zlib/Makefile.in +419 -419
  24. package/vendor/zlib/README +115 -115
  25. package/vendor/zlib/README-cmake.md +83 -83
  26. package/vendor/zlib/adler32.c +164 -164
  27. package/vendor/zlib/amiga/Makefile.pup +69 -69
  28. package/vendor/zlib/amiga/Makefile.sas +68 -68
  29. package/vendor/zlib/compress.c +75 -75
  30. package/vendor/zlib/configure +966 -966
  31. package/vendor/zlib/contrib/README.contrib +57 -57
  32. package/vendor/zlib/contrib/ada/buffer_demo.adb +106 -106
  33. package/vendor/zlib/contrib/ada/mtest.adb +156 -156
  34. package/vendor/zlib/contrib/ada/read.adb +156 -156
  35. package/vendor/zlib/contrib/ada/readme.txt +65 -65
  36. package/vendor/zlib/contrib/ada/test.adb +463 -463
  37. package/vendor/zlib/contrib/ada/zlib-streams.adb +225 -225
  38. package/vendor/zlib/contrib/ada/zlib-streams.ads +114 -114
  39. package/vendor/zlib/contrib/ada/zlib-thin.adb +142 -142
  40. package/vendor/zlib/contrib/ada/zlib-thin.ads +450 -450
  41. package/vendor/zlib/contrib/ada/zlib.adb +701 -701
  42. package/vendor/zlib/contrib/ada/zlib.ads +328 -328
  43. package/vendor/zlib/contrib/ada/zlib.gpr +20 -20
  44. package/vendor/zlib/contrib/blast/Makefile +8 -8
  45. package/vendor/zlib/contrib/blast/README +4 -4
  46. package/vendor/zlib/contrib/blast/blast.c +466 -466
  47. package/vendor/zlib/contrib/blast/blast.h +83 -83
  48. package/vendor/zlib/contrib/delphi/ZLib.pas +557 -557
  49. package/vendor/zlib/contrib/delphi/ZLibConst.pas +11 -11
  50. package/vendor/zlib/contrib/delphi/readme.txt +76 -76
  51. package/vendor/zlib/contrib/delphi/zlibd32.mak +99 -99
  52. package/vendor/zlib/contrib/gcc_gvmat64/gvmat64.S +574 -574
  53. package/vendor/zlib/contrib/infback9/README +1 -1
  54. package/vendor/zlib/contrib/infback9/infback9.c +603 -603
  55. package/vendor/zlib/contrib/infback9/infback9.h +37 -37
  56. package/vendor/zlib/contrib/infback9/inffix9.h +107 -107
  57. package/vendor/zlib/contrib/infback9/inflate9.h +47 -47
  58. package/vendor/zlib/contrib/infback9/inftree9.c +319 -319
  59. package/vendor/zlib/contrib/infback9/inftree9.h +61 -61
  60. package/vendor/zlib/contrib/iostream/test.cpp +24 -24
  61. package/vendor/zlib/contrib/iostream/zfstream.cpp +329 -329
  62. package/vendor/zlib/contrib/iostream/zfstream.h +128 -128
  63. package/vendor/zlib/contrib/iostream2/zstream.h +307 -307
  64. package/vendor/zlib/contrib/iostream2/zstream_test.cpp +25 -25
  65. package/vendor/zlib/contrib/iostream3/README +35 -35
  66. package/vendor/zlib/contrib/iostream3/TODO +17 -17
  67. package/vendor/zlib/contrib/iostream3/test.cc +50 -50
  68. package/vendor/zlib/contrib/iostream3/zfstream.cc +479 -479
  69. package/vendor/zlib/contrib/iostream3/zfstream.h +466 -466
  70. package/vendor/zlib/contrib/minizip/CMakeLists.txt +380 -380
  71. package/vendor/zlib/contrib/minizip/Makefile +37 -37
  72. package/vendor/zlib/contrib/minizip/Makefile.am +45 -45
  73. package/vendor/zlib/contrib/minizip/MiniZip64_Changes.txt +6 -6
  74. package/vendor/zlib/contrib/minizip/MiniZip64_info.txt +74 -74
  75. package/vendor/zlib/contrib/minizip/configure.ac +32 -32
  76. package/vendor/zlib/contrib/minizip/crypt.h +128 -128
  77. package/vendor/zlib/contrib/minizip/ints.h +57 -57
  78. package/vendor/zlib/contrib/minizip/ioapi.c +231 -231
  79. package/vendor/zlib/contrib/minizip/ioapi.h +183 -183
  80. package/vendor/zlib/contrib/minizip/iowin32.c +448 -448
  81. package/vendor/zlib/contrib/minizip/iowin32.h +28 -28
  82. package/vendor/zlib/contrib/minizip/make_vms.com +25 -25
  83. package/vendor/zlib/contrib/minizip/miniunz.c +647 -647
  84. package/vendor/zlib/contrib/minizip/miniunzip.1 +63 -63
  85. package/vendor/zlib/contrib/minizip/minizip.1 +46 -46
  86. package/vendor/zlib/contrib/minizip/minizip.c +512 -512
  87. package/vendor/zlib/contrib/minizip/minizip.pc.in +12 -12
  88. package/vendor/zlib/contrib/minizip/minizip.pc.txt +13 -13
  89. package/vendor/zlib/contrib/minizip/minizipConfig.cmake.in +35 -35
  90. package/vendor/zlib/contrib/minizip/mztools.c +288 -288
  91. package/vendor/zlib/contrib/minizip/mztools.h +37 -37
  92. package/vendor/zlib/contrib/minizip/skipset.h +361 -361
  93. package/vendor/zlib/contrib/minizip/test/CMakeLists.txt +121 -121
  94. package/vendor/zlib/contrib/minizip/test/add_subdirectory_exclude_test.cmake.in +29 -29
  95. package/vendor/zlib/contrib/minizip/test/add_subdirectory_test.cmake.in +28 -28
  96. package/vendor/zlib/contrib/minizip/test/find_package_test.cmake.in +25 -25
  97. package/vendor/zlib/contrib/minizip/test/test_helper.cm +32 -32
  98. package/vendor/zlib/contrib/minizip/unzip.c +1981 -1981
  99. package/vendor/zlib/contrib/minizip/unzip.h +441 -441
  100. package/vendor/zlib/contrib/minizip/zip.c +2199 -2199
  101. package/vendor/zlib/contrib/minizip/zip.h +370 -370
  102. package/vendor/zlib/contrib/nuget/nuget.csproj +43 -43
  103. package/vendor/zlib/contrib/nuget/nuget.sln +22 -22
  104. package/vendor/zlib/contrib/pascal/example.pas +599 -599
  105. package/vendor/zlib/contrib/pascal/readme.txt +76 -76
  106. package/vendor/zlib/contrib/pascal/zlibd32.mak +99 -99
  107. package/vendor/zlib/contrib/pascal/zlibpas.pas +276 -276
  108. package/vendor/zlib/contrib/puff/Makefile +42 -42
  109. package/vendor/zlib/contrib/puff/README +63 -63
  110. package/vendor/zlib/contrib/puff/puff.c +840 -840
  111. package/vendor/zlib/contrib/puff/puff.h +35 -35
  112. package/vendor/zlib/contrib/puff/pufftest.c +169 -169
  113. package/vendor/zlib/contrib/untgz/Makefile +14 -14
  114. package/vendor/zlib/contrib/untgz/Makefile.msc +17 -17
  115. package/vendor/zlib/contrib/untgz/untgz.c +667 -667
  116. package/vendor/zlib/contrib/vstudio/readme.txt +81 -81
  117. package/vendor/zlib/contrib/vstudio/vc12/miniunz.vcxproj +315 -315
  118. package/vendor/zlib/contrib/vstudio/vc12/minizip.vcxproj +312 -312
  119. package/vendor/zlib/contrib/vstudio/vc12/testzlib.vcxproj +421 -421
  120. package/vendor/zlib/contrib/vstudio/vc12/testzlibdll.vcxproj +315 -315
  121. package/vendor/zlib/contrib/vstudio/vc12/zlib.rc +32 -32
  122. package/vendor/zlib/contrib/vstudio/vc12/zlibstat.vcxproj +458 -458
  123. package/vendor/zlib/contrib/vstudio/vc12/zlibvc.sln +119 -119
  124. package/vendor/zlib/contrib/vstudio/vc12/zlibvc.vcxproj +667 -667
  125. package/vendor/zlib/contrib/vstudio/vc14/miniunz.vcxproj +315 -315
  126. package/vendor/zlib/contrib/vstudio/vc14/minizip.vcxproj +312 -312
  127. package/vendor/zlib/contrib/vstudio/vc14/testzlib.vcxproj +421 -421
  128. package/vendor/zlib/contrib/vstudio/vc14/testzlibdll.vcxproj +315 -315
  129. package/vendor/zlib/contrib/vstudio/vc14/zlib.rc +32 -32
  130. package/vendor/zlib/contrib/vstudio/vc14/zlibstat.vcxproj +458 -458
  131. package/vendor/zlib/contrib/vstudio/vc14/zlibvc.sln +119 -119
  132. package/vendor/zlib/contrib/vstudio/vc14/zlibvc.vcxproj +667 -667
  133. package/vendor/zlib/contrib/vstudio/vc17/miniunz.vcxproj +408 -408
  134. package/vendor/zlib/contrib/vstudio/vc17/minizip.vcxproj +404 -404
  135. package/vendor/zlib/contrib/vstudio/vc17/testzlib.vcxproj +472 -472
  136. package/vendor/zlib/contrib/vstudio/vc17/testzlibdll.vcxproj +408 -408
  137. package/vendor/zlib/contrib/vstudio/vc17/zlib.rc +32 -32
  138. package/vendor/zlib/contrib/vstudio/vc17/zlibstat.vcxproj +601 -601
  139. package/vendor/zlib/contrib/vstudio/vc17/zlibvc.sln +179 -179
  140. package/vendor/zlib/contrib/vstudio/vc17/zlibvc.vcxproj +874 -874
  141. package/vendor/zlib/crc32.c +1049 -1049
  142. package/vendor/zlib/crc32.h +9446 -9446
  143. package/vendor/zlib/deflate.c +2152 -2152
  144. package/vendor/zlib/deflate.h +380 -380
  145. package/vendor/zlib/doc/algorithm.txt +209 -209
  146. package/vendor/zlib/doc/rfc1950.txt +619 -619
  147. package/vendor/zlib/doc/rfc1951.txt +955 -955
  148. package/vendor/zlib/doc/rfc1952.txt +675 -675
  149. package/vendor/zlib/doc/txtvsbin.txt +107 -107
  150. package/vendor/zlib/examples/README.examples +54 -54
  151. package/vendor/zlib/examples/enough.c +597 -597
  152. package/vendor/zlib/examples/fitblk.c +233 -233
  153. package/vendor/zlib/examples/gun.c +702 -702
  154. package/vendor/zlib/examples/gzappend.c +504 -504
  155. package/vendor/zlib/examples/gzjoin.c +449 -449
  156. package/vendor/zlib/examples/gzlog.c +1061 -1061
  157. package/vendor/zlib/examples/gzlog.h +91 -91
  158. package/vendor/zlib/examples/gznorm.c +474 -474
  159. package/vendor/zlib/examples/zlib_how.html +549 -549
  160. package/vendor/zlib/examples/zpipe.c +209 -209
  161. package/vendor/zlib/examples/zran.c +550 -550
  162. package/vendor/zlib/examples/zran.h +53 -53
  163. package/vendor/zlib/gzclose.c +23 -23
  164. package/vendor/zlib/gzguts.h +215 -215
  165. package/vendor/zlib/gzlib.c +585 -585
  166. package/vendor/zlib/gzread.c +603 -603
  167. package/vendor/zlib/gzwrite.c +631 -631
  168. package/vendor/zlib/infback.c +628 -628
  169. package/vendor/zlib/inffast.c +320 -320
  170. package/vendor/zlib/inffast.h +11 -11
  171. package/vendor/zlib/inffixed.h +94 -94
  172. package/vendor/zlib/inflate.c +1526 -1526
  173. package/vendor/zlib/inflate.h +126 -126
  174. package/vendor/zlib/inftrees.c +299 -299
  175. package/vendor/zlib/inftrees.h +62 -62
  176. package/vendor/zlib/make_vms.com +867 -867
  177. package/vendor/zlib/msdos/Makefile.bor +115 -115
  178. package/vendor/zlib/msdos/Makefile.dj2 +104 -104
  179. package/vendor/zlib/msdos/Makefile.emx +69 -69
  180. package/vendor/zlib/msdos/Makefile.msc +112 -112
  181. package/vendor/zlib/msdos/Makefile.tc +100 -100
  182. package/vendor/zlib/nintendods/Makefile +126 -126
  183. package/vendor/zlib/nintendods/README +5 -5
  184. package/vendor/zlib/old/Makefile.emx +69 -69
  185. package/vendor/zlib/old/Makefile.riscos +151 -151
  186. package/vendor/zlib/old/README +3 -3
  187. package/vendor/zlib/old/descrip.mms +48 -48
  188. package/vendor/zlib/old/os2/Makefile.os2 +136 -136
  189. package/vendor/zlib/old/os2/zlib.def +51 -51
  190. package/vendor/zlib/old/visual-basic.txt +160 -160
  191. package/vendor/zlib/os400/README400 +48 -48
  192. package/vendor/zlib/os400/bndsrc +133 -133
  193. package/vendor/zlib/os400/make.sh +366 -366
  194. package/vendor/zlib/os400/zlib.inc +531 -531
  195. package/vendor/zlib/qnx/package.qpg +141 -141
  196. package/vendor/zlib/test/CMakeLists.txt +265 -265
  197. package/vendor/zlib/test/add_subdirectory_exclude_test.cmake.in +29 -29
  198. package/vendor/zlib/test/add_subdirectory_test.cmake.in +28 -28
  199. package/vendor/zlib/test/example.c +552 -552
  200. package/vendor/zlib/test/find_package_test.cmake.in +26 -26
  201. package/vendor/zlib/test/infcover.c +672 -672
  202. package/vendor/zlib/test/minigzip.c +590 -590
  203. package/vendor/zlib/treebuild.xml +116 -116
  204. package/vendor/zlib/trees.c +1119 -1119
  205. package/vendor/zlib/trees.h +128 -128
  206. package/vendor/zlib/uncompr.c +85 -85
  207. package/vendor/zlib/watcom/watcom_f.mak +43 -43
  208. package/vendor/zlib/watcom/watcom_l.mak +43 -43
  209. package/vendor/zlib/win32/DLL_FAQ.txt +381 -381
  210. package/vendor/zlib/win32/Makefile.bor +109 -109
  211. package/vendor/zlib/win32/Makefile.gcc +177 -177
  212. package/vendor/zlib/win32/Makefile.msc +159 -159
  213. package/vendor/zlib/win32/README-WIN32.txt +103 -103
  214. package/vendor/zlib/win32/VisualC.txt +3 -3
  215. package/vendor/zlib/win32/zlib1.rc +37 -37
  216. package/vendor/zlib/zconf.h.in +544 -544
  217. package/vendor/zlib/zlib.3 +149 -149
  218. package/vendor/zlib/zlib.h +1957 -1957
  219. package/vendor/zlib/zlib.map +103 -103
  220. package/vendor/zlib/zlib.pc.cmakein +13 -13
  221. package/vendor/zlib/zlib.pc.in +13 -13
  222. package/vendor/zlib/zlibConfig.cmake.in +26 -26
  223. package/vendor/zlib/zutil.c +299 -299
  224. package/vendor/zlib/zutil.h +257 -257
  225. package/vendor/zsign/.gitattributes +3 -3
  226. package/vendor/zsign/LICENSE +20 -20
  227. package/vendor/zsign/README.md +142 -142
  228. package/vendor/zsign/build/linux/Makefile +43 -43
  229. package/vendor/zsign/build/macos/Makefile +43 -43
  230. package/vendor/zsign/build/windows/vs2022/include/minizip/crypt.h +128 -128
  231. package/vendor/zsign/build/windows/vs2022/include/minizip/ioapi.h +216 -216
  232. package/vendor/zsign/build/windows/vs2022/include/minizip/iowin32.h +28 -28
  233. package/vendor/zsign/build/windows/vs2022/include/minizip/mztools.h +37 -37
  234. package/vendor/zsign/build/windows/vs2022/include/minizip/unzip.h +437 -437
  235. package/vendor/zsign/build/windows/vs2022/include/minizip/zip.h +364 -364
  236. package/vendor/zsign/build/windows/vs2022/include/openssl/__DECC_INCLUDE_EPILOGUE.H +22 -22
  237. package/vendor/zsign/build/windows/vs2022/include/openssl/__DECC_INCLUDE_PROLOGUE.H +26 -26
  238. package/vendor/zsign/build/windows/vs2022/include/openssl/aes.h +111 -111
  239. package/vendor/zsign/build/windows/vs2022/include/openssl/applink.c +153 -153
  240. package/vendor/zsign/build/windows/vs2022/include/openssl/asn1_mac.h +10 -10
  241. package/vendor/zsign/build/windows/vs2022/include/openssl/asn1err.h +142 -142
  242. package/vendor/zsign/build/windows/vs2022/include/openssl/async.h +104 -104
  243. package/vendor/zsign/build/windows/vs2022/include/openssl/asyncerr.h +29 -29
  244. package/vendor/zsign/build/windows/vs2022/include/openssl/bioerr.h +72 -72
  245. package/vendor/zsign/build/windows/vs2022/include/openssl/blowfish.h +78 -78
  246. package/vendor/zsign/build/windows/vs2022/include/openssl/bn.h +590 -590
  247. package/vendor/zsign/build/windows/vs2022/include/openssl/bnerr.h +47 -47
  248. package/vendor/zsign/build/windows/vs2022/include/openssl/buffer.h +62 -62
  249. package/vendor/zsign/build/windows/vs2022/include/openssl/buffererr.h +25 -25
  250. package/vendor/zsign/build/windows/vs2022/include/openssl/camellia.h +117 -117
  251. package/vendor/zsign/build/windows/vs2022/include/openssl/cast.h +71 -71
  252. package/vendor/zsign/build/windows/vs2022/include/openssl/cmac.h +52 -52
  253. package/vendor/zsign/build/windows/vs2022/include/openssl/cmp_util.h +56 -56
  254. package/vendor/zsign/build/windows/vs2022/include/openssl/cmperr.h +131 -131
  255. package/vendor/zsign/build/windows/vs2022/include/openssl/cmserr.h +125 -125
  256. package/vendor/zsign/build/windows/vs2022/include/openssl/comperr.h +38 -38
  257. package/vendor/zsign/build/windows/vs2022/include/openssl/conf_api.h +46 -46
  258. package/vendor/zsign/build/windows/vs2022/include/openssl/conferr.h +52 -52
  259. package/vendor/zsign/build/windows/vs2022/include/openssl/conftypes.h +44 -44
  260. package/vendor/zsign/build/windows/vs2022/include/openssl/core.h +236 -236
  261. package/vendor/zsign/build/windows/vs2022/include/openssl/core_dispatch.h +1022 -1022
  262. package/vendor/zsign/build/windows/vs2022/include/openssl/core_object.h +41 -41
  263. package/vendor/zsign/build/windows/vs2022/include/openssl/crmferr.h +50 -50
  264. package/vendor/zsign/build/windows/vs2022/include/openssl/cryptoerr.h +56 -56
  265. package/vendor/zsign/build/windows/vs2022/include/openssl/cryptoerr_legacy.h +1466 -1466
  266. package/vendor/zsign/build/windows/vs2022/include/openssl/cterr.h +45 -45
  267. package/vendor/zsign/build/windows/vs2022/include/openssl/decoder.h +133 -133
  268. package/vendor/zsign/build/windows/vs2022/include/openssl/decodererr.h +28 -28
  269. package/vendor/zsign/build/windows/vs2022/include/openssl/des.h +211 -211
  270. package/vendor/zsign/build/windows/vs2022/include/openssl/dh.h +339 -339
  271. package/vendor/zsign/build/windows/vs2022/include/openssl/dherr.h +59 -59
  272. package/vendor/zsign/build/windows/vs2022/include/openssl/dsa.h +280 -280
  273. package/vendor/zsign/build/windows/vs2022/include/openssl/dsaerr.h +44 -44
  274. package/vendor/zsign/build/windows/vs2022/include/openssl/dtls1.h +57 -57
  275. package/vendor/zsign/build/windows/vs2022/include/openssl/e_os2.h +310 -310
  276. package/vendor/zsign/build/windows/vs2022/include/openssl/e_ostime.h +38 -38
  277. package/vendor/zsign/build/windows/vs2022/include/openssl/ebcdic.h +39 -39
  278. package/vendor/zsign/build/windows/vs2022/include/openssl/ec.h +1588 -1588
  279. package/vendor/zsign/build/windows/vs2022/include/openssl/ecdh.h +10 -10
  280. package/vendor/zsign/build/windows/vs2022/include/openssl/ecdsa.h +10 -10
  281. package/vendor/zsign/build/windows/vs2022/include/openssl/ecerr.h +104 -104
  282. package/vendor/zsign/build/windows/vs2022/include/openssl/encoder.h +124 -124
  283. package/vendor/zsign/build/windows/vs2022/include/openssl/encodererr.h +28 -28
  284. package/vendor/zsign/build/windows/vs2022/include/openssl/engine.h +833 -833
  285. package/vendor/zsign/build/windows/vs2022/include/openssl/engineerr.h +63 -63
  286. package/vendor/zsign/build/windows/vs2022/include/openssl/esserr.h +32 -32
  287. package/vendor/zsign/build/windows/vs2022/include/openssl/evp.h +2231 -2231
  288. package/vendor/zsign/build/windows/vs2022/include/openssl/evperr.h +140 -140
  289. package/vendor/zsign/build/windows/vs2022/include/openssl/fips_names.h +50 -50
  290. package/vendor/zsign/build/windows/vs2022/include/openssl/hmac.h +62 -62
  291. package/vendor/zsign/build/windows/vs2022/include/openssl/hpke.h +169 -169
  292. package/vendor/zsign/build/windows/vs2022/include/openssl/http.h +118 -118
  293. package/vendor/zsign/build/windows/vs2022/include/openssl/httperr.h +56 -56
  294. package/vendor/zsign/build/windows/vs2022/include/openssl/idea.h +82 -82
  295. package/vendor/zsign/build/windows/vs2022/include/openssl/indicator.h +31 -31
  296. package/vendor/zsign/build/windows/vs2022/include/openssl/kdf.h +138 -138
  297. package/vendor/zsign/build/windows/vs2022/include/openssl/kdferr.h +16 -16
  298. package/vendor/zsign/build/windows/vs2022/include/openssl/macros.h +338 -338
  299. package/vendor/zsign/build/windows/vs2022/include/openssl/md2.h +56 -56
  300. package/vendor/zsign/build/windows/vs2022/include/openssl/md4.h +63 -63
  301. package/vendor/zsign/build/windows/vs2022/include/openssl/md5.h +62 -62
  302. package/vendor/zsign/build/windows/vs2022/include/openssl/mdc2.h +55 -55
  303. package/vendor/zsign/build/windows/vs2022/include/openssl/modes.h +219 -219
  304. package/vendor/zsign/build/windows/vs2022/include/openssl/obj_mac.h +5820 -5820
  305. package/vendor/zsign/build/windows/vs2022/include/openssl/objects.h +184 -184
  306. package/vendor/zsign/build/windows/vs2022/include/openssl/objectserr.h +28 -28
  307. package/vendor/zsign/build/windows/vs2022/include/openssl/ocsperr.h +53 -53
  308. package/vendor/zsign/build/windows/vs2022/include/openssl/opensslconf.h +17 -17
  309. package/vendor/zsign/build/windows/vs2022/include/openssl/ossl_typ.h +16 -16
  310. package/vendor/zsign/build/windows/vs2022/include/openssl/param_build.h +63 -63
  311. package/vendor/zsign/build/windows/vs2022/include/openssl/params.h +160 -160
  312. package/vendor/zsign/build/windows/vs2022/include/openssl/pem.h +543 -543
  313. package/vendor/zsign/build/windows/vs2022/include/openssl/pem2.h +19 -19
  314. package/vendor/zsign/build/windows/vs2022/include/openssl/pemerr.h +58 -58
  315. package/vendor/zsign/build/windows/vs2022/include/openssl/pkcs12err.h +46 -46
  316. package/vendor/zsign/build/windows/vs2022/include/openssl/pkcs7err.h +63 -63
  317. package/vendor/zsign/build/windows/vs2022/include/openssl/prov_ssl.h +38 -38
  318. package/vendor/zsign/build/windows/vs2022/include/openssl/proverr.h +162 -162
  319. package/vendor/zsign/build/windows/vs2022/include/openssl/provider.h +66 -66
  320. package/vendor/zsign/build/windows/vs2022/include/openssl/quic.h +70 -70
  321. package/vendor/zsign/build/windows/vs2022/include/openssl/rand.h +125 -125
  322. package/vendor/zsign/build/windows/vs2022/include/openssl/randerr.h +69 -69
  323. package/vendor/zsign/build/windows/vs2022/include/openssl/rc2.h +68 -68
  324. package/vendor/zsign/build/windows/vs2022/include/openssl/rc4.h +47 -47
  325. package/vendor/zsign/build/windows/vs2022/include/openssl/rc5.h +79 -79
  326. package/vendor/zsign/build/windows/vs2022/include/openssl/ripemd.h +59 -59
  327. package/vendor/zsign/build/windows/vs2022/include/openssl/rsa.h +615 -615
  328. package/vendor/zsign/build/windows/vs2022/include/openssl/rsaerr.h +107 -107
  329. package/vendor/zsign/build/windows/vs2022/include/openssl/seed.h +113 -113
  330. package/vendor/zsign/build/windows/vs2022/include/openssl/self_test.h +98 -98
  331. package/vendor/zsign/build/windows/vs2022/include/openssl/sha.h +139 -139
  332. package/vendor/zsign/build/windows/vs2022/include/openssl/srtp.h +68 -68
  333. package/vendor/zsign/build/windows/vs2022/include/openssl/ssl2.h +30 -30
  334. package/vendor/zsign/build/windows/vs2022/include/openssl/ssl3.h +357 -357
  335. package/vendor/zsign/build/windows/vs2022/include/openssl/sslerr.h +379 -379
  336. package/vendor/zsign/build/windows/vs2022/include/openssl/sslerr_legacy.h +467 -467
  337. package/vendor/zsign/build/windows/vs2022/include/openssl/stack.h +90 -90
  338. package/vendor/zsign/build/windows/vs2022/include/openssl/store.h +377 -377
  339. package/vendor/zsign/build/windows/vs2022/include/openssl/storeerr.h +49 -49
  340. package/vendor/zsign/build/windows/vs2022/include/openssl/symhacks.h +39 -39
  341. package/vendor/zsign/build/windows/vs2022/include/openssl/thread.h +31 -31
  342. package/vendor/zsign/build/windows/vs2022/include/openssl/tls1.h +1220 -1220
  343. package/vendor/zsign/build/windows/vs2022/include/openssl/trace.h +320 -320
  344. package/vendor/zsign/build/windows/vs2022/include/openssl/ts.h +522 -522
  345. package/vendor/zsign/build/windows/vs2022/include/openssl/tserr.h +67 -67
  346. package/vendor/zsign/build/windows/vs2022/include/openssl/txt_db.h +63 -63
  347. package/vendor/zsign/build/windows/vs2022/include/openssl/types.h +245 -245
  348. package/vendor/zsign/build/windows/vs2022/include/openssl/uierr.h +38 -38
  349. package/vendor/zsign/build/windows/vs2022/include/openssl/whrlpool.h +62 -62
  350. package/vendor/zsign/build/windows/vs2022/include/openssl/x509err.h +70 -70
  351. package/vendor/zsign/build/windows/vs2022/include/openssl/x509v3err.h +96 -96
  352. package/vendor/zsign/src/archo.cpp +742 -742
  353. package/vendor/zsign/src/archo.h +61 -61
  354. package/vendor/zsign/src/bundle.cpp +589 -589
  355. package/vendor/zsign/src/bundle.h +46 -46
  356. package/vendor/zsign/src/common/archive.cpp +246 -246
  357. package/vendor/zsign/src/common/archive.h +22 -22
  358. package/vendor/zsign/src/common/common.h +56 -56
  359. package/vendor/zsign/src/common/fs.cpp +573 -573
  360. package/vendor/zsign/src/common/fs.h +50 -50
  361. package/vendor/zsign/src/common/log.cpp +145 -145
  362. package/vendor/zsign/src/common/log.h +37 -37
  363. package/vendor/zsign/src/common/mach-o.h +585 -585
  364. package/vendor/zsign/src/common/sha.cpp +133 -133
  365. package/vendor/zsign/src/common/sha.h +24 -24
  366. package/vendor/zsign/src/common/timer.cpp +28 -28
  367. package/vendor/zsign/src/common/timer.h +17 -17
  368. package/vendor/zsign/src/common/util.cpp +185 -185
  369. package/vendor/zsign/src/common/util.h +25 -25
  370. package/vendor/zsign/src/macho.cpp +273 -273
  371. package/vendor/zsign/src/macho.h +38 -38
  372. package/vendor/zsign/src/openssl.cpp +698 -698
  373. package/vendor/zsign/src/openssl.h +71 -71
  374. package/vendor/zsign/src/signing.cpp +745 -745
  375. package/vendor/zsign/src/signing.h +59 -59
  376. package/vendor/zsign/src/zsign.cpp +317 -317
  377. package/vendor/zsign/test/dylib/demo/Makefile +12 -12
  378. package/vendor/zsign/test/dylib/demo/control +9 -9
  379. package/vendor/zsign/test/dylib/demo/demo.m +21 -21
  380. package/vendor/zsign/test/linux/test.sh +19 -19
  381. package/vendor/zsign/test/macos/test.sh +19 -19
@@ -1,544 +1,544 @@
1
- /* zconf.h -- configuration of the zlib compression library
2
- * Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler
3
- * For conditions of distribution and use, see copyright notice in zlib.h
4
- */
5
-
6
- /* @(#) $Id$ */
7
-
8
- #ifndef ZCONF_H
9
- #define ZCONF_H
10
-
11
- /*
12
- * If you *really* need a unique prefix for all types and library functions,
13
- * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
14
- * Even better than compiling with -DZ_PREFIX would be to use configure to set
15
- * this permanently in zconf.h using "./configure --zprefix".
16
- */
17
- #ifdef Z_PREFIX /* may be set to #if 1 by ./configure */
18
- # define Z_PREFIX_SET
19
-
20
- /* all linked symbols and init macros */
21
- # define _dist_code z__dist_code
22
- # define _length_code z__length_code
23
- # define _tr_align z__tr_align
24
- # define _tr_flush_bits z__tr_flush_bits
25
- # define _tr_flush_block z__tr_flush_block
26
- # define _tr_init z__tr_init
27
- # define _tr_stored_block z__tr_stored_block
28
- # define _tr_tally z__tr_tally
29
- # define adler32 z_adler32
30
- # define adler32_combine z_adler32_combine
31
- # define adler32_combine64 z_adler32_combine64
32
- # define adler32_z z_adler32_z
33
- # ifndef Z_SOLO
34
- # define compress z_compress
35
- # define compress2 z_compress2
36
- # define compressBound z_compressBound
37
- # endif
38
- # define crc32 z_crc32
39
- # define crc32_combine z_crc32_combine
40
- # define crc32_combine64 z_crc32_combine64
41
- # define crc32_combine_gen z_crc32_combine_gen
42
- # define crc32_combine_gen64 z_crc32_combine_gen64
43
- # define crc32_combine_op z_crc32_combine_op
44
- # define crc32_z z_crc32_z
45
- # define deflate z_deflate
46
- # define deflateBound z_deflateBound
47
- # define deflateCopy z_deflateCopy
48
- # define deflateEnd z_deflateEnd
49
- # define deflateGetDictionary z_deflateGetDictionary
50
- # define deflateInit z_deflateInit
51
- # define deflateInit2 z_deflateInit2
52
- # define deflateInit2_ z_deflateInit2_
53
- # define deflateInit_ z_deflateInit_
54
- # define deflateParams z_deflateParams
55
- # define deflatePending z_deflatePending
56
- # define deflatePrime z_deflatePrime
57
- # define deflateReset z_deflateReset
58
- # define deflateResetKeep z_deflateResetKeep
59
- # define deflateSetDictionary z_deflateSetDictionary
60
- # define deflateSetHeader z_deflateSetHeader
61
- # define deflateTune z_deflateTune
62
- # define deflateUsed z_deflateUsed
63
- # define deflate_copyright z_deflate_copyright
64
- # define get_crc_table z_get_crc_table
65
- # ifndef Z_SOLO
66
- # define gz_error z_gz_error
67
- # define gz_intmax z_gz_intmax
68
- # define gz_strwinerror z_gz_strwinerror
69
- # define gzbuffer z_gzbuffer
70
- # define gzclearerr z_gzclearerr
71
- # define gzclose z_gzclose
72
- # define gzclose_r z_gzclose_r
73
- # define gzclose_w z_gzclose_w
74
- # define gzdirect z_gzdirect
75
- # define gzdopen z_gzdopen
76
- # define gzeof z_gzeof
77
- # define gzerror z_gzerror
78
- # define gzflush z_gzflush
79
- # define gzfread z_gzfread
80
- # define gzfwrite z_gzfwrite
81
- # define gzgetc z_gzgetc
82
- # define gzgetc_ z_gzgetc_
83
- # define gzgets z_gzgets
84
- # define gzoffset z_gzoffset
85
- # define gzoffset64 z_gzoffset64
86
- # define gzopen z_gzopen
87
- # define gzopen64 z_gzopen64
88
- # ifdef _WIN32
89
- # define gzopen_w z_gzopen_w
90
- # endif
91
- # define gzprintf z_gzprintf
92
- # define gzputc z_gzputc
93
- # define gzputs z_gzputs
94
- # define gzread z_gzread
95
- # define gzrewind z_gzrewind
96
- # define gzseek z_gzseek
97
- # define gzseek64 z_gzseek64
98
- # define gzsetparams z_gzsetparams
99
- # define gztell z_gztell
100
- # define gztell64 z_gztell64
101
- # define gzungetc z_gzungetc
102
- # define gzvprintf z_gzvprintf
103
- # define gzwrite z_gzwrite
104
- # endif
105
- # define inflate z_inflate
106
- # define inflateBack z_inflateBack
107
- # define inflateBackEnd z_inflateBackEnd
108
- # define inflateBackInit z_inflateBackInit
109
- # define inflateBackInit_ z_inflateBackInit_
110
- # define inflateCodesUsed z_inflateCodesUsed
111
- # define inflateCopy z_inflateCopy
112
- # define inflateEnd z_inflateEnd
113
- # define inflateGetDictionary z_inflateGetDictionary
114
- # define inflateGetHeader z_inflateGetHeader
115
- # define inflateInit z_inflateInit
116
- # define inflateInit2 z_inflateInit2
117
- # define inflateInit2_ z_inflateInit2_
118
- # define inflateInit_ z_inflateInit_
119
- # define inflateMark z_inflateMark
120
- # define inflatePrime z_inflatePrime
121
- # define inflateReset z_inflateReset
122
- # define inflateReset2 z_inflateReset2
123
- # define inflateResetKeep z_inflateResetKeep
124
- # define inflateSetDictionary z_inflateSetDictionary
125
- # define inflateSync z_inflateSync
126
- # define inflateSyncPoint z_inflateSyncPoint
127
- # define inflateUndermine z_inflateUndermine
128
- # define inflateValidate z_inflateValidate
129
- # define inflate_copyright z_inflate_copyright
130
- # define inflate_fast z_inflate_fast
131
- # define inflate_table z_inflate_table
132
- # ifndef Z_SOLO
133
- # define uncompress z_uncompress
134
- # define uncompress2 z_uncompress2
135
- # endif
136
- # define zError z_zError
137
- # ifndef Z_SOLO
138
- # define zcalloc z_zcalloc
139
- # define zcfree z_zcfree
140
- # endif
141
- # define zlibCompileFlags z_zlibCompileFlags
142
- # define zlibVersion z_zlibVersion
143
-
144
- /* all zlib typedefs in zlib.h and zconf.h */
145
- # define Byte z_Byte
146
- # define Bytef z_Bytef
147
- # define alloc_func z_alloc_func
148
- # define charf z_charf
149
- # define free_func z_free_func
150
- # ifndef Z_SOLO
151
- # define gzFile z_gzFile
152
- # endif
153
- # define gz_header z_gz_header
154
- # define gz_headerp z_gz_headerp
155
- # define in_func z_in_func
156
- # define intf z_intf
157
- # define out_func z_out_func
158
- # define uInt z_uInt
159
- # define uIntf z_uIntf
160
- # define uLong z_uLong
161
- # define uLongf z_uLongf
162
- # define voidp z_voidp
163
- # define voidpc z_voidpc
164
- # define voidpf z_voidpf
165
-
166
- /* all zlib structs in zlib.h and zconf.h */
167
- # define gz_header_s z_gz_header_s
168
- # define internal_state z_internal_state
169
-
170
- #endif
171
-
172
- #if defined(__MSDOS__) && !defined(MSDOS)
173
- # define MSDOS
174
- #endif
175
- #if (defined(OS_2) || defined(__OS2__)) && !defined(OS2)
176
- # define OS2
177
- #endif
178
- #if defined(_WINDOWS) && !defined(WINDOWS)
179
- # define WINDOWS
180
- #endif
181
- #if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__)
182
- # ifndef WIN32
183
- # define WIN32
184
- # endif
185
- #endif
186
- #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
187
- # if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__)
188
- # ifndef SYS16BIT
189
- # define SYS16BIT
190
- # endif
191
- # endif
192
- #endif
193
-
194
- /*
195
- * Compile with -DMAXSEG_64K if the alloc function cannot allocate more
196
- * than 64k bytes at a time (needed on systems with 16-bit int).
197
- */
198
- #ifdef SYS16BIT
199
- # define MAXSEG_64K
200
- #endif
201
- #ifdef MSDOS
202
- # define UNALIGNED_OK
203
- #endif
204
-
205
- #ifdef __STDC_VERSION__
206
- # ifndef STDC
207
- # define STDC
208
- # endif
209
- # if __STDC_VERSION__ >= 199901L
210
- # ifndef STDC99
211
- # define STDC99
212
- # endif
213
- # endif
214
- #endif
215
- #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
216
- # define STDC
217
- #endif
218
- #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__))
219
- # define STDC
220
- #endif
221
- #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
222
- # define STDC
223
- #endif
224
- #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__))
225
- # define STDC
226
- #endif
227
-
228
- #if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */
229
- # define STDC
230
- #endif
231
-
232
- #ifndef STDC
233
- # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
234
- # define const /* note: need a more gentle solution here */
235
- # endif
236
- #endif
237
-
238
- #ifndef z_const
239
- # ifdef ZLIB_CONST
240
- # define z_const const
241
- # else
242
- # define z_const
243
- # endif
244
- #endif
245
-
246
- #ifdef Z_SOLO
247
- # ifdef _WIN64
248
- typedef unsigned long long z_size_t;
249
- # else
250
- typedef unsigned long z_size_t;
251
- # endif
252
- #else
253
- # define z_longlong long long
254
- # if defined(NO_SIZE_T)
255
- typedef unsigned NO_SIZE_T z_size_t;
256
- # elif defined(STDC)
257
- # include <stddef.h>
258
- typedef size_t z_size_t;
259
- # else
260
- typedef unsigned long z_size_t;
261
- # endif
262
- # undef z_longlong
263
- #endif
264
-
265
- /* Maximum value for memLevel in deflateInit2 */
266
- #ifndef MAX_MEM_LEVEL
267
- # ifdef MAXSEG_64K
268
- # define MAX_MEM_LEVEL 8
269
- # else
270
- # define MAX_MEM_LEVEL 9
271
- # endif
272
- #endif
273
-
274
- /* Maximum value for windowBits in deflateInit2 and inflateInit2.
275
- * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
276
- * created by gzip. (Files created by minigzip can still be extracted by
277
- * gzip.)
278
- */
279
- #ifndef MAX_WBITS
280
- # define MAX_WBITS 15 /* 32K LZ77 window */
281
- #endif
282
-
283
- /* The memory requirements for deflate are (in bytes):
284
- (1 << (windowBits+2)) + (1 << (memLevel+9))
285
- that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values)
286
- plus a few kilobytes for small objects. For example, if you want to reduce
287
- the default memory requirements from 256K to 128K, compile with
288
- make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7"
289
- Of course this will generally degrade compression (there's no free lunch).
290
-
291
- The memory requirements for inflate are (in bytes) 1 << windowBits
292
- that is, 32K for windowBits=15 (default value) plus about 7 kilobytes
293
- for small objects.
294
- */
295
-
296
- /* Type declarations */
297
-
298
- #ifndef OF /* function prototypes */
299
- # ifdef STDC
300
- # define OF(args) args
301
- # else
302
- # define OF(args) ()
303
- # endif
304
- #endif
305
-
306
- /* The following definitions for FAR are needed only for MSDOS mixed
307
- * model programming (small or medium model with some far allocations).
308
- * This was tested only with MSC; for other MSDOS compilers you may have
309
- * to define NO_MEMCPY in zutil.h. If you don't need the mixed model,
310
- * just define FAR to be empty.
311
- */
312
- #ifdef SYS16BIT
313
- # if defined(M_I86SM) || defined(M_I86MM)
314
- /* MSC small or medium model */
315
- # define SMALL_MEDIUM
316
- # ifdef _MSC_VER
317
- # define FAR _far
318
- # else
319
- # define FAR far
320
- # endif
321
- # endif
322
- # if (defined(__SMALL__) || defined(__MEDIUM__))
323
- /* Turbo C small or medium model */
324
- # define SMALL_MEDIUM
325
- # ifdef __BORLANDC__
326
- # define FAR _far
327
- # else
328
- # define FAR far
329
- # endif
330
- # endif
331
- #endif
332
-
333
- #if defined(WINDOWS) || defined(WIN32)
334
- /* If building or using zlib as a DLL, define ZLIB_DLL.
335
- * This is not mandatory, but it offers a little performance increase.
336
- */
337
- # ifdef ZLIB_DLL
338
- # if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500))
339
- # ifdef ZLIB_INTERNAL
340
- # define ZEXTERN extern __declspec(dllexport)
341
- # else
342
- # define ZEXTERN extern __declspec(dllimport)
343
- # endif
344
- # endif
345
- # endif /* ZLIB_DLL */
346
- /* If building or using zlib with the WINAPI/WINAPIV calling convention,
347
- * define ZLIB_WINAPI.
348
- * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI.
349
- */
350
- # ifdef ZLIB_WINAPI
351
- # ifdef FAR
352
- # undef FAR
353
- # endif
354
- # ifndef WIN32_LEAN_AND_MEAN
355
- # define WIN32_LEAN_AND_MEAN
356
- # endif
357
- # include <windows.h>
358
- /* No need for _export, use ZLIB.DEF instead. */
359
- /* For complete Windows compatibility, use WINAPI, not __stdcall. */
360
- # define ZEXPORT WINAPI
361
- # ifdef WIN32
362
- # define ZEXPORTVA WINAPIV
363
- # else
364
- # define ZEXPORTVA FAR CDECL
365
- # endif
366
- # endif
367
- #endif
368
-
369
- #if defined (__BEOS__)
370
- # ifdef ZLIB_DLL
371
- # ifdef ZLIB_INTERNAL
372
- # define ZEXPORT __declspec(dllexport)
373
- # define ZEXPORTVA __declspec(dllexport)
374
- # else
375
- # define ZEXPORT __declspec(dllimport)
376
- # define ZEXPORTVA __declspec(dllimport)
377
- # endif
378
- # endif
379
- #endif
380
-
381
- #ifndef ZEXTERN
382
- # define ZEXTERN extern
383
- #endif
384
- #ifndef ZEXPORT
385
- # define ZEXPORT
386
- #endif
387
- #ifndef ZEXPORTVA
388
- # define ZEXPORTVA
389
- #endif
390
-
391
- #ifndef FAR
392
- # define FAR
393
- #endif
394
-
395
- #if !defined(__MACTYPES__)
396
- typedef unsigned char Byte; /* 8 bits */
397
- #endif
398
- typedef unsigned int uInt; /* 16 bits or more */
399
- typedef unsigned long uLong; /* 32 bits or more */
400
-
401
- #ifdef SMALL_MEDIUM
402
- /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
403
- # define Bytef Byte FAR
404
- #else
405
- typedef Byte FAR Bytef;
406
- #endif
407
- typedef char FAR charf;
408
- typedef int FAR intf;
409
- typedef uInt FAR uIntf;
410
- typedef uLong FAR uLongf;
411
-
412
- #ifdef STDC
413
- typedef void const *voidpc;
414
- typedef void FAR *voidpf;
415
- typedef void *voidp;
416
- #else
417
- typedef Byte const *voidpc;
418
- typedef Byte FAR *voidpf;
419
- typedef Byte *voidp;
420
- #endif
421
-
422
- #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC)
423
- # include <limits.h>
424
- # if (UINT_MAX == 0xffffffffUL)
425
- # define Z_U4 unsigned
426
- # elif (ULONG_MAX == 0xffffffffUL)
427
- # define Z_U4 unsigned long
428
- # elif (USHRT_MAX == 0xffffffffUL)
429
- # define Z_U4 unsigned short
430
- # endif
431
- #endif
432
-
433
- #ifdef Z_U4
434
- typedef Z_U4 z_crc_t;
435
- #else
436
- typedef unsigned long z_crc_t;
437
- #endif
438
-
439
- #if HAVE_UNISTD_H-0 /* may be set to #if 1 by ./configure */
440
- # define Z_HAVE_UNISTD_H
441
- #endif
442
-
443
- #if HAVE_STDARG_H-0 /* may be set to #if 1 by ./configure */
444
- # define Z_HAVE_STDARG_H
445
- #endif
446
-
447
- #ifdef STDC
448
- # ifndef Z_SOLO
449
- # include <sys/types.h> /* for off_t */
450
- # endif
451
- #endif
452
-
453
- #if defined(STDC) || defined(Z_HAVE_STDARG_H)
454
- # ifndef Z_SOLO
455
- # include <stdarg.h> /* for va_list */
456
- # endif
457
- #endif
458
-
459
- #ifdef _WIN32
460
- # ifndef Z_SOLO
461
- # include <stddef.h> /* for wchar_t */
462
- # endif
463
- #endif
464
-
465
- /* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and
466
- * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
467
- * though the former does not conform to the LFS document), but considering
468
- * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as
469
- * equivalently requesting no 64-bit operations
470
- */
471
- #if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1
472
- # undef _LARGEFILE64_SOURCE
473
- #endif
474
-
475
- #ifndef Z_HAVE_UNISTD_H
476
- # if defined(__WATCOMC__) || defined(__GO32__) || \
477
- (defined(_LARGEFILE64_SOURCE) && !defined(_WIN32))
478
- # define Z_HAVE_UNISTD_H
479
- # endif
480
- #endif
481
- #ifndef Z_SOLO
482
- # if defined(Z_HAVE_UNISTD_H)
483
- # include <unistd.h> /* for SEEK_*, off_t, and _LFS64_LARGEFILE */
484
- # ifdef VMS
485
- # include <unixio.h> /* for off_t */
486
- # endif
487
- # ifndef z_off_t
488
- # define z_off_t off_t
489
- # endif
490
- # endif
491
- #endif
492
-
493
- #if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0
494
- # define Z_LFS64
495
- #endif
496
-
497
- #if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64)
498
- # define Z_LARGE64
499
- #endif
500
-
501
- #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
502
- # define Z_WANT64
503
- #endif
504
-
505
- #if !defined(SEEK_SET) && !defined(Z_SOLO)
506
- # define SEEK_SET 0 /* Seek from beginning of file. */
507
- # define SEEK_CUR 1 /* Seek from current position. */
508
- # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
509
- #endif
510
-
511
- #ifndef z_off_t
512
- # define z_off_t long long
513
- #endif
514
-
515
- #if !defined(_WIN32) && defined(Z_LARGE64)
516
- # define z_off64_t off64_t
517
- #elif defined(__MINGW32__)
518
- # define z_off64_t long long
519
- #elif defined(_WIN32) && !defined(__GNUC__)
520
- # define z_off64_t __int64
521
- #elif defined(__GO32__)
522
- # define z_off64_t offset_t
523
- #else
524
- # define z_off64_t z_off_t
525
- #endif
526
-
527
- /* MVS linker does not support external names larger than 8 bytes */
528
- #if defined(__MVS__)
529
- #pragma map(deflateInit_,"DEIN")
530
- #pragma map(deflateInit2_,"DEIN2")
531
- #pragma map(deflateEnd,"DEEND")
532
- #pragma map(deflateBound,"DEBND")
533
- #pragma map(inflateInit_,"ININ")
534
- #pragma map(inflateInit2_,"ININ2")
535
- #pragma map(inflateEnd,"INEND")
536
- #pragma map(inflateSync,"INSY")
537
- #pragma map(inflateSetDictionary,"INSEDI")
538
- #pragma map(compressBound,"CMBND")
539
- #pragma map(inflate_table,"INTABL")
540
- #pragma map(inflate_fast,"INFA")
541
- #pragma map(inflate_copyright,"INCOPY")
542
- #endif
543
-
544
- #endif /* ZCONF_H */
1
+ /* zconf.h -- configuration of the zlib compression library
2
+ * Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler
3
+ * For conditions of distribution and use, see copyright notice in zlib.h
4
+ */
5
+
6
+ /* @(#) $Id$ */
7
+
8
+ #ifndef ZCONF_H
9
+ #define ZCONF_H
10
+
11
+ /*
12
+ * If you *really* need a unique prefix for all types and library functions,
13
+ * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
14
+ * Even better than compiling with -DZ_PREFIX would be to use configure to set
15
+ * this permanently in zconf.h using "./configure --zprefix".
16
+ */
17
+ #ifdef Z_PREFIX /* may be set to #if 1 by ./configure */
18
+ # define Z_PREFIX_SET
19
+
20
+ /* all linked symbols and init macros */
21
+ # define _dist_code z__dist_code
22
+ # define _length_code z__length_code
23
+ # define _tr_align z__tr_align
24
+ # define _tr_flush_bits z__tr_flush_bits
25
+ # define _tr_flush_block z__tr_flush_block
26
+ # define _tr_init z__tr_init
27
+ # define _tr_stored_block z__tr_stored_block
28
+ # define _tr_tally z__tr_tally
29
+ # define adler32 z_adler32
30
+ # define adler32_combine z_adler32_combine
31
+ # define adler32_combine64 z_adler32_combine64
32
+ # define adler32_z z_adler32_z
33
+ # ifndef Z_SOLO
34
+ # define compress z_compress
35
+ # define compress2 z_compress2
36
+ # define compressBound z_compressBound
37
+ # endif
38
+ # define crc32 z_crc32
39
+ # define crc32_combine z_crc32_combine
40
+ # define crc32_combine64 z_crc32_combine64
41
+ # define crc32_combine_gen z_crc32_combine_gen
42
+ # define crc32_combine_gen64 z_crc32_combine_gen64
43
+ # define crc32_combine_op z_crc32_combine_op
44
+ # define crc32_z z_crc32_z
45
+ # define deflate z_deflate
46
+ # define deflateBound z_deflateBound
47
+ # define deflateCopy z_deflateCopy
48
+ # define deflateEnd z_deflateEnd
49
+ # define deflateGetDictionary z_deflateGetDictionary
50
+ # define deflateInit z_deflateInit
51
+ # define deflateInit2 z_deflateInit2
52
+ # define deflateInit2_ z_deflateInit2_
53
+ # define deflateInit_ z_deflateInit_
54
+ # define deflateParams z_deflateParams
55
+ # define deflatePending z_deflatePending
56
+ # define deflatePrime z_deflatePrime
57
+ # define deflateReset z_deflateReset
58
+ # define deflateResetKeep z_deflateResetKeep
59
+ # define deflateSetDictionary z_deflateSetDictionary
60
+ # define deflateSetHeader z_deflateSetHeader
61
+ # define deflateTune z_deflateTune
62
+ # define deflateUsed z_deflateUsed
63
+ # define deflate_copyright z_deflate_copyright
64
+ # define get_crc_table z_get_crc_table
65
+ # ifndef Z_SOLO
66
+ # define gz_error z_gz_error
67
+ # define gz_intmax z_gz_intmax
68
+ # define gz_strwinerror z_gz_strwinerror
69
+ # define gzbuffer z_gzbuffer
70
+ # define gzclearerr z_gzclearerr
71
+ # define gzclose z_gzclose
72
+ # define gzclose_r z_gzclose_r
73
+ # define gzclose_w z_gzclose_w
74
+ # define gzdirect z_gzdirect
75
+ # define gzdopen z_gzdopen
76
+ # define gzeof z_gzeof
77
+ # define gzerror z_gzerror
78
+ # define gzflush z_gzflush
79
+ # define gzfread z_gzfread
80
+ # define gzfwrite z_gzfwrite
81
+ # define gzgetc z_gzgetc
82
+ # define gzgetc_ z_gzgetc_
83
+ # define gzgets z_gzgets
84
+ # define gzoffset z_gzoffset
85
+ # define gzoffset64 z_gzoffset64
86
+ # define gzopen z_gzopen
87
+ # define gzopen64 z_gzopen64
88
+ # ifdef _WIN32
89
+ # define gzopen_w z_gzopen_w
90
+ # endif
91
+ # define gzprintf z_gzprintf
92
+ # define gzputc z_gzputc
93
+ # define gzputs z_gzputs
94
+ # define gzread z_gzread
95
+ # define gzrewind z_gzrewind
96
+ # define gzseek z_gzseek
97
+ # define gzseek64 z_gzseek64
98
+ # define gzsetparams z_gzsetparams
99
+ # define gztell z_gztell
100
+ # define gztell64 z_gztell64
101
+ # define gzungetc z_gzungetc
102
+ # define gzvprintf z_gzvprintf
103
+ # define gzwrite z_gzwrite
104
+ # endif
105
+ # define inflate z_inflate
106
+ # define inflateBack z_inflateBack
107
+ # define inflateBackEnd z_inflateBackEnd
108
+ # define inflateBackInit z_inflateBackInit
109
+ # define inflateBackInit_ z_inflateBackInit_
110
+ # define inflateCodesUsed z_inflateCodesUsed
111
+ # define inflateCopy z_inflateCopy
112
+ # define inflateEnd z_inflateEnd
113
+ # define inflateGetDictionary z_inflateGetDictionary
114
+ # define inflateGetHeader z_inflateGetHeader
115
+ # define inflateInit z_inflateInit
116
+ # define inflateInit2 z_inflateInit2
117
+ # define inflateInit2_ z_inflateInit2_
118
+ # define inflateInit_ z_inflateInit_
119
+ # define inflateMark z_inflateMark
120
+ # define inflatePrime z_inflatePrime
121
+ # define inflateReset z_inflateReset
122
+ # define inflateReset2 z_inflateReset2
123
+ # define inflateResetKeep z_inflateResetKeep
124
+ # define inflateSetDictionary z_inflateSetDictionary
125
+ # define inflateSync z_inflateSync
126
+ # define inflateSyncPoint z_inflateSyncPoint
127
+ # define inflateUndermine z_inflateUndermine
128
+ # define inflateValidate z_inflateValidate
129
+ # define inflate_copyright z_inflate_copyright
130
+ # define inflate_fast z_inflate_fast
131
+ # define inflate_table z_inflate_table
132
+ # ifndef Z_SOLO
133
+ # define uncompress z_uncompress
134
+ # define uncompress2 z_uncompress2
135
+ # endif
136
+ # define zError z_zError
137
+ # ifndef Z_SOLO
138
+ # define zcalloc z_zcalloc
139
+ # define zcfree z_zcfree
140
+ # endif
141
+ # define zlibCompileFlags z_zlibCompileFlags
142
+ # define zlibVersion z_zlibVersion
143
+
144
+ /* all zlib typedefs in zlib.h and zconf.h */
145
+ # define Byte z_Byte
146
+ # define Bytef z_Bytef
147
+ # define alloc_func z_alloc_func
148
+ # define charf z_charf
149
+ # define free_func z_free_func
150
+ # ifndef Z_SOLO
151
+ # define gzFile z_gzFile
152
+ # endif
153
+ # define gz_header z_gz_header
154
+ # define gz_headerp z_gz_headerp
155
+ # define in_func z_in_func
156
+ # define intf z_intf
157
+ # define out_func z_out_func
158
+ # define uInt z_uInt
159
+ # define uIntf z_uIntf
160
+ # define uLong z_uLong
161
+ # define uLongf z_uLongf
162
+ # define voidp z_voidp
163
+ # define voidpc z_voidpc
164
+ # define voidpf z_voidpf
165
+
166
+ /* all zlib structs in zlib.h and zconf.h */
167
+ # define gz_header_s z_gz_header_s
168
+ # define internal_state z_internal_state
169
+
170
+ #endif
171
+
172
+ #if defined(__MSDOS__) && !defined(MSDOS)
173
+ # define MSDOS
174
+ #endif
175
+ #if (defined(OS_2) || defined(__OS2__)) && !defined(OS2)
176
+ # define OS2
177
+ #endif
178
+ #if defined(_WINDOWS) && !defined(WINDOWS)
179
+ # define WINDOWS
180
+ #endif
181
+ #if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__)
182
+ # ifndef WIN32
183
+ # define WIN32
184
+ # endif
185
+ #endif
186
+ #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
187
+ # if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__)
188
+ # ifndef SYS16BIT
189
+ # define SYS16BIT
190
+ # endif
191
+ # endif
192
+ #endif
193
+
194
+ /*
195
+ * Compile with -DMAXSEG_64K if the alloc function cannot allocate more
196
+ * than 64k bytes at a time (needed on systems with 16-bit int).
197
+ */
198
+ #ifdef SYS16BIT
199
+ # define MAXSEG_64K
200
+ #endif
201
+ #ifdef MSDOS
202
+ # define UNALIGNED_OK
203
+ #endif
204
+
205
+ #ifdef __STDC_VERSION__
206
+ # ifndef STDC
207
+ # define STDC
208
+ # endif
209
+ # if __STDC_VERSION__ >= 199901L
210
+ # ifndef STDC99
211
+ # define STDC99
212
+ # endif
213
+ # endif
214
+ #endif
215
+ #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus))
216
+ # define STDC
217
+ #endif
218
+ #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__))
219
+ # define STDC
220
+ #endif
221
+ #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
222
+ # define STDC
223
+ #endif
224
+ #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__))
225
+ # define STDC
226
+ #endif
227
+
228
+ #if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */
229
+ # define STDC
230
+ #endif
231
+
232
+ #ifndef STDC
233
+ # ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */
234
+ # define const /* note: need a more gentle solution here */
235
+ # endif
236
+ #endif
237
+
238
+ #ifndef z_const
239
+ # ifdef ZLIB_CONST
240
+ # define z_const const
241
+ # else
242
+ # define z_const
243
+ # endif
244
+ #endif
245
+
246
+ #ifdef Z_SOLO
247
+ # ifdef _WIN64
248
+ typedef unsigned long long z_size_t;
249
+ # else
250
+ typedef unsigned long z_size_t;
251
+ # endif
252
+ #else
253
+ # define z_longlong long long
254
+ # if defined(NO_SIZE_T)
255
+ typedef unsigned NO_SIZE_T z_size_t;
256
+ # elif defined(STDC)
257
+ # include <stddef.h>
258
+ typedef size_t z_size_t;
259
+ # else
260
+ typedef unsigned long z_size_t;
261
+ # endif
262
+ # undef z_longlong
263
+ #endif
264
+
265
+ /* Maximum value for memLevel in deflateInit2 */
266
+ #ifndef MAX_MEM_LEVEL
267
+ # ifdef MAXSEG_64K
268
+ # define MAX_MEM_LEVEL 8
269
+ # else
270
+ # define MAX_MEM_LEVEL 9
271
+ # endif
272
+ #endif
273
+
274
+ /* Maximum value for windowBits in deflateInit2 and inflateInit2.
275
+ * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
276
+ * created by gzip. (Files created by minigzip can still be extracted by
277
+ * gzip.)
278
+ */
279
+ #ifndef MAX_WBITS
280
+ # define MAX_WBITS 15 /* 32K LZ77 window */
281
+ #endif
282
+
283
+ /* The memory requirements for deflate are (in bytes):
284
+ (1 << (windowBits+2)) + (1 << (memLevel+9))
285
+ that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values)
286
+ plus a few kilobytes for small objects. For example, if you want to reduce
287
+ the default memory requirements from 256K to 128K, compile with
288
+ make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7"
289
+ Of course this will generally degrade compression (there's no free lunch).
290
+
291
+ The memory requirements for inflate are (in bytes) 1 << windowBits
292
+ that is, 32K for windowBits=15 (default value) plus about 7 kilobytes
293
+ for small objects.
294
+ */
295
+
296
+ /* Type declarations */
297
+
298
+ #ifndef OF /* function prototypes */
299
+ # ifdef STDC
300
+ # define OF(args) args
301
+ # else
302
+ # define OF(args) ()
303
+ # endif
304
+ #endif
305
+
306
+ /* The following definitions for FAR are needed only for MSDOS mixed
307
+ * model programming (small or medium model with some far allocations).
308
+ * This was tested only with MSC; for other MSDOS compilers you may have
309
+ * to define NO_MEMCPY in zutil.h. If you don't need the mixed model,
310
+ * just define FAR to be empty.
311
+ */
312
+ #ifdef SYS16BIT
313
+ # if defined(M_I86SM) || defined(M_I86MM)
314
+ /* MSC small or medium model */
315
+ # define SMALL_MEDIUM
316
+ # ifdef _MSC_VER
317
+ # define FAR _far
318
+ # else
319
+ # define FAR far
320
+ # endif
321
+ # endif
322
+ # if (defined(__SMALL__) || defined(__MEDIUM__))
323
+ /* Turbo C small or medium model */
324
+ # define SMALL_MEDIUM
325
+ # ifdef __BORLANDC__
326
+ # define FAR _far
327
+ # else
328
+ # define FAR far
329
+ # endif
330
+ # endif
331
+ #endif
332
+
333
+ #if defined(WINDOWS) || defined(WIN32)
334
+ /* If building or using zlib as a DLL, define ZLIB_DLL.
335
+ * This is not mandatory, but it offers a little performance increase.
336
+ */
337
+ # ifdef ZLIB_DLL
338
+ # if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500))
339
+ # ifdef ZLIB_INTERNAL
340
+ # define ZEXTERN extern __declspec(dllexport)
341
+ # else
342
+ # define ZEXTERN extern __declspec(dllimport)
343
+ # endif
344
+ # endif
345
+ # endif /* ZLIB_DLL */
346
+ /* If building or using zlib with the WINAPI/WINAPIV calling convention,
347
+ * define ZLIB_WINAPI.
348
+ * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI.
349
+ */
350
+ # ifdef ZLIB_WINAPI
351
+ # ifdef FAR
352
+ # undef FAR
353
+ # endif
354
+ # ifndef WIN32_LEAN_AND_MEAN
355
+ # define WIN32_LEAN_AND_MEAN
356
+ # endif
357
+ # include <windows.h>
358
+ /* No need for _export, use ZLIB.DEF instead. */
359
+ /* For complete Windows compatibility, use WINAPI, not __stdcall. */
360
+ # define ZEXPORT WINAPI
361
+ # ifdef WIN32
362
+ # define ZEXPORTVA WINAPIV
363
+ # else
364
+ # define ZEXPORTVA FAR CDECL
365
+ # endif
366
+ # endif
367
+ #endif
368
+
369
+ #if defined (__BEOS__)
370
+ # ifdef ZLIB_DLL
371
+ # ifdef ZLIB_INTERNAL
372
+ # define ZEXPORT __declspec(dllexport)
373
+ # define ZEXPORTVA __declspec(dllexport)
374
+ # else
375
+ # define ZEXPORT __declspec(dllimport)
376
+ # define ZEXPORTVA __declspec(dllimport)
377
+ # endif
378
+ # endif
379
+ #endif
380
+
381
+ #ifndef ZEXTERN
382
+ # define ZEXTERN extern
383
+ #endif
384
+ #ifndef ZEXPORT
385
+ # define ZEXPORT
386
+ #endif
387
+ #ifndef ZEXPORTVA
388
+ # define ZEXPORTVA
389
+ #endif
390
+
391
+ #ifndef FAR
392
+ # define FAR
393
+ #endif
394
+
395
+ #if !defined(__MACTYPES__)
396
+ typedef unsigned char Byte; /* 8 bits */
397
+ #endif
398
+ typedef unsigned int uInt; /* 16 bits or more */
399
+ typedef unsigned long uLong; /* 32 bits or more */
400
+
401
+ #ifdef SMALL_MEDIUM
402
+ /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
403
+ # define Bytef Byte FAR
404
+ #else
405
+ typedef Byte FAR Bytef;
406
+ #endif
407
+ typedef char FAR charf;
408
+ typedef int FAR intf;
409
+ typedef uInt FAR uIntf;
410
+ typedef uLong FAR uLongf;
411
+
412
+ #ifdef STDC
413
+ typedef void const *voidpc;
414
+ typedef void FAR *voidpf;
415
+ typedef void *voidp;
416
+ #else
417
+ typedef Byte const *voidpc;
418
+ typedef Byte FAR *voidpf;
419
+ typedef Byte *voidp;
420
+ #endif
421
+
422
+ #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC)
423
+ # include <limits.h>
424
+ # if (UINT_MAX == 0xffffffffUL)
425
+ # define Z_U4 unsigned
426
+ # elif (ULONG_MAX == 0xffffffffUL)
427
+ # define Z_U4 unsigned long
428
+ # elif (USHRT_MAX == 0xffffffffUL)
429
+ # define Z_U4 unsigned short
430
+ # endif
431
+ #endif
432
+
433
+ #ifdef Z_U4
434
+ typedef Z_U4 z_crc_t;
435
+ #else
436
+ typedef unsigned long z_crc_t;
437
+ #endif
438
+
439
+ #if HAVE_UNISTD_H-0 /* may be set to #if 1 by ./configure */
440
+ # define Z_HAVE_UNISTD_H
441
+ #endif
442
+
443
+ #if HAVE_STDARG_H-0 /* may be set to #if 1 by ./configure */
444
+ # define Z_HAVE_STDARG_H
445
+ #endif
446
+
447
+ #ifdef STDC
448
+ # ifndef Z_SOLO
449
+ # include <sys/types.h> /* for off_t */
450
+ # endif
451
+ #endif
452
+
453
+ #if defined(STDC) || defined(Z_HAVE_STDARG_H)
454
+ # ifndef Z_SOLO
455
+ # include <stdarg.h> /* for va_list */
456
+ # endif
457
+ #endif
458
+
459
+ #ifdef _WIN32
460
+ # ifndef Z_SOLO
461
+ # include <stddef.h> /* for wchar_t */
462
+ # endif
463
+ #endif
464
+
465
+ /* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and
466
+ * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
467
+ * though the former does not conform to the LFS document), but considering
468
+ * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as
469
+ * equivalently requesting no 64-bit operations
470
+ */
471
+ #if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1
472
+ # undef _LARGEFILE64_SOURCE
473
+ #endif
474
+
475
+ #ifndef Z_HAVE_UNISTD_H
476
+ # if defined(__WATCOMC__) || defined(__GO32__) || \
477
+ (defined(_LARGEFILE64_SOURCE) && !defined(_WIN32))
478
+ # define Z_HAVE_UNISTD_H
479
+ # endif
480
+ #endif
481
+ #ifndef Z_SOLO
482
+ # if defined(Z_HAVE_UNISTD_H)
483
+ # include <unistd.h> /* for SEEK_*, off_t, and _LFS64_LARGEFILE */
484
+ # ifdef VMS
485
+ # include <unixio.h> /* for off_t */
486
+ # endif
487
+ # ifndef z_off_t
488
+ # define z_off_t off_t
489
+ # endif
490
+ # endif
491
+ #endif
492
+
493
+ #if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0
494
+ # define Z_LFS64
495
+ #endif
496
+
497
+ #if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64)
498
+ # define Z_LARGE64
499
+ #endif
500
+
501
+ #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
502
+ # define Z_WANT64
503
+ #endif
504
+
505
+ #if !defined(SEEK_SET) && !defined(Z_SOLO)
506
+ # define SEEK_SET 0 /* Seek from beginning of file. */
507
+ # define SEEK_CUR 1 /* Seek from current position. */
508
+ # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
509
+ #endif
510
+
511
+ #ifndef z_off_t
512
+ # define z_off_t long long
513
+ #endif
514
+
515
+ #if !defined(_WIN32) && defined(Z_LARGE64)
516
+ # define z_off64_t off64_t
517
+ #elif defined(__MINGW32__)
518
+ # define z_off64_t long long
519
+ #elif defined(_WIN32) && !defined(__GNUC__)
520
+ # define z_off64_t __int64
521
+ #elif defined(__GO32__)
522
+ # define z_off64_t offset_t
523
+ #else
524
+ # define z_off64_t z_off_t
525
+ #endif
526
+
527
+ /* MVS linker does not support external names larger than 8 bytes */
528
+ #if defined(__MVS__)
529
+ #pragma map(deflateInit_,"DEIN")
530
+ #pragma map(deflateInit2_,"DEIN2")
531
+ #pragma map(deflateEnd,"DEEND")
532
+ #pragma map(deflateBound,"DEBND")
533
+ #pragma map(inflateInit_,"ININ")
534
+ #pragma map(inflateInit2_,"ININ2")
535
+ #pragma map(inflateEnd,"INEND")
536
+ #pragma map(inflateSync,"INSY")
537
+ #pragma map(inflateSetDictionary,"INSEDI")
538
+ #pragma map(compressBound,"CMBND")
539
+ #pragma map(inflate_table,"INTABL")
540
+ #pragma map(inflate_fast,"INFA")
541
+ #pragma map(inflate_copyright,"INCOPY")
542
+ #endif
543
+
544
+ #endif /* ZCONF_H */