summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2006-12-13 20:54:57 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:12:15 -0500
commitc2de22abeb52ead120ffc050dbe48acf32cfc07f (patch)
tree9a1c8c8bd028cefebaf68e36000d3c8f6532d7a1 /config.h.in
parenta0113ee049c59bb555057b55cd655faea4ce35cf (diff)
downloadlibpng-c2de22abeb52ead120ffc050dbe48acf32cfc07f.tar.gz
Imported from libpng-1.2.15beta6.tarv1.2.15beta6
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/config.h.in b/config.h.in
index 89c260ded..9c0c87752 100644
--- a/config.h.in
+++ b/config.h.in
@@ -12,10 +12,6 @@
/* Define to 1 if you have the `z' library (-lz). */
#undef HAVE_LIBZ
-/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
- to 0 otherwise. */
-#undef HAVE_MALLOC
-
/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
@@ -79,8 +75,5 @@
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
-/* Define to rpl_malloc if the replacement function should be used. */
-#undef malloc
-
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t