[xserver-commit] xfree86/i2c xf86i2c.c,1.16,1.17 xf86i2cmodule.c,1.8,1.9

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

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

Modified Files:
	xf86i2c.c xf86i2cmodule.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: xf86i2c.c
===================================================================
RCS file: /cvs/xserver/xfree86/i2c/xf86i2c.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- a/xf86i2c.c	19 Feb 2004 03:51:37 -0000	1.16
+++ b/xf86i2c.c	28 Feb 2004 01:27:51 -0000	1.17
@@ -8,6 +8,9 @@
 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.c,v 1.15 2003/08/29 21:08:06 tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #if 1
 #include "misc.h"
 #include "xf86.h"

Index: xf86i2cmodule.c
===================================================================
RCS file: /cvs/xserver/xfree86/i2c/xf86i2cmodule.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/xf86i2cmodule.c	19 Feb 2004 03:51:37 -0000	1.8
+++ b/xf86i2cmodule.c	28 Feb 2004 01:27:51 -0000	1.9
@@ -7,6 +7,9 @@
 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2cmodule.c,v 1.7 1999/04/11 13:11:02 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Module.h"
 
 static MODULESETUPPROTO(i2cSetup);