1 | # 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 | #
|
---|
11 | # @# 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
|
---|