From 50d1c2c9215197e46958e7a4e0123def2f11913c Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 5 Mar 2003 14:27:33 +0000 Subject: [PATCH] Define FEATURE_userclip, the first of many? --- src/mesa/main/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 6aa0ac29c2b..6b458baab91 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.42.4.1 2003/03/05 14:04:19 keithw Exp $ */ +/* $Id: config.h,v 1.42.4.2 2003/03/05 14:27:33 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -203,8 +203,10 @@ */ #if _HAVE_FULL_GL #define FEATURE_NV_vertex_program 1 +#define FEATURE_userclip 1 #else #define FEATURE_NV_vertex_program 0 +#define FEATURE_userclip 0 #endif