]>
Commit | Line | Data |
---|---|---|
fff5f7d5 VZ |
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 1000000 | |
12 | # @# define PNG_USER_HEIGHT_MAX 1000000 | |
13 | # @# define PNG_USER_CHUNK_CACHE_MAX 128 | |
14 | # @# define PNG_USER_CHUNK_MALLOC_MAX 8000000 |