[xserver-commit] xfree86/vgahw vgaCmap.c,1.8,1.9 vgaHW.c,1.59,1.60 vgaHWmodule.c,1.7,1.8

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

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

Modified Files:
	vgaCmap.c vgaHW.c vgaHWmodule.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: vgaCmap.c
===================================================================
RCS file: /cvs/xserver/xfree86/vgahw/vgaCmap.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/vgaCmap.c	19 Feb 2004 03:51:45 -0000	1.8
+++ b/vgaCmap.c	28 Feb 2004 01:28:02 -0000	1.9
@@ -24,6 +24,9 @@
 /* $XConsortium: vgaCmap.c /main/15 1996/10/28 05:13:44 kaleb $ */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <X11/X.h>
 #include <X11/Xproto.h>
 #include "windowstr.h"

Index: vgaHW.c
===================================================================
RCS file: /cvs/xserver/xfree86/vgahw/vgaHW.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- a/vgaHW.c	19 Feb 2004 03:51:45 -0000	1.59
+++ b/vgaHW.c	28 Feb 2004 01:28:02 -0000	1.60
@@ -10,6 +10,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define _NEED_SYSI86
 
 #include <X11/X.h>

Index: vgaHWmodule.c
===================================================================
RCS file: /cvs/xserver/xfree86/vgahw/vgaHWmodule.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/vgaHWmodule.c	19 Feb 2004 03:51:45 -0000	1.7
+++ b/vgaHWmodule.c	28 Feb 2004 01:28:02 -0000	1.8
@@ -4,6 +4,9 @@
  * Copyright 1998 by The XFree86 Project, Inc
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifdef XFree86LOADER
 
 #include "xf86Module.h"