[devel] Remove unnecessary defines from contrib/pngminim/*/pngusr.h

This commit is contained in:
Glenn Randers-Pehrson
2010-08-24 21:22:27 -05:00
parent 4f108d8af6
commit c97cf70bc7
3 changed files with 6 additions and 21 deletions

View File

@@ -12,17 +12,12 @@
#ifndef MINPRDPNGCONF_H
#define MINPRDPNGCONF_H
/* If pngusr.h is included during the build the following must
* be defined either here or in the .dfa file (pngusr.dfa in
* this case). To include pngusr.h set -DPNG_USER_CONFIG in
* CPPFLAGS
*/
#define PNG_USER_PRIVATEBUILD "libpng minimal conformant PNG progressive reader"
#define PNG_USER_DLLFNAME_POSTFIX "mp"
/* To include pngusr.h set -DPNG_USER_CONFIG in CPPFLAGS */
/* List options to turn off features of the build that do not
* affect the API (so are not recorded in pnglibconf.h)
*/
#define PNG_NO_WARNINGS
#endif /* MINPRDPNGCONF_H */