diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-04-30 17:17:01 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-04-30 17:17:01 +0000 |
| commit | 09f987eeb1c5de94385d2934628b2514295f2216 (patch) | |
| tree | 1b2b2aa53734fd0f19f6ec5a9daa3c00b026c7de /visualc | |
| parent | f2d2d347e986bcd480d5997865233072792f8ec5 (diff) | |
Separate test for GLU and GL...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1449 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'visualc')
| -rw-r--r-- | visualc/config.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/visualc/config.h b/visualc/config.h index 938ffb832..d2f8a9438 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.5.2.4 2001/01/22 15:13:41 easysw Exp $" + * "$Id: config.h,v 1.5.2.5 2001/04/30 17:17:01 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * @@ -45,6 +45,15 @@ #define HAVE_GL 1 /* + * HAVE_GL_GLU_H: + * + * Do you have the OpenGL Utility Library header file? + * (many broken Mesa RPMs do not...) + */ + +#define HAVE_GL_GLU_H 1 + +/* * USE_COLORMAP: * * Setting this to zero will save a good deal of code (especially for @@ -144,5 +153,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.h,v 1.5.2.4 2001/01/22 15:13:41 easysw Exp $". + * End of "$Id: config.h,v 1.5.2.5 2001/04/30 17:17:01 easysw Exp $". */ |
