summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cout.c3
-rw-r--r--src/maprules.c3
-rw-r--r--src/srvmisc.c3
-rw-r--r--src/xkbatom.c3
-rw-r--r--src/xkbbells.c3
-rw-r--r--src/xkbconfig.c3
-rw-r--r--src/xkbdraw.c3
-rw-r--r--src/xkberrs.c3
-rw-r--r--src/xkbmisc.c3
-rw-r--r--src/xkbout.c3
-rw-r--r--src/xkbtext.c3
-rw-r--r--src/xkmout.c3
-rw-r--r--src/xkmread.c3
13 files changed, 39 insertions, 0 deletions
diff --git a/src/cout.c b/src/cout.c
index a93bee2..161bd0f 100644
--- a/src/cout.c
+++ b/src/cout.c
@@ -26,6 +26,9 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/cout.c,v 3.8 2003/02/03 20:12:00 paulo Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/src/maprules.c b/src/maprules.c
index 330f9fe..e7e369d 100644
--- a/src/maprules.c
+++ b/src/maprules.c
@@ -26,6 +26,9 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/maprules.c,v 3.17 2002/11/26 01:43:25 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/src/srvmisc.c b/src/srvmisc.c
index 36e5a4b..3e4c73c 100644
--- a/src/srvmisc.c
+++ b/src/srvmisc.c
@@ -26,6 +26,9 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/srvmisc.c,v 3.4 2001/10/28 03:32:47 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/src/xkbatom.c b/src/xkbatom.c
index c580b88..1a5dea0 100644
--- a/src/xkbatom.c
+++ b/src/xkbatom.c
@@ -73,6 +73,9 @@ SOFTWARE.
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkbatom.c,v 3.8 2001/12/14 19:57:03 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/src/xkbbells.c b/src/xkbbells.c
index 62fb1af..30b918f 100644
--- a/src/xkbbells.c
+++ b/src/xkbbells.c
@@ -26,6 +26,9 @@
********************************************************/
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/Xlib.h>
#include <X11/XKBlib.h>
#include "XKBbells.h"
diff --git a/src/xkbconfig.c b/src/xkbconfig.c
index 34470ea..3c01fa8 100644
--- a/src/xkbconfig.c
+++ b/src/xkbconfig.c
@@ -26,6 +26,9 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkbconfig.c,v 3.7 2001/11/30 12:11:51 eich Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/src/xkbdraw.c b/src/xkbdraw.c
index 601e752..c955f03 100644
--- a/src/xkbdraw.c
+++ b/src/xkbdraw.c
@@ -26,6 +26,9 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkbdraw.c,v 1.3 2001/07/29 05:01:13 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/src/xkberrs.c b/src/xkberrs.c
index 351a8da..08b44f2 100644
--- a/src/xkberrs.c
+++ b/src/xkberrs.c
@@ -26,6 +26,9 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkberrs.c,v 3.4 2001/07/29 05:01:13 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/src/xkbmisc.c b/src/xkbmisc.c
index 1b83041..c1d1368 100644
--- a/src/xkbmisc.c
+++ b/src/xkbmisc.c
@@ -26,6 +26,9 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkbmisc.c,v 1.7 2003/07/16 02:31:10 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/src/xkbout.c b/src/xkbout.c
index 3e81d64..059959a 100644
--- a/src/xkbout.c
+++ b/src/xkbout.c
@@ -26,6 +26,9 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkbout.c,v 3.9 2001/10/28 03:32:47 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/src/xkbtext.c b/src/xkbtext.c
index 027642a..86df1cb 100644
--- a/src/xkbtext.c
+++ b/src/xkbtext.c
@@ -26,6 +26,9 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkbtext.c,v 3.11 2002/12/21 18:49:02 paulo Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/src/xkmout.c b/src/xkmout.c
index 02dad31..403e488 100644
--- a/src/xkmout.c
+++ b/src/xkmout.c
@@ -26,6 +26,9 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkmout.c,v 1.5 2001/07/25 15:04:58 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/src/xkmread.c b/src/xkmread.c
index cd38cbb..a69058a 100644
--- a/src/xkmread.c
+++ b/src/xkmread.c
@@ -26,6 +26,9 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkmread.c,v 1.6 2002/02/13 22:09:42 herrb Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <X11/Xos.h>