Drom Compress::Zlib 1.34 in ext/
[p5sagit/p5-mst-13.2.git] / ext / Compress / Zlib / config.in
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
14 BUILD_ZLIB = True
15 INCLUDE    = ./zlib-src-1.2.2
16 LIB        = ./zlib-src-1.2.2
17 OLD_ZLIB   = False
18
19
20
21 # end of file config.in