summaryrefslogtreecommitdiff
path: root/makefiles/config.os2x
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-04-24 18:29:06 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-04-24 18:29:06 +0000
commit7b99f66d03c60cfd8b46e3350420ef07d1fdcc9c (patch)
tree6eca8e182be22dcb72e57754865c0a8be347a7b4 /makefiles/config.os2x
parentf87f7a7b1491efaeb52128b393e73c3a2ca4f733 (diff)
Add check for libpng/png.h as well as png.h, and include the appropriate
one as needed... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2106 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles/config.os2x')
-rw-r--r--makefiles/config.os2x13
1 files changed, 9 insertions, 4 deletions
diff --git a/makefiles/config.os2x b/makefiles/config.os2x
index 70178494e..aa3574d62 100644
--- a/makefiles/config.os2x
+++ b/makefiles/config.os2x
@@ -1,6 +1,6 @@
/* config.h. Generated automatically by configure. */
/*
- * "$Id: config.os2x,v 1.1.2.4.2.4 2002/03/26 18:47:01 easysw Exp $"
+ * "$Id: config.os2x,v 1.1.2.4.2.5 2002/04/24 18:29:05 easysw Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK).
* @configure_input@
@@ -31,7 +31,6 @@
#define FLTK_DOCDIR "/usr/local/share/doc/fltk"
-
/*
* BORDER_WIDTH:
*
@@ -198,6 +197,13 @@
#define HAVE_LIBJPEG 1
/*
+ * Which header file do we include for libpng?
+ */
+
+#define HAVE_PNG_H
+#undef HAVE_LIBPNG_PNG_H
+
+/*
* Do we have the png_xyz() functions?
*/
@@ -205,7 +211,6 @@
/* #undef HAVE_PNG_SET_TRNS_TO_ALPHA */
#define HAVE_PNG_READ_DESTROY 1
-
/*
* Do we have POSIX threading?
*/
@@ -215,5 +220,5 @@
/*
- * End of "$Id: config.os2x,v 1.1.2.4.2.4 2002/03/26 18:47:01 easysw Exp $".
+ * End of "$Id: config.os2x,v 1.1.2.4.2.5 2002/04/24 18:29:05 easysw Exp $".
*/