From b65b3412b19b481378de69bb4a8da701c3307b41 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 7 Mar 2014 11:19:38 -0600 Subject: [PATCH] [libpng16] Remove CALLOC from pnglibconf.dfa and pnglibconf.h.prebuilt --- scripts/pnglibconf.dfa | 4 ---- scripts/pnglibconf.h.prebuilt | 1 - 2 files changed, 5 deletions(-) diff --git a/scripts/pnglibconf.dfa b/scripts/pnglibconf.dfa index 4d4ea8a3b..6325507e1 100755 --- a/scripts/pnglibconf.dfa +++ b/scripts/pnglibconf.dfa @@ -305,10 +305,6 @@ option FLOATING_ARITHMETIC option FLOATING_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 # 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 diff --git a/scripts/pnglibconf.h.prebuilt b/scripts/pnglibconf.h.prebuilt index a1d7adf01..d2b881f30 100644 --- a/scripts/pnglibconf.h.prebuilt +++ b/scripts/pnglibconf.h.prebuilt @@ -187,7 +187,6 @@ /* end of options */ /* settings */ #define PNG_API_RULE 0 -#define PNG_CALLOC_SUPPORTED #define PNG_COST_SHIFT 3 #define PNG_DEFAULT_READ_MACROS 1 #define PNG_GAMMA_THRESHOLD_FIXED 5000