Upgrade to Compress::Zlib 2.000_05
[p5sagit/p5-mst-13.2.git] / ext / Compress / Zlib / config.in
CommitLineData
f4c6fd49 1# Filename: config.in
2#
3# written by Paul Marquess <pmqs@cpan.org>
642e522c 4# last modified 28th October 2003
5# version 2.000
f4c6fd49 6#
7#
8# This file is used to control which zlib library will be used by
9# Compress::Zlib
10#
642e522c 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#
f4c6fd49 18
642e522c 19BUILD_ZLIB = True
20INCLUDE = ./zlib-src
21LIB = ./zlib-src
f4c6fd49 22
642e522c 23OLD_ZLIB = False
24GZIP_OS_CODE = AUTO_DETECT
f4c6fd49 25
26
27# end of file config.in