| .. | .. |
|---|
| 23 | 23 | |
|---|
| 24 | 24 | |
|---|
| 25 | 25 | The data format used by the zlib library is described by RFCs (Request for |
|---|
| 26 | | - Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt |
|---|
| 26 | + Comments) 1950 to 1952 in the files https://www.ietf.org/rfc/rfc1950.txt |
|---|
| 27 | 27 | (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). |
|---|
| 28 | 28 | */ |
|---|
| 29 | 29 | |
|---|
| .. | .. |
|---|
| 191 | 191 | exceed those passed here. |
|---|
| 192 | 192 | */ |
|---|
| 193 | 193 | |
|---|
| 194 | +extern int zlib_deflate_dfltcc_enabled (void); |
|---|
| 195 | +/* |
|---|
| 196 | + Returns 1 if Deflate-Conversion facility is installed and enabled, |
|---|
| 197 | + otherwise 0. |
|---|
| 198 | +*/ |
|---|
| 199 | + |
|---|
| 194 | 200 | /* |
|---|
| 195 | 201 | extern int deflateInit (z_streamp strm, int level); |
|---|
| 196 | 202 | |
|---|