blob: 83067c38c07c40c6f31f12a4ed859c2495c56c83 [file] [log] [blame]
Chris Craikca2bf812013-07-29 15:28:30 -07001# pngusr.dfa
2#
3# Build time configuration of libpng
4#
5# Enter build configuration options in this file
6#
7# Security settings: by default these limits are unset, you can change them
8# here by entering the appropriate values as #defines preceded by '@' (to cause,
9# them to be passed through to the build of pnglibconf.h), for example:
10#
Matt Sarett9ea75692016-01-08 13:00:42 -050011# @# define PNG_USER_WIDTH_MAX 65535
12# @# define PNG_USER_HEIGHT_MAX 65535
13# @# define PNG_USER_CHUNK_CACHE_MAX 256
14# @# define PNG_USER_CHUNK_MALLOC_MAX 640000