Makefile.PL adjustments for the core
[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>
4# last modified 30th January 2005
5# version 1.34
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
15INCLUDE = ./zlib-src-1.2.2
16LIB = ./zlib-src-1.2.2
17OLD_ZLIB = False
18
19
20
21# end of file config.in