diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-07 07:01:51 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-07 07:01:51 +0000 |
commit | 119b49e986981845ad98da07407a51e9bc21c34c (patch) | |
tree | 07ba6013c42a7c7ab63ad3e6cb225041b9131b2a /Build/source/libs/libpng/libpng-1.5.16/pngusr.dfa | |
parent | a337a7fb08323a6626ec6f181a9c23cd1ba3de45 (diff) |
libpng 1.5.16 (downgraded)
git-svn-id: svn://tug.org/texlive/trunk@30830 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/libpng-1.5.16/pngusr.dfa')
-rw-r--r-- | Build/source/libs/libpng/libpng-1.5.16/pngusr.dfa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/libs/libpng/libpng-1.5.16/pngusr.dfa b/Build/source/libs/libpng/libpng-1.5.16/pngusr.dfa new file mode 100644 index 00000000000..9d39564b51d --- /dev/null +++ b/Build/source/libs/libpng/libpng-1.5.16/pngusr.dfa @@ -0,0 +1,14 @@ +# pngusr.dfa +# +# Build time configuration of libpng +# +# Enter build configuration options in this file +# +# Security settings: by default these limits are unset, you can change them +# here by entering the appropriate values as #defines preceded by '@' (to cause, +# them to be passed through to the build of pnglibconf.h), for example: +# +# @# define PNG_USER_WIDTH_MAX 1000000 +# @# define PNG_USER_HEIGHT_MAX 1000000 +# @# define PNG_USER_CHUNK_CACHE_MAX 128 +# @# define PNG_USER_CHUNK_MALLOC_MAX 8000000 |