diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-04 18:11:37 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-03-04 18:11:37 +0000 |
| commit | b13c3932e4c8c22375be2b6723eaf426b83e9b07 (patch) | |
| tree | bb8fe8fd1d24c5a12b9248093163230c284de8f9 /visualc | |
| parent | 2f0f075d4f9ac0178a0243647f5df84ed611ff84 (diff) | |
Removed references to JPEG library in docos and config files. Not needed
(except for jpeg_image.cxx, which isn't built by default).
git-svn-id: file:///fltk/svn/fltk/trunk@361 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'visualc')
| -rw-r--r-- | visualc/config.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/visualc/config.h b/visualc/config.h index 31efcbb98..7058fa15a 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.4 1998/11/09 14:11:06 mike Exp $" + * "$Id: config.h,v 1.5 1999/03/04 18:11:37 mike Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * @@ -138,13 +138,5 @@ #define HAVE_POLL 0 /* - * HAVE_LIBJPEG - * - * Do we have the JPEG group's JPEG file library? - */ - -#define HAVE_LIBJPEG 0 - -/* - * End of "$Id: config.h,v 1.4 1998/11/09 14:11:06 mike Exp $". + * End of "$Id: config.h,v 1.5 1999/03/04 18:11:37 mike Exp $". */ |
