Upgrade to Compress::Zlib 1.38
[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>
06edba15 4# last modified 18th July 2005
5# version 1.35
f4c6fd49 6#
7#
8# This file is used to control which zlib library will be used by
9# Compress::Zlib
10#
11# See to the section "Controlling the version of zlib used by
12# Compress::Zlib" in the README file for details of how to use this file.
13
14BUILD_ZLIB = True
c46ec1f4 15INCLUDE = ./zlib-src
16LIB = ./zlib-src
f4c6fd49 17OLD_ZLIB = False
18
19
20
21# end of file config.in