summaryrefslogtreecommitdiff
path: root/pngconf.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-09-01 10:48:04 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-09-01 10:48:04 -0500
commit5618e46179aa7fd8f8d07c4246a368fd8bb93b4a (patch)
tree6214196c79222baf83bc97fc8883b10fa3aa9389 /pngconf.h
parentb380515c84ea4d22fd7a6b108609ec8adaf8d1f4 (diff)
downloadlibpng-5618e46179aa7fd8f8d07c4246a368fd8bb93b4a.tar.gz
[devel] Eliminated PNG_NO_CALLOC and PNG_CALLOC_SUPPORTED
and always use png_calloc(). The macros were only there for testing, since libpng-1.4.0beta48 and no problems have been reported.
Diffstat (limited to 'pngconf.h')
-rw-r--r--pngconf.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/pngconf.h b/pngconf.h
index fae6ffef7..f6d1ebee7 100644
--- a/pngconf.h
+++ b/pngconf.h
@@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
- * libpng version 1.4.0beta79 - August 31, 2009
+ * libpng version 1.4.0beta79 - September 1, 2009
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2009 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -49,9 +49,7 @@
#endif
/* Added at libpng-1.4.0beta49 for testing */
-#ifndef PNG_NO_CALLOC
-# define PNG_CALLOC_SUPPORTED
-#endif
+#define PNG_CALLOC_SUPPORTED
/*
* If you create a private DLL you need to define in "pngusr.h" the followings: