This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Encode: synch with CPAN version 3.04
[perl5.git] / cpan / Compress-Raw-Zlib / config.in
1 # Filename:     config.in
2 #
3 # written by Paul Marquess <pmqs@cpan.org>
4 # last modified 28th October 2003
5 # version 2.000
6
7
8 # This file is used to control which zlib library will be used by
9 # Compress::Zlib
10
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
19 BUILD_ZLIB      = True
20 INCLUDE         = ./zlib-src
21 LIB             = ./zlib-src
22 OLD_ZLIB        = False
23 GZIP_OS_CODE    = AUTO_DETECT
24
25
26 # end of file config.in