Provide dummy definitions of __driConfig externs
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 8 Dec 2003 17:32:58 +0000 (17:32 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 8 Dec 2003 17:32:58 +0000 (17:32 +0000)
src/mesa/drivers/dri/ffb/ffb_dd.c
src/mesa/drivers/dri/i810/i810context.c
src/mesa/drivers/dri/i830/i830_context.c
src/mesa/drivers/dri/tdfx/tdfx_context.c

index d0137000f7c38007b049928c2c400ff4534c13bc..753060194aea1abfb4268a3a6e100b0643279c7a 100644 (file)
@@ -39,6 +39,9 @@
 
 #define FFB_DATE       "20021125"
 
+const char __driConfigOptions[] = { 0 };
+const GLuint __driNConfigOptions = 0;
+
 /* Mesa's Driver Functions */
 
 static const GLubyte *ffbDDGetString(GLcontext *ctx, GLenum name)
index d678aabc824898a75671aaad2c6478abc1afa660..3bf0a81bcbb0b1b2204be5d06adb9e0106cc8c5f 100644 (file)
@@ -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) {
index 36abd2fdbc4539442f80bcf726d3d86a7d3f7fd9..9eaff1eed731ffa9b243592410ead15d3c088244 100644 (file)
@@ -72,6 +72,10 @@ int I830_DEBUG = (0);
 
 #define DRIVER_DATE                     "20021115"
 
+
+const char __driConfigOptions[] = { 0 };
+const GLuint __driNConfigOptions = 0;
+
 static const GLubyte *i830DDGetString( GLcontext *ctx, GLenum name )
 {
    const char * chipset;
index 2bc7de00e9674b2e7b825411b9b8199a6330ba10..57ff4803a6d8394da02b79b6e6af458205b17ebb 100644 (file)
@@ -54,6 +54,8 @@
 #include "tnl/tnl.h"
 #include "tnl/t_pipeline.h"
 
+const char __driConfigOptions[] = { 0 };
+const GLuint __driNConfigOptions = 0;
 
 /*
  * Enable/Disable the extensions for this context.