[xserver-commit] xserver/Xi allowev.c,3.5,3.6 chgdctl.c,3.5,3.6 chgfctl.c,3.5,3.6 chgkbd.c,3.7,3.8 chgkmap.c,3.4,3.5 chgprop.c,3.4,3.5 chgptr.c,3.8,3.9 closedev.c,3.5,3.6 devbell.c,3.4,3.5 exevents.c,3.12,3.13 extinit.c,3.8,3.9 getbmap.c,3.4,3.5 getdctl.c,3.5,3.6 getfctl.c,3.5,3.6 getfocus.c,3.4,3.5 getkmap.c,3.5,3.6 getmmap.c,3.4,3.5 getprop.c,3.7,3.8 getselev.c,3.7,3.8 getvers.c,3.4,3.5 grabdev.c,3.4,3.5 grabdevb.c,3.4,3.5 grabdevk.c,3.4,3.5 gtmotion.c,3.8,3.9 listdev.c,3.5,3.6 opendev.c,3.4,3.5 queryst.c,3.6,3.7 selectev.c,3.4,3.5 sendexev.c,3.4,3.5 setbmap.c,3.4,3.5 setdval.c,3.4,3.5 setfocus.c,3.4,3.5 setmmap.c,3.4,3.5 setmode.c,3.4,3.5 stubs.c,3.6,3.7 ungrdev.c,3.4,3.5 ungrdevb.c,3.5,3.6 ungrdevk.c,3.5,3.6

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

Update of /cvs/xserver/xserver/Xi
In directory pdx:/tmp/cvs-serv22681/Xi

Modified Files:
	allowev.c chgdctl.c chgfctl.c chgkbd.c chgkmap.c chgprop.c 
	chgptr.c closedev.c devbell.c exevents.c extinit.c getbmap.c 
	getdctl.c getfctl.c getfocus.c getkmap.c getmmap.c getprop.c 
	getselev.c getvers.c grabdev.c grabdevb.c grabdevk.c 
	gtmotion.c listdev.c opendev.c queryst.c selectev.c sendexev.c 
	setbmap.c setdval.c setfocus.c setmmap.c setmode.c stubs.c 
	ungrdev.c ungrdevb.c ungrdevk.c 
Log Message:
	Add --enable-xinput option.  
	Require xi package
	Add #include <config.h> to all Xi .c files


Index: allowev.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/allowev.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- allowev.c	14 Feb 2004 04:50:32 -0000	3.5
+++ allowev.c	14 Feb 2004 05:20:47 -0000	3.6
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: chgdctl.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/chgdctl.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- chgdctl.c	14 Feb 2004 04:50:32 -0000	3.5
+++ chgdctl.c	14 Feb 2004 05:20:47 -0000	3.6
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: chgfctl.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/chgfctl.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- chgfctl.c	14 Feb 2004 04:50:32 -0000	3.5
+++ chgfctl.c	14 Feb 2004 05:20:47 -0000	3.6
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: chgkbd.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/chgkbd.c,v
retrieving revision 3.7
retrieving revision 3.8
diff -u -d -r3.7 -r3.8
--- chgkbd.c	14 Feb 2004 04:50:32 -0000	3.7
+++ chgkbd.c	14 Feb 2004 05:20:47 -0000	3.8
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: chgkmap.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/chgkmap.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- chgkmap.c	14 Feb 2004 04:50:32 -0000	3.4
+++ chgkmap.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: chgprop.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/chgprop.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- chgprop.c	14 Feb 2004 04:50:32 -0000	3.4
+++ chgprop.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: chgptr.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/chgptr.c,v
retrieving revision 3.8
retrieving revision 3.9
diff -u -d -r3.8 -r3.9
--- chgptr.c	14 Feb 2004 04:50:32 -0000	3.8
+++ chgptr.c	14 Feb 2004 05:20:47 -0000	3.9
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: closedev.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/closedev.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- closedev.c	14 Feb 2004 04:50:32 -0000	3.5
+++ closedev.c	14 Feb 2004 05:20:47 -0000	3.6
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: devbell.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/devbell.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- devbell.c	14 Feb 2004 04:50:32 -0000	3.4
+++ devbell.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: exevents.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/exevents.c,v
retrieving revision 3.12
retrieving revision 3.13
diff -u -d -r3.12 -r3.13
--- exevents.c	14 Feb 2004 04:50:32 -0000	3.12
+++ exevents.c	14 Feb 2004 05:20:47 -0000	3.13
@@ -54,6 +54,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #include <X11/X.h>
 #include <X11/Xproto.h>

Index: extinit.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/extinit.c,v
retrieving revision 3.8
retrieving revision 3.9
diff -u -d -r3.8 -r3.9
--- extinit.c	14 Feb 2004 04:50:33 -0000	3.8
+++ extinit.c	14 Feb 2004 05:20:47 -0000	3.9
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NUMTYPES 15
 
 #define	 NEED_EVENTS

Index: getbmap.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/getbmap.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- getbmap.c	14 Feb 2004 04:50:33 -0000	3.4
+++ getbmap.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: getdctl.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/getdctl.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- getdctl.c	14 Feb 2004 04:50:33 -0000	3.5
+++ getdctl.c	14 Feb 2004 05:20:47 -0000	3.6
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: getfctl.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/getfctl.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- getfctl.c	14 Feb 2004 04:50:33 -0000	3.5
+++ getfctl.c	14 Feb 2004 05:20:47 -0000	3.6
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: getfocus.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/getfocus.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- getfocus.c	14 Feb 2004 04:50:33 -0000	3.4
+++ getfocus.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: getkmap.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/getkmap.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- getkmap.c	14 Feb 2004 04:50:33 -0000	3.5
+++ getkmap.c	14 Feb 2004 05:20:47 -0000	3.6
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: getmmap.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/getmmap.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- getmmap.c	14 Feb 2004 04:50:33 -0000	3.4
+++ getmmap.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: getprop.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/getprop.c,v
retrieving revision 3.7
retrieving revision 3.8
diff -u -d -r3.7 -r3.8
--- getprop.c	14 Feb 2004 04:50:33 -0000	3.7
+++ getprop.c	14 Feb 2004 05:20:47 -0000	3.8
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: getselev.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/getselev.c,v
retrieving revision 3.7
retrieving revision 3.8
diff -u -d -r3.7 -r3.8
--- getselev.c	14 Feb 2004 04:50:33 -0000	3.7
+++ getselev.c	14 Feb 2004 05:20:47 -0000	3.8
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: getvers.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/getvers.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- getvers.c	14 Feb 2004 04:50:33 -0000	3.4
+++ getvers.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: grabdev.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/grabdev.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- grabdev.c	14 Feb 2004 04:50:33 -0000	3.4
+++ grabdev.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -54,6 +54,9 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: grabdevb.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/grabdevb.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- grabdevb.c	14 Feb 2004 04:50:33 -0000	3.4
+++ grabdevb.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: grabdevk.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/grabdevk.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- grabdevk.c	14 Feb 2004 04:50:33 -0000	3.4
+++ grabdevk.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: gtmotion.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/gtmotion.c,v
retrieving revision 3.8
retrieving revision 3.9
diff -u -d -r3.8 -r3.9
--- gtmotion.c	14 Feb 2004 04:50:33 -0000	3.8
+++ gtmotion.c	14 Feb 2004 05:20:47 -0000	3.9
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: listdev.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/listdev.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- listdev.c	14 Feb 2004 04:50:33 -0000	3.5
+++ listdev.c	14 Feb 2004 05:20:47 -0000	3.6
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: opendev.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/opendev.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- opendev.c	14 Feb 2004 04:50:33 -0000	3.4
+++ opendev.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: queryst.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/queryst.c,v
retrieving revision 3.6
retrieving revision 3.7
diff -u -d -r3.6 -r3.7
--- queryst.c	14 Feb 2004 04:50:33 -0000	3.6
+++ queryst.c	14 Feb 2004 05:20:47 -0000	3.7
@@ -34,6 +34,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: selectev.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/selectev.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- selectev.c	14 Feb 2004 04:50:33 -0000	3.4
+++ selectev.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 

Index: sendexev.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/sendexev.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- sendexev.c	14 Feb 2004 04:50:33 -0000	3.4
+++ sendexev.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define EXTENSION_EVENT_BASE  64
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES

Index: setbmap.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/setbmap.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- setbmap.c	14 Feb 2004 04:50:33 -0000	3.4
+++ setbmap.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #define IsOn(ptr, bit) \

Index: setdval.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/setdval.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- setdval.c	14 Feb 2004 04:50:33 -0000	3.4
+++ setdval.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: setfocus.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/setfocus.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- setfocus.c	14 Feb 2004 04:50:33 -0000	3.4
+++ setfocus.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: setmmap.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/setmmap.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- setmmap.c	14 Feb 2004 04:50:33 -0000	3.4
+++ setmmap.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: setmode.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/setmode.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- setmode.c	14 Feb 2004 04:50:33 -0000	3.4
+++ setmode.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: stubs.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/stubs.c,v
retrieving revision 3.6
retrieving revision 3.7
diff -u -d -r3.6 -r3.7
--- stubs.c	14 Feb 2004 04:50:33 -0000	3.6
+++ stubs.c	14 Feb 2004 05:20:47 -0000	3.7
@@ -57,6 +57,9 @@
  * Xnest could do the same thing.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #include <X11/X.h>
 #include <X11/Xproto.h>

Index: ungrdev.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/ungrdev.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- ungrdev.c	14 Feb 2004 04:50:33 -0000	3.4
+++ ungrdev.c	14 Feb 2004 05:20:47 -0000	3.5
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: ungrdevb.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/ungrdevb.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- ungrdevb.c	14 Feb 2004 04:50:33 -0000	3.5
+++ ungrdevb.c	14 Feb 2004 05:20:47 -0000	3.6
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */

Index: ungrdevk.c
===================================================================
RCS file: /cvs/xserver/xserver/Xi/ungrdevk.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- ungrdevk.c	14 Feb 2004 04:50:33 -0000	3.5
+++ ungrdevk.c	14 Feb 2004 05:20:47 -0000	3.6
@@ -53,6 +53,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #include <X11/X.h>			/* for inputstr.h    */