summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2008-07-30 14:47:09 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:10:05 -0500
commiteb58091392039e36653200bac4e8a0dcda76292a (patch)
treeded2c7695e296251f2a180712214e3f574bf10e0 /config.h.in
parent895a9c97e2ea19b51bcfd6f26d2f51ab31041b12 (diff)
downloadlibpng-eb58091392039e36653200bac4e8a0dcda76292a.tar.gz
Imported from libpng-1.4.0beta25.tarv1.4.0beta25
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in13
1 files changed, 5 insertions, 8 deletions
diff --git a/config.h.in b/config.h.in
index 89c260ded..711d3b5ee 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
@@ -49,6 +45,10 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
+#undef LT_OBJDIR
+
/* Name of package */
#undef PACKAGE
@@ -79,8 +79,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