diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 6b458baab91..27f06e11c2d 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.42.4.2 2003/03/05 14:27:33 keithw Exp $ */ +/* $Id: config.h,v 1.42.4.3 2003/03/10 11:02:14 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -204,9 +204,11 @@ #if _HAVE_FULL_GL #define FEATURE_NV_vertex_program 1 #define FEATURE_userclip 1 +#define FEATURE_texgen 1 #else #define FEATURE_NV_vertex_program 0 #define FEATURE_userclip 0 +#define FEATURE_texgen 0 #endif