[xserver-commit] xfree86/drivers/ark ark_accel.c,1.7,1.8 ark_driver.c,1.23,1.24

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

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

Modified Files:
	ark_accel.c ark_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: ark_accel.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/ark/ark_accel.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/ark_accel.c	11 Dec 2002 17:09:39 -0000	1.7
+++ b/ark_accel.c	28 Feb 2004 01:27:38 -0000	1.8
@@ -29,6 +29,9 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "Xarch.h"
 #include "xf86.h"
 #include "xf86_ansic.h"

Index: ark_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/ark/ark_driver.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- a/ark_driver.c	24 Sep 2003 02:43:18 -0000	1.23
+++ b/ark_driver.c	28 Feb 2004 01:27:38 -0000	1.24
@@ -28,6 +28,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"