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 19BUILD_ZLIB = True 20INCLUDE = ./zlib-src 21LIB = ./zlib-src 22 23OLD_ZLIB = False 24GZIP_OS_CODE = AUTO_DETECT 25 26 27# end of file config.in 28