This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / cpan / Compress-Raw-Zlib / config.in
CommitLineData
25f0751f
PM
1# Filename: config.in
2#
3# written by Paul Marquess <pmqs@cpan.org>
4# last modified 28th October 2003
5# version 2.000
c351a5ba
RL
6#
7#
25f0751f
PM
8# This file is used to control which zlib library will be used by
9# Compress::Zlib
c351a5ba 10#
25f0751f
PM
11# See to the sections below in the README file for details of how to
12# use this file.
13#
14# Controlling the version of zlib used by Compress::Zlib
15#
16# Setting the Gzip OS Code
17#
18
19BUILD_ZLIB = True
20INCLUDE = ./zlib-src
21LIB = ./zlib-src
25f0751f
PM
22OLD_ZLIB = False
23GZIP_OS_CODE = AUTO_DETECT
ffad8d3a 24USE_ZLIB_NG = False
25f0751f
PM
25
26
27# end of file config.in