From 09f987eeb1c5de94385d2934628b2514295f2216 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 30 Apr 2001 17:17:01 +0000 Subject: Separate test for GLU and GL... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1449 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- visualc/config.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'visualc') 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++. * @@ -44,6 +44,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: * @@ -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 $". */ -- cgit v1.2.3