debrix/hw/xorg/parser Configint.h, 1.1.1.2, 1.2 DRI.c, 1.2, 1.3 Device.c, 1.1.1.2, 1.2 Files.c, 1.1.1.2, 1.2 Flags.c, 1.1.1.2, 1.2 Input.c, 1.1.1.2, 1.2 Keyboard.c, 1.1.1.2, 1.2 Layout.c, 1.1.1.2, 1.2 Module.c, 1.1.1.2, 1.2 Monitor.c, 1.2, 1.3 Pointer.c, 1.1.1.2, 1.2 Screen.c, 1.1.1.2, 1.2 Vendor.c, 1.1.1.2, 1.2 Video.c, 1.1.1.2, 1.2 configProcs.h, 1.1.1.2, 1.2 cpconfig.c, 1.2, 1.3 read.c, 1.1.1.2, 1.2 scan.c, 1.2, 1.3 write.c, 1.1.1.2, 1.2 xf86Optrec.h, 1.1.1.2, 1.2 xf86Parser.h, 1.1.1.2, 1.2 xf86tokens.h, 1.1.1.2, 1.2

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


Committed by: daniel

Update of /cvs/xserver/debrix/hw/xorg/parser
In directory pdx:/home/daniel/x/debrix/debrix/hw/xorg/parser

Modified Files:
	Configint.h DRI.c Device.c Files.c Flags.c Input.c Keyboard.c 
	Layout.c Module.c Monitor.c Pointer.c Screen.c Vendor.c 
	Video.c configProcs.h cpconfig.c read.c scan.c write.c 
	xf86Optrec.h xf86Parser.h xf86tokens.h 
Log Message:
Initial import from modular sources.


Index: Configint.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Configint.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- Configint.h	25 Nov 2003 19:28:53 -0000	1.1.1.2
+++ Configint.h	10 Jun 2004 19:41:13 -0000	1.2
@@ -59,6 +59,9 @@
  * they should not be visible outside of the parser.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _Configint_h_
 #define _Configint_h_
 

Index: DRI.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/DRI.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DRI.c	23 Apr 2004 19:54:13 -0000	1.2
+++ DRI.c	10 Jun 2004 19:41:13 -0000	1.3
@@ -28,6 +28,9 @@
  * 
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: Device.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Device.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- Device.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ Device.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: Files.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Files.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- Files.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ Files.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "X11/Xos.h"
 #include "xf86Parser.h"
 #include "xf86tokens.h"

Index: Flags.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Flags.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- Flags.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ Flags.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: Input.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Input.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- Input.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ Input.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: Keyboard.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Keyboard.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- Keyboard.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ Keyboard.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: Layout.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Layout.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- Layout.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ Layout.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: Module.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Module.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- Module.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ Module.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: Monitor.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Monitor.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Monitor.c	23 Apr 2004 19:54:13 -0000	1.2
+++ Monitor.c	10 Jun 2004 19:41:13 -0000	1.3
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: Pointer.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Pointer.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- Pointer.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ Pointer.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: Screen.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Screen.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- Screen.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ Screen.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: Vendor.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Vendor.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- Vendor.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ Vendor.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: Video.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/Video.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- Video.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ Video.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -55,6 +55,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: configProcs.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/configProcs.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- configProcs.h	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ configProcs.h	10 Jun 2004 19:41:13 -0000	1.2
@@ -117,6 +117,9 @@
 void xf86printDRISection (FILE * cf, XF86ConfDRIPtr ptr);
 void xf86freeDRI (XF86ConfDRIPtr ptr);
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef IN_XSERVER
 /* Externally provided functions */
 void ErrorF(const char *f, ...);

Index: cpconfig.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/cpconfig.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cpconfig.c	23 Apr 2004 19:54:13 -0000	1.2
+++ cpconfig.c	10 Jun 2004 19:41:13 -0000	1.3
@@ -29,6 +29,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>

Index: read.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/read.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- read.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ read.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: scan.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/scan.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- scan.c	23 Apr 2004 19:54:13 -0000	1.2
+++ scan.c	10 Jun 2004 19:41:13 -0000	1.3
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>

Index: write.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/write.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- write.c	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ write.c	10 Jun 2004 19:41:13 -0000	1.2
@@ -56,6 +56,9 @@
 
 /* View/edit this file with tab stops set to 4 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Parser.h"
 #include "xf86tokens.h"
 #include "Configint.h"

Index: xf86Optrec.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/xf86Optrec.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- xf86Optrec.h	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ xf86Optrec.h	10 Jun 2004 19:41:14 -0000	1.2
@@ -58,6 +58,9 @@
  * This file contains the Option Record that is passed between the Parser,
  * and Module setup procs.
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _xf86Optrec_h_
 #define _xf86Optrec_h_
 #include <stdio.h>

Index: xf86Parser.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/xf86Parser.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- xf86Parser.h	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ xf86Parser.h	10 Jun 2004 19:41:14 -0000	1.2
@@ -58,6 +58,9 @@
  * This file contains the external interfaces for the XFree86 configuration
  * file parser.
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _xf86Parser_h_
 #define _xf86Parser_h_
 

Index: xf86tokens.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/parser/xf86tokens.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- xf86tokens.h	25 Nov 2003 19:28:54 -0000	1.1.1.2
+++ xf86tokens.h	10 Jun 2004 19:41:14 -0000	1.2
@@ -54,6 +54,9 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _xf86_tokens_h
 #define _xf86_tokens_h
 




More information about the xserver-commit mailing list