summaryrefslogtreecommitdiff
path: root/visualc
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-10-01 16:49:29 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-10-01 16:49:29 +0000
commit831094198579364cac985f58deb4af21740688f9 (patch)
treecbe4171e5930ef922aa8509b19b418f553f1b7b6 /visualc
parentadda7012155d4bbf64cc745c64b98d6db51b1674 (diff)
Check for png_set_tRNS_to_alpha() in configure script.
Add image and documentation defines to all of the config.h files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1629 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'visualc')
-rw-r--r--visualc/config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/visualc/config.h b/visualc/config.h
index 5794618ff..54fa114d4 100644
--- a/visualc/config.h
+++ b/visualc/config.h
@@ -1,5 +1,5 @@
/*
- * "$Id: config.h,v 1.5.2.5.2.3 2001/09/23 13:08:03 easysw Exp $"
+ * "$Id: config.h,v 1.5.2.5.2.4 2001/10/01 16:49:29 easysw Exp $"
*
* Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++.
*
@@ -168,11 +168,13 @@
#undef HAVE_LIBJPEG
/*
- * Do we have the png_get_valid() function?
+ * Do we have the png_xyz() functions?
*/
#undef HAVE_PNG_GET_VALID
+#undef HAVE_PNG_SET_TRNS_TO_ALPHA
+
/*
- * End of "$Id: config.h,v 1.5.2.5.2.3 2001/09/23 13:08:03 easysw Exp $".
+ * End of "$Id: config.h,v 1.5.2.5.2.4 2001/10/01 16:49:29 easysw Exp $".
*/