summaryrefslogtreecommitdiff
path: root/src/stubs
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 06:36:13 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 06:36:13 +0000
commit3c4ac0b9f5b7aced60a763bcaca7b32cd53a7fec (patch)
tree11b135dca263e035e6882a4e712524312ca9b3be /src/stubs
parent712140dadd20c7d2024d7b75f7033fff407e57e6 (diff)
Include config.h in every source file to make sure necessary options are
found when building in the modular tree
Diffstat (limited to 'src/stubs')
-rw-r--r--src/stubs/cauthgen.c3
-rw-r--r--src/stubs/csignal.c3
-rw-r--r--src/stubs/delfntcid.c3
-rw-r--r--src/stubs/errorf.c3
-rw-r--r--src/stubs/fatalerror.c3
-rw-r--r--src/stubs/findoldfnt.c3
-rw-r--r--src/stubs/getcres.c3
-rw-r--r--src/stubs/getdefptsize.c3
-rw-r--r--src/stubs/getnewfntcid.c3
-rw-r--r--src/stubs/gettime.c3
-rw-r--r--src/stubs/initfshdl.c3
-rw-r--r--src/stubs/regfpefunc.c3
-rw-r--r--src/stubs/rmfshdl.c3
-rw-r--r--src/stubs/setfntauth.c3
-rw-r--r--src/stubs/stfntcfnt.c3
-rw-r--r--src/stubs/xpstubs.c3
16 files changed, 48 insertions, 0 deletions
diff --git a/src/stubs/cauthgen.c b/src/stubs/cauthgen.c
index 690416e..dec438d 100644
--- a/src/stubs/cauthgen.c
+++ b/src/stubs/cauthgen.c
@@ -1,5 +1,8 @@
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
int
diff --git a/src/stubs/csignal.c b/src/stubs/csignal.c
index a2919f7..c957eb8 100644
--- a/src/stubs/csignal.c
+++ b/src/stubs/csignal.c
@@ -1,5 +1,8 @@
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
Bool
diff --git a/src/stubs/delfntcid.c b/src/stubs/delfntcid.c
index 7e9276a..af5c0a8 100644
--- a/src/stubs/delfntcid.c
+++ b/src/stubs/delfntcid.c
@@ -1,5 +1,8 @@
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
void
diff --git a/src/stubs/errorf.c b/src/stubs/errorf.c
index f54868d..52c6042 100644
--- a/src/stubs/errorf.c
+++ b/src/stubs/errorf.c
@@ -1,5 +1,8 @@
/* $XFree86: xc/lib/font/stubs/errorf.c,v 1.1 1999/01/11 05:13:19 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
void
diff --git a/src/stubs/fatalerror.c b/src/stubs/fatalerror.c
index 4b01cbd..7dff170 100644
--- a/src/stubs/fatalerror.c
+++ b/src/stubs/fatalerror.c
@@ -1,5 +1,8 @@
/* $XFree86: xc/lib/font/stubs/fatalerror.c,v 1.1 1999/01/11 05:13:19 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
void
diff --git a/src/stubs/findoldfnt.c b/src/stubs/findoldfnt.c
index 1b26797..218ecd4 100644
--- a/src/stubs/findoldfnt.c
+++ b/src/stubs/findoldfnt.c
@@ -1,5 +1,8 @@
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
FontPtr
diff --git a/src/stubs/getcres.c b/src/stubs/getcres.c
index e08ec48..da0de91 100644
--- a/src/stubs/getcres.c
+++ b/src/stubs/getcres.c
@@ -1,5 +1,8 @@
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
FontResolutionPtr
diff --git a/src/stubs/getdefptsize.c b/src/stubs/getdefptsize.c
index b55a408..10a46c8 100644
--- a/src/stubs/getdefptsize.c
+++ b/src/stubs/getdefptsize.c
@@ -1,5 +1,8 @@
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
int
diff --git a/src/stubs/getnewfntcid.c b/src/stubs/getnewfntcid.c
index 7253d21..5a1e927 100644
--- a/src/stubs/getnewfntcid.c
+++ b/src/stubs/getnewfntcid.c
@@ -1,5 +1,8 @@
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
Font
diff --git a/src/stubs/gettime.c b/src/stubs/gettime.c
index c92a980..60a4e39 100644
--- a/src/stubs/gettime.c
+++ b/src/stubs/gettime.c
@@ -1,5 +1,8 @@
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
unsigned long
diff --git a/src/stubs/initfshdl.c b/src/stubs/initfshdl.c
index e7fffb0..15a337a 100644
--- a/src/stubs/initfshdl.c
+++ b/src/stubs/initfshdl.c
@@ -1,5 +1,8 @@
/* $XFree86: xc/lib/font/stubs/initfshdl.c,v 1.1 1999/01/11 05:13:20 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
int
diff --git a/src/stubs/regfpefunc.c b/src/stubs/regfpefunc.c
index 0c6741a..d6fcf3b 100644
--- a/src/stubs/regfpefunc.c
+++ b/src/stubs/regfpefunc.c
@@ -1,5 +1,8 @@
/* $XFree86: xc/lib/font/stubs/regfpefunc.c,v 1.1 1999/01/11 05:13:20 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
int
diff --git a/src/stubs/rmfshdl.c b/src/stubs/rmfshdl.c
index bb50ea1..ae0ab78 100644
--- a/src/stubs/rmfshdl.c
+++ b/src/stubs/rmfshdl.c
@@ -1,5 +1,8 @@
/* $XFree86: xc/lib/font/stubs/rmfshdl.c,v 1.1 1999/01/11 05:13:21 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
void
diff --git a/src/stubs/setfntauth.c b/src/stubs/setfntauth.c
index b0eb94e..843f155 100644
--- a/src/stubs/setfntauth.c
+++ b/src/stubs/setfntauth.c
@@ -1,5 +1,8 @@
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
int
diff --git a/src/stubs/stfntcfnt.c b/src/stubs/stfntcfnt.c
index 7cfa12d..c062677 100644
--- a/src/stubs/stfntcfnt.c
+++ b/src/stubs/stfntcfnt.c
@@ -1,5 +1,8 @@
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
int
diff --git a/src/stubs/xpstubs.c b/src/stubs/xpstubs.c
index 5ac9117..4449153 100644
--- a/src/stubs/xpstubs.c
+++ b/src/stubs/xpstubs.c
@@ -4,6 +4,9 @@
stub for XpClient* functions.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "stubs.h"
Bool