mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
include conf.h
This commit is contained in:
parent
a749f75826
commit
4df415b190
5 changed files with 25 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: svgamesa15.c,v 1.4 2000/01/25 00:03:01 brianp Exp $ */
|
/* $Id: svgamesa15.c,v 1.5 2000/01/31 22:10:06 tanner Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mesa 3-D graphics library
|
* Mesa 3-D graphics library
|
||||||
|
|
@ -27,6 +27,10 @@
|
||||||
* Additional authors: Slawomir Szczyrba <steev@hot.pl> (Mesa 3.2)
|
* Additional authors: Slawomir Szczyrba <steev@hot.pl> (Mesa 3.2)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "conf.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef SVGA
|
#ifdef SVGA
|
||||||
|
|
||||||
#include "svgapix.h"
|
#include "svgapix.h"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: svgamesa16.c,v 1.4 2000/01/25 00:03:02 brianp Exp $ */
|
/* $Id: svgamesa16.c,v 1.5 2000/01/31 22:10:06 tanner Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mesa 3-D graphics library
|
* Mesa 3-D graphics library
|
||||||
|
|
@ -27,6 +27,10 @@
|
||||||
* Additional authors: Slawomir Szczyrba <steev@hot.pl> (Mesa 3.2)
|
* Additional authors: Slawomir Szczyrba <steev@hot.pl> (Mesa 3.2)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "conf.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef SVGA
|
#ifdef SVGA
|
||||||
|
|
||||||
#include "svgapix.h"
|
#include "svgapix.h"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: svgamesa24.c,v 1.5 2000/01/25 20:21:19 brianp Exp $ */
|
/* $Id: svgamesa24.c,v 1.6 2000/01/31 22:10:07 tanner Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mesa 3-D graphics library
|
* Mesa 3-D graphics library
|
||||||
|
|
@ -27,6 +27,10 @@
|
||||||
* Additional authors: Slawomir Szczyrba <steev@hot.pl> (Mesa 3.2)
|
* Additional authors: Slawomir Szczyrba <steev@hot.pl> (Mesa 3.2)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "conf.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef SVGA
|
#ifdef SVGA
|
||||||
|
|
||||||
#include "svgapix.h"
|
#include "svgapix.h"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: svgamesa32.c,v 1.5 2000/01/25 20:21:19 brianp Exp $ */
|
/* $Id: svgamesa32.c,v 1.6 2000/01/31 22:10:07 tanner Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mesa 3-D graphics library
|
* Mesa 3-D graphics library
|
||||||
|
|
@ -27,6 +27,10 @@
|
||||||
* Additional authors: Slawomir Szczyrba <steev@hot.pl> (Mesa 3.2)
|
* Additional authors: Slawomir Szczyrba <steev@hot.pl> (Mesa 3.2)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "conf.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef SVGA
|
#ifdef SVGA
|
||||||
|
|
||||||
#include "svgapix.h"
|
#include "svgapix.h"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: svgamesa8.c,v 1.4 2000/01/25 00:03:02 brianp Exp $ */
|
/* $Id: svgamesa8.c,v 1.5 2000/01/31 22:10:07 tanner Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mesa 3-D graphics library
|
* Mesa 3-D graphics library
|
||||||
|
|
@ -27,6 +27,10 @@
|
||||||
* Additional authors: Slawomir Szczyrba <steev@hot.pl> (Mesa 3.2)
|
* Additional authors: Slawomir Szczyrba <steev@hot.pl> (Mesa 3.2)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "conf.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef SVGA
|
#ifdef SVGA
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue