mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Remove unnecessary defines from contrib/pngminim/*/pngusr.h
This commit is contained in:
parent
4f108d8af6
commit
c97cf70bc7
@ -12,17 +12,12 @@
|
|||||||
#ifndef MINRDPNGCONF_H
|
#ifndef MINRDPNGCONF_H
|
||||||
#define MINRDPNGCONF_H
|
#define MINRDPNGCONF_H
|
||||||
|
|
||||||
/* If pngusr.h is included during the build the following must
|
/* To include pngusr.h set -DPNG_USER_CONFIG in CPPFLAGS */
|
||||||
* 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 decoder"
|
|
||||||
#define PNG_USER_DLLFNAME_POSTFIX "mr"
|
|
||||||
|
|
||||||
/* List options to turn off features of the build that do not
|
/* List options to turn off features of the build that do not
|
||||||
* affect the API (so are not recorded in pnglibconf.h)
|
* affect the API (so are not recorded in pnglibconf.h)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PNG_NO_WARNINGS
|
#define PNG_NO_WARNINGS
|
||||||
|
|
||||||
#endif /* MINRDPNGCONF_H */
|
#endif /* MINRDPNGCONF_H */
|
||||||
|
@ -12,17 +12,12 @@
|
|||||||
#ifndef MINWRPNGCONF_H
|
#ifndef MINWRPNGCONF_H
|
||||||
#define MINWRPNGCONF_H
|
#define MINWRPNGCONF_H
|
||||||
|
|
||||||
/* If pngusr.h is included during the build the following must
|
/* To include pngusr.h set -DPNG_USER_CONFIG in CPPFLAGS */
|
||||||
* 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 encoder"
|
|
||||||
#define PNG_USER_DLLFNAME_POSTFIX "me"
|
|
||||||
|
|
||||||
/* List options to turn off features of the build that do not
|
/* List options to turn off features of the build that do not
|
||||||
* affect the API (so are not recorded in pnglibconf.h)
|
* affect the API (so are not recorded in pnglibconf.h)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PNG_NO_WARNINGS
|
#define PNG_NO_WARNINGS
|
||||||
|
|
||||||
#endif /* MINWRPNGCONF_H */
|
#endif /* MINWRPNGCONF_H */
|
||||||
|
@ -12,17 +12,12 @@
|
|||||||
#ifndef MINPRDPNGCONF_H
|
#ifndef MINPRDPNGCONF_H
|
||||||
#define MINPRDPNGCONF_H
|
#define MINPRDPNGCONF_H
|
||||||
|
|
||||||
/* If pngusr.h is included during the build the following must
|
/* To include pngusr.h set -DPNG_USER_CONFIG in CPPFLAGS */
|
||||||
* 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"
|
|
||||||
|
|
||||||
/* List options to turn off features of the build that do not
|
/* List options to turn off features of the build that do not
|
||||||
* affect the API (so are not recorded in pnglibconf.h)
|
* affect the API (so are not recorded in pnglibconf.h)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PNG_NO_WARNINGS
|
#define PNG_NO_WARNINGS
|
||||||
|
|
||||||
#endif /* MINPRDPNGCONF_H */
|
#endif /* MINPRDPNGCONF_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user