From 831094198579364cac985f58deb4af21740688f9 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 1 Oct 2001 16:49:29 +0000 Subject: 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 --- visualc/config.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'visualc') 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 $". */ -- cgit v1.2.3