diff options
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index c3738174d4..985176f749 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.41 2002/10/05 03:01:28 brianp Exp $ */ +/* $Id: config.h,v 1.42 2002/10/16 17:57:51 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -197,4 +197,11 @@ #define ACOMP 3 + +/* + * Enable/disable features (blocks of code) by setting FEATURE_xyz to 0 or 1. + */ +#define FEATURE_NV_vertex_program 1 + + #endif /* CONFIG_H */ |