[xserver-commit] xfree86/drivers/s3virge s3v_accel.c,1.25,1.26 s3v_dac.c,1.4,1.5 s3v_dga.c,1.7,1.8 s3v_driver.c,1.93,1.94 s3v_hwcurs.c,1.7,1.8 s3v_i2c.c,1.4,1.5 s3v_shadow.c,1.3,1.4 s3v_xv.c,1.11,1.12

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

Update of /cvs/xserver/xfree86/drivers/s3virge
In directory pdx:/tmp/cvs-serv14744/drivers/s3virge

Modified Files:
	s3v_accel.c s3v_dac.c s3v_dga.c s3v_driver.c s3v_hwcurs.c 
	s3v_i2c.c s3v_shadow.c s3v_xv.c 
Log Message:
	* Makefile.am
	* *.c
	Ok, everyone gets #include <config.h>
	Other than that, I fixed a few extension header paths and
	whacked at the Makefile.am.  Makefile.am is a hacked version
	of xserver/Makefile.am; expect them to diverge until we can
	stick the xfree86 DDX stuff into the standard Makefile.am.


Index: s3v_accel.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_accel.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- a/s3v_accel.c	6 Nov 2003 18:38:05 -0000	1.25
+++ b/s3v_accel.c	28 Feb 2004 01:27:45 -0000	1.26
@@ -25,6 +25,9 @@
 in this Software without prior written authorization from the XFree86 Project.
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "s3v.h"
 
 #include "miline.h"

Index: s3v_dac.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_dac.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/s3v_dac.c	4 Feb 2003 02:20:50 -0000	1.4
+++ b/s3v_dac.c	28 Feb 2004 01:27:45 -0000	1.5
@@ -36,6 +36,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include	"s3v.h"
 
 

Index: s3v_dga.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_dga.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/s3v_dga.c	14 Jan 2002 18:02:58 -0000	1.7
+++ b/s3v_dga.c	28 Feb 2004 01:27:45 -0000	1.8
@@ -57,6 +57,9 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"

Index: s3v_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_driver.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- a/s3v_driver.c	6 Nov 2003 18:38:05 -0000	1.93
+++ b/s3v_driver.c	28 Feb 2004 01:27:45 -0000	1.94
@@ -24,6 +24,9 @@
 be used in advertising or otherwise to promote the sale, use or other dealings
 in this Software without prior written authorization from the XFree86 Project.
 */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Resources.h"
 /* Needed by Resources Access Control (RAC) */
 #include "xf86RAC.h"

Index: s3v_hwcurs.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_hwcurs.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/s3v_hwcurs.c	4 Feb 2003 02:20:50 -0000	1.7
+++ b/s3v_hwcurs.c	28 Feb 2004 01:27:46 -0000	1.8
@@ -36,6 +36,9 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "s3v.h"
 
 /* protos */

Index: s3v_i2c.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_i2c.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/s3v_i2c.c	31 Mar 2000 20:13:32 -0000	1.4
+++ b/s3v_i2c.c	28 Feb 2004 01:27:46 -0000	1.5
@@ -50,6 +50,9 @@
 in this Software without prior written authorization from the XFree86 Project.
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"

Index: s3v_shadow.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_shadow.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/s3v_shadow.c	31 Mar 2000 20:13:33 -0000	1.3
+++ b/s3v_shadow.c	28 Feb 2004 01:27:46 -0000	1.4
@@ -55,6 +55,9 @@
    based on code written by Mark Vojkovich <markv@valinux.com>
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86Resources.h"

Index: s3v_xv.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_xv.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- a/s3v_xv.c	10 Nov 2003 18:22:25 -0000	1.11
+++ b/s3v_xv.c	28 Feb 2004 01:27:46 -0000	1.12
@@ -39,6 +39,9 @@
 
 
 	/* Most xf86 commons are already in s3v.h */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include	"s3v.h"
 
 #if 0