summaryrefslogtreecommitdiff
path: root/vcnet
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-04-11 05:17:02 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-04-11 05:17:02 +0000
commit180ee665c9639a02c2b16ec1b255a0e2384daf19 (patch)
treecba5b434cc20c99e4100d843de907b57cb025084 /vcnet
parenta3d0905c9ef76e2efe5347bd588625f73578b73b (diff)
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
Diffstat (limited to 'vcnet')
-rw-r--r--vcnet/config.h16
1 files 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 $".
*/