[xserver-commit] xfree86/drivers/dummy dummy_cursor.c,1.1,1.2 dummy_dga.c,1.1,1.2 dummy_driver.c,1.6,1.7

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

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

Modified Files:
	dummy_cursor.c dummy_dga.c dummy_driver.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: dummy_cursor.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/dummy/dummy_cursor.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/dummy_cursor.c	18 Sep 2002 08:54:55 -0000	1.1
+++ b/dummy_cursor.c	28 Feb 2004 01:27:39 -0000	1.2
@@ -1,4 +1,7 @@
 /* All drivers should typically include these */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h" 

Index: dummy_dga.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/dummy/dummy_dga.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/dummy_dga.c	18 Sep 2002 08:54:55 -0000	1.1
+++ b/dummy_dga.c	28 Feb 2004 01:27:39 -0000	1.2
@@ -1,3 +1,6 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"

Index: dummy_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/dummy/dummy_driver.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/dummy_driver.c	3 Nov 2003 05:11:11 -0000	1.6
+++ b/dummy_driver.c	28 Feb 2004 01:27:39 -0000	1.7
@@ -5,6 +5,9 @@
  */
 
 /* All drivers should typically include these */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"