From 6b9e8279dd734d2fa82be485bd335262c2ad2b34 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 8 Dec 2003 17:32:58 +0000 Subject: Provide dummy definitions of __driConfig externs --- src/mesa/drivers/dri/i810/i810context.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/drivers/dri/i810') diff --git a/src/mesa/drivers/dri/i810/i810context.c b/src/mesa/drivers/dri/i810/i810context.c index d678aabc82..3bf0a81bcb 100644 --- a/src/mesa/drivers/dri/i810/i810context.c +++ b/src/mesa/drivers/dri/i810/i810context.c @@ -62,6 +62,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. int I810_DEBUG = (0); #endif +const char __driConfigOptions[] = { 0 }; +const GLuint __driNConfigOptions = 0; + static const GLubyte *i810GetString( GLcontext *ctx, GLenum name ) { switch (name) { -- cgit v1.2.3