[xserver-commit] xfree86/os-support/misc BUSmemcpy.c,1.4,1.5 Delay.c,3.4,3.5 IODelay.c,1.3,1.4 SlowBcopy.c,1.6,1.7 xf86_IlHack.c,3.5,3.6 xf86_Util.c,3.8,3.9

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

Update of /cvs/xserver/xfree86/os-support/misc
In directory pdx:/tmp/cvs-serv14744/os-support/misc

Modified Files:
	BUSmemcpy.c Delay.c IODelay.c SlowBcopy.c xf86_IlHack.c 
	xf86_Util.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: BUSmemcpy.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/misc/BUSmemcpy.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/BUSmemcpy.c	12 Feb 2000 20:45:44 -0000	1.4
+++ b/BUSmemcpy.c	28 Feb 2004 01:28:00 -0000	1.5
@@ -14,6 +14,9 @@
 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/BUSmemcpy.c,v 1.3 1999/12/03 19:17:44 eich Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "X.h"
 #include "xf86.h"
 #include "xf86Priv.h"

Index: Delay.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/misc/Delay.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- a/Delay.c	25 Mar 2003 04:18:23 -0000	3.4
+++ b/Delay.c	28 Feb 2004 01:28:00 -0000	3.5
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/Delay.c,v 3.3 2000/12/08 20:13:38 eich Exp $ */
  
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifdef __UNIXOS2__
 #define I_NEED_OS2_H
 #endif

Index: IODelay.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/misc/IODelay.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/IODelay.c	4 Aug 2000 16:13:41 -0000	1.3
+++ b/IODelay.c	28 Feb 2004 01:28:00 -0000	1.4
@@ -6,6 +6,9 @@
 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/IODelay.c,v 1.1.2.1 1998/06/04 17:35:59 dawes Exp $ */
  
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "X.h"
 #include "xf86.h"
 #include "xf86Priv.h"

Index: SlowBcopy.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/misc/SlowBcopy.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/SlowBcopy.c	7 Apr 2003 16:23:39 -0000	1.6
+++ b/SlowBcopy.c	28 Feb 2004 01:28:00 -0000	1.7
@@ -16,6 +16,9 @@
  *   
  */ 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "X.h"
 #include "xf86.h"
 #include "xf86Priv.h"

Index: xf86_IlHack.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/misc/xf86_IlHack.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- a/xf86_IlHack.c	25 Jul 1998 16:56:51 -0000	3.5
+++ b/xf86_IlHack.c	28 Feb 2004 01:28:00 -0000	3.6
@@ -8,6 +8,9 @@
 /* $XConsortium: xf86_IlHack.c /main/4 1996/02/21 17:52:26 kaleb $ */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define static /**/
 #define __inline__ /**/
 #undef NO_INLINE

Index: xf86_Util.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/misc/xf86_Util.c,v
retrieving revision 3.8
retrieving revision 3.9
diff -u -d -r3.8 -r3.9
--- a/xf86_Util.c	28 Oct 2001 03:34:02 -0000	3.8
+++ b/xf86_Util.c	28 Feb 2004 01:28:00 -0000	3.9
@@ -29,6 +29,9 @@
  * dependencies are dealt with, as this library will be linked in last.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <ctype.h>
 
 /* To prevent empty source file warnings */