diff options
Diffstat (limited to 'visualc/config.h')
| -rw-r--r-- | visualc/config.h | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/visualc/config.h b/visualc/config.h index d2f8a9438..6ad48fa47 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.5.2.5 2001/04/30 17:17:01 easysw Exp $" + * "$Id: config.h,v 1.5.2.5.2.1 2001/08/03 02:28:32 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * @@ -153,5 +153,19 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.h,v 1.5.2.5 2001/04/30 17:17:01 easysw Exp $". + * Do we have various image libraries? + */ + +#undef HAVE_LIBPNG +#undef HAVE_LIBZ +#undef HAVE_LIBJPEG + +/* + * Do we have the png_get_valid() function? + */ + +#undef HAVE_PNG_GET_VALID + +/* + * End of "$Id: config.h,v 1.5.2.5.2.1 2001/08/03 02:28:32 easysw Exp $". */ |
