[xserver-commit] xfree86/drivers/imstt imstt_accel.c,1.6,1.7 imstt_driver.c,1.21,1.22

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

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

Modified Files:
	imstt_accel.c imstt_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: imstt_accel.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/imstt/imstt_accel.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/imstt_accel.c	16 May 2001 06:48:09 -0000	1.6
+++ b/imstt_accel.c	28 Feb 2004 01:27:39 -0000	1.7
@@ -25,6 +25,9 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "Xarch.h"
 #include "xf86.h"
 #include "xf86_ansic.h"

Index: imstt_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/imstt/imstt_driver.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- a/imstt_driver.c	23 Aug 2003 15:03:02 -0000	1.21
+++ b/imstt_driver.c	28 Feb 2004 01:27:39 -0000	1.22
@@ -31,6 +31,9 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"