From 180ee665c9639a02c2b16ec1b255a0e2384daf19 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 11 Apr 2004 05:17:02 +0000 Subject: Update VC++.NET configuration to match VC++ 6. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3392 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- vcnet/config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/vcnet/config.h b/vcnet/config.h index f322f077c..34cbb6abd 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.1.2.2 2004/04/08 00:20:40 easysw Exp $" + * "$Id: config.h,v 1.1.2.3 2004/04/11 05:17:02 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * @@ -164,25 +164,25 @@ * Do we have various image libraries? */ -#undef HAVE_LIBPNG -#undef HAVE_LIBZ -#undef HAVE_LIBJPEG +#define HAVE_LIBPNG +#define HAVE_LIBZ +#define HAVE_LIBJPEG /* * Which header file do we include for libpng? */ -#undef HAVE_PNG_H +#define HAVE_PNG_H #undef HAVE_LIBPNG_PNG_H /* * Do we have the png_xyz() functions? */ -#undef HAVE_PNG_GET_VALID -#undef HAVE_PNG_SET_TRNS_TO_ALPHA +#define HAVE_PNG_GET_VALID +#define HAVE_PNG_SET_TRNS_TO_ALPHA /* - * End of "$Id: config.h,v 1.1.2.2 2004/04/08 00:20:40 easysw Exp $". + * End of "$Id: config.h,v 1.1.2.3 2004/04/11 05:17:02 easysw Exp $". */ -- cgit v1.2.3