File: config.in

package info (click to toggle)
perl 5.42.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 128,392 kB
  • sloc: perl: 534,963; ansic: 240,563; sh: 72,042; pascal: 6,934; xml: 2,428; yacc: 1,360; makefile: 1,197; cpp: 208; lisp: 1
file content (22 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (3)
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      = True
ZLIB_INCLUDE    = ./zlib-src
ZLIB_LIB        = ./zlib-src
OLD_ZLIB        = False
GZIP_OS_CODE    = AUTO_DETECT
USE_ZLIB_NG     = False


# end of file config.in