debrix/hw/xorg/os-support Imakefile, 1.2, 1.3 assyntax.h, 1.1.1.2, 1.2 int10Defines.h, 1.1.1.2, 1.2 xf86OSKbd.h, 1.2, 1.3 xf86OSmouse.h, 1.1.1.2, 1.2 xf86OSpriv.h, 1.1.1.2, 1.2 xf86_OSlib.h, 1.2, 1.3 xf86_OSproc.h, 1.2, 1.3 xf86_ansic.h, 1.1.1.2, 1.2 xf86_libc.h, 1.2, 1.3 xf86drm.h, 1.2, 1.3 xf86drmCompat.h, 1.2, 1.3

Daniel Stone xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:40:53 EST 2004


Committed by: daniel

Update of /cvs/xserver/debrix/hw/xorg/os-support
In directory pdx:/home/daniel/x/debrix/debrix/hw/xorg/os-support

Modified Files:
	Imakefile assyntax.h int10Defines.h xf86OSKbd.h xf86OSmouse.h 
	xf86OSpriv.h xf86_OSlib.h xf86_OSproc.h xf86_ansic.h 
	xf86_libc.h xf86drm.h xf86drmCompat.h 
Log Message:
Initial import from modular sources.


Index: Imakefile
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/Imakefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Imakefile	23 Apr 2004 19:54:07 -0000	1.2
+++ Imakefile	10 Jun 2004 19:40:50 -0000	1.3
@@ -4,7 +4,7 @@
 
 
 
-XCOMM $XdotOrg: Imakefile /main/9 1996/10/25 15:38:46 kaleb $
+XCOMM $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/Imakefile,v 1.1.4.4.4.1 2004/03/04 17:48:08 eich Exp $
 XCOMM $XConsortium: Imakefile /main/9 1996/10/25 15:38:46 kaleb $
 
 #include <Server.tmpl>

Index: assyntax.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/assyntax.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- assyntax.h	25 Nov 2003 19:28:50 -0000	1.1.1.2
+++ assyntax.h	10 Jun 2004 19:40:50 -0000	1.2
@@ -1,4 +1,7 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/assyntax.h,v 3.13 2003/08/24 17:37:03 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef __ASSYNTAX_H__
 #define	__ASSYNTAX_H__
 

Index: int10Defines.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/int10Defines.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- int10Defines.h	25 Nov 2003 19:28:50 -0000	1.1.1.2
+++ int10Defines.h	10 Jun 2004 19:40:50 -0000	1.2
@@ -26,6 +26,9 @@
  * authorization from the copyright holder(s) and author(s).
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _INT10DEFINES_H_
 #define _INT10DEFINES_H_ 1
 

Index: xf86OSKbd.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/xf86OSKbd.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86OSKbd.h	23 Apr 2004 19:54:07 -0000	1.2
+++ xf86OSKbd.h	10 Jun 2004 19:40:50 -0000	1.3
@@ -28,6 +28,9 @@
  * Author: Ivan Pascal.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Xinput.h"
 
 Bool ATScancode(InputInfoPtr pInfo, int *scanCode);

Index: xf86OSmouse.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/xf86OSmouse.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- xf86OSmouse.h	25 Nov 2003 19:28:50 -0000	1.1.1.2
+++ xf86OSmouse.h	10 Jun 2004 19:40:50 -0000	1.2
@@ -28,6 +28,9 @@
 
 /* Public interface to OS-specific mouse support. */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _XF86OSMOUSE_H_
 #define _XF86OSMOUSE_H_
 

Index: xf86OSpriv.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/xf86OSpriv.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- xf86OSpriv.h	25 Nov 2003 19:28:50 -0000	1.1.1.2
+++ xf86OSpriv.h	10 Jun 2004 19:40:50 -0000	1.2
@@ -26,6 +26,9 @@
  * authorization from the copyright holder(s) and author(s).
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _XF86OSPRIV_H
 #define _XF86OSPRIV_H
 

Index: xf86_OSlib.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/xf86_OSlib.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86_OSlib.h	23 Apr 2004 19:54:07 -0000	1.2
+++ xf86_OSlib.h	10 Jun 2004 19:40:50 -0000	1.3
@@ -73,6 +73,9 @@
  * may include xf86_OSproc.h to get prototypes for public interfaces.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _XF86_OSLIB_H
 #define _XF86_OSLIB_H
 

Index: xf86_OSproc.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/xf86_OSproc.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86_OSproc.h	23 Apr 2004 19:54:07 -0000	1.2
+++ xf86_OSproc.h	10 Jun 2004 19:40:50 -0000	1.3
@@ -66,6 +66,9 @@
 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h,v 3.56 2003/08/24 17:37:03 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _XF86_OSPROC_H
 #define _XF86_OSPROC_H
 

Index: xf86_ansic.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/xf86_ansic.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- xf86_ansic.h	25 Nov 2003 19:28:50 -0000	1.1.1.2
+++ xf86_ansic.h	10 Jun 2004 19:40:50 -0000	1.2
@@ -23,6 +23,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _XF86_ANSIC_H
 #define _XF86_ANSIC_H
 

Index: xf86_libc.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/xf86_libc.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86_libc.h	23 Apr 2004 19:54:07 -0000	1.2
+++ xf86_libc.h	10 Jun 2004 19:40:50 -0000	1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h,v 1.1.4.2 2003/12/06 13:24:26 kaleb Exp $ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h,v 1.1.4.3 2003/12/20 00:28:30 kaleb Exp $ */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h,v 3.63 2003/12/08 21:46:55 alanh Exp $ */
 /*
  * Copyright (c) 1997-2003 by The XFree86 Project, Inc.
@@ -42,10 +42,13 @@
  * 0.1	Feb 24 1997	hide the trivial functions mem* str*
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef	XF86_LIBC_H
 #define XF86_LIBC_H 1
 
-#include "Xfuncs.h"
+#include <X11/Xfuncs.h>
 #include <stddef.h>
 
 /*

Index: xf86drm.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/xf86drm.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86drm.h	23 Apr 2004 19:54:07 -0000	1.2
+++ xf86drm.h	10 Jun 2004 19:40:50 -0000	1.3
@@ -33,6 +33,9 @@
 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86drm.h,v 1.26 2003/08/16 19:26:37 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _XF86DRM_H_
 #define _XF86DRM_H_
 

Index: xf86drmCompat.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/xf86drmCompat.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86drmCompat.h	23 Apr 2004 19:54:07 -0000	1.2
+++ xf86drmCompat.h	10 Jun 2004 19:40:50 -0000	1.3
@@ -36,6 +36,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _XF86DRI_COMPAT_H_
 #define _XF86DRI_COMPAT_H_
 




More information about the xserver-commit mailing list