xref: /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/config.in (revision e0a5400065cea17a7de6532c2ecb091c5f17622b)
1# Filename:	config.in
2#
3# This file is used to control which zlib/zlib-ng library will be used by
4# Compress::Raw::Zlib
5#
6# Refer to the section names listed below in the README file for details of how
7# to use this file.
8#
9#    Controlling the version of zlib/zlib-ng used by Compress::Raw::Zlib
10#
11#    Setting the Gzip OS Code
12#
13
14BUILD_ZLIB      = False
15ZLIB_INCLUDE    = /usr/include
16ZLIB_LIB        = /usr/lib
17OLD_ZLIB        = False
18GZIP_OS_CODE    = AUTO_DETECT
19USE_ZLIB_NG     = False
20
21
22# end of file config.in
23