diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-16 12:52:08 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-16 12:52:08 +0000 |
commit | ba31a94de8426c2a253f4ec1286cd887a1d0bdc3 (patch) | |
tree | 05817bb5d8c5ce30e25ff3cdf48e7e1fdffa5364 /Build/source/libs/libpng/libpng-1.6.0/pngusr.dfa | |
parent | 8cf92aac82ba2a02f0a75066c8eaab462b6fc95d (diff) |
libpng 1.6.0
git-svn-id: svn://tug.org/texlive/trunk@29136 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/libpng-1.6.0/pngusr.dfa')
-rw-r--r-- | Build/source/libs/libpng/libpng-1.6.0/pngusr.dfa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/libs/libpng/libpng-1.6.0/pngusr.dfa b/Build/source/libs/libpng/libpng-1.6.0/pngusr.dfa new file mode 100644 index 00000000000..9d39564b51d --- /dev/null +++ b/Build/source/libs/libpng/libpng-1.6.0/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 |