[libpng17] Removed some comments that the configure script did not handle

properly from scripts/pnglibconf.dfa and pnglibconf.h.prebuilt.
This commit is contained in:
Glenn Randers-Pehrson
2015-03-05 21:20:32 -06:00
parent c2f0c9683f
commit ea0197a3e3
4 changed files with 20 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
/* pnglibconf.h - library build configuration */
/* Libpng version 1.7.0beta55 - March 4, 2015 */
/* Libpng version 1.7.0beta55 - March 6, 2015 */
/* Copyright (c) 1998-2014 Glenn Randers-Pehrson */
@@ -197,10 +197,10 @@
#define PNG_QUANTIZE_RED_BITS 5
#define PNG_TEXT_Z_DEFAULT_COMPRESSION (-1)
#define PNG_TEXT_Z_DEFAULT_STRATEGY 0
#define PNG_USER_CHUNK_CACHE_MAX 1000 /* Use 0 for unlimited */
#define PNG_USER_CHUNK_MALLOC_MAX 8000000 /* Use 0 for unlimited */
#define PNG_USER_HEIGHT_MAX 1000000 /* Use 0x7fffffff for unlimited */
#define PNG_USER_WIDTH_MAX 1000000 /* Use 0x7fffffff for unlimited */
#define PNG_USER_CHUNK_CACHE_MAX 1000
#define PNG_USER_CHUNK_MALLOC_MAX 8000000
#define PNG_USER_HEIGHT_MAX 1000000
#define PNG_USER_WIDTH_MAX 1000000
#define PNG_WEIGHT_SHIFT 8
#define PNG_ZBUF_SIZE 8192
#define PNG_ZLIB_HEADER <zlib.h>