[libpng16] Remove CALLOC from pnglibconf.dfa and pnglibconf.h.prebuilt
This commit is contained in:
parent
71d23c4d6e
commit
b65b3412b1
@ -305,10 +305,6 @@ option FLOATING_ARITHMETIC
|
|||||||
option FLOATING_POINT
|
option FLOATING_POINT
|
||||||
option FIXED_POINT
|
option FIXED_POINT
|
||||||
|
|
||||||
# The following is always on (defined empty)
|
|
||||||
|
|
||||||
setting CALLOC_SUPPORTED default
|
|
||||||
|
|
||||||
# This protects us against compilers that run on a windowing system
|
# This protects us against compilers that run on a windowing system
|
||||||
# and thus don't have or would rather us not use the stdio types:
|
# and thus don't have or would rather us not use the stdio types:
|
||||||
# stdin, stdout, and stderr. The only one currently used is stderr
|
# stdin, stdout, and stderr. The only one currently used is stderr
|
||||||
|
@ -187,7 +187,6 @@
|
|||||||
/* end of options */
|
/* end of options */
|
||||||
/* settings */
|
/* settings */
|
||||||
#define PNG_API_RULE 0
|
#define PNG_API_RULE 0
|
||||||
#define PNG_CALLOC_SUPPORTED
|
|
||||||
#define PNG_COST_SHIFT 3
|
#define PNG_COST_SHIFT 3
|
||||||
#define PNG_DEFAULT_READ_MACROS 1
|
#define PNG_DEFAULT_READ_MACROS 1
|
||||||
#define PNG_GAMMA_THRESHOLD_FIXED 5000
|
#define PNG_GAMMA_THRESHOLD_FIXED 5000
|
||||||
|
Loading…
Reference in New Issue
Block a user