Blame config.in

Packit Service 4a2782
# Filename:	config.in
Packit Service 4a2782
#
Packit Service 4a2782
# written by Paul Marquess <pmqs@cpan.org>
Packit Service 4a2782
# last modified 28th October 2003
Packit Service 4a2782
# version 2.000
Packit Service 4a2782
# 
Packit Service 4a2782
# 
Packit Service 4a2782
# This file is used to control which zlib library will be used by
Packit Service 4a2782
# Compress::Zlib
Packit Service 4a2782
# 
Packit Service 4a2782
# See to the sections below in the README file for details of how to
Packit Service 4a2782
# use this file.
Packit Service 4a2782
#
Packit Service 4a2782
#    Controlling the version of zlib used by Compress::Zlib
Packit Service 4a2782
#
Packit Service 4a2782
#    Setting the Gzip OS Code
Packit Service 4a2782
#
Packit Service 4a2782
Packit Service 4a2782
BUILD_ZLIB      = True
Packit Service 4a2782
INCLUDE         = ./zlib-src
Packit Service 4a2782
LIB             = ./zlib-src
Packit Service 4a2782
OLD_ZLIB        = False
Packit Service 4a2782
GZIP_OS_CODE    = AUTO_DETECT
Packit Service 4a2782
Packit Service 4a2782
Packit Service 4a2782
# end of file config.in