File: config.in

package info (click to toggle)
libcompress-raw-zlib-perl 2.213-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,148 kB
  • sloc: ansic: 6,992; perl: 2,934; makefile: 11
file content (22 lines) | stat: -rwxr-xr-x 518 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Filename:	config.in
#
# This file is used to control which zlib/zlib-ng library will be used by
# Compress::Raw::Zlib
#
# Refer to the section names listed below in the README file for details of how
# to use this file.
#
#    Controlling the version of zlib/zlib-ng used by Compress::Raw::Zlib
#
#    Setting the Gzip OS Code
#

BUILD_ZLIB      = False
ZLIB_INCLUDE    = /usr/include
ZLIB_LIB        = /usr/lib
OLD_ZLIB        = False
GZIP_OS_CODE    = AUTO_DETECT
USE_ZLIB_NG     = False


# end of file config.in