summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-18 20:27:59 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-18 20:27:59 +0000
commit742d1149a10b083ef83cd8c01a20e4352d88fd4f (patch)
tree4e1d4fb961100cbf73c86b5a2a724ea059df90e1
parent11c15dc3c057cd3ec90867d2b7a494e6d4523fbb (diff)
downloadxorg-lib-libXp-742d1149a10b083ef83cd8c01a20e4352d88fd4f.tar.gz
-rw-r--r--src/XpAttr.c3
-rw-r--r--src/XpContext.c3
-rw-r--r--src/XpDoc.c3
-rw-r--r--src/XpExtUtil.c3
-rw-r--r--src/XpExtVer.c3
-rw-r--r--src/XpGetData.c3
-rw-r--r--src/XpImageRes.c3
-rw-r--r--src/XpInput.c3
-rw-r--r--src/XpJob.c3
-rw-r--r--src/XpLocale.c3
-rw-r--r--src/XpNotifyPdm.c3
-rw-r--r--src/XpPage.c3
-rw-r--r--src/XpPageDim.c3
-rw-r--r--src/XpPrinter.c3
-rw-r--r--src/XpPutData.c3
-rw-r--r--src/XpScreens.c3
16 files changed, 48 insertions, 0 deletions
diff --git a/src/XpAttr.c b/src/XpAttr.c
index 6c1839e..9e1fbfd 100644
--- a/src/XpAttr.c
+++ b/src/XpAttr.c
@@ -38,6 +38,9 @@
#define NEED_REPLIES
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"
diff --git a/src/XpContext.c b/src/XpContext.c
index 00dfd2e..fc3da9c 100644
--- a/src/XpContext.c
+++ b/src/XpContext.c
@@ -38,6 +38,9 @@
#define NEED_REPLIES
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"
diff --git a/src/XpDoc.c b/src/XpDoc.c
index 84f6e83..3fb4ad5 100644
--- a/src/XpDoc.c
+++ b/src/XpDoc.c
@@ -36,6 +36,9 @@
*****************************************************************************/
/* $XFree86: xc/lib/Xp/XpDoc.c,v 1.3 2001/01/17 19:43:01 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"
diff --git a/src/XpExtUtil.c b/src/XpExtUtil.c
index 5a40d84..4523e6d 100644
--- a/src/XpExtUtil.c
+++ b/src/XpExtUtil.c
@@ -38,6 +38,9 @@
#define NEED_EVENTS
#define NEED_REPLIES
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
diff --git a/src/XpExtVer.c b/src/XpExtVer.c
index b2c497a..32227e8 100644
--- a/src/XpExtVer.c
+++ b/src/XpExtVer.c
@@ -38,6 +38,9 @@
#define NEED_REPLIES
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"
diff --git a/src/XpGetData.c b/src/XpGetData.c
index 13adf12..b495021 100644
--- a/src/XpGetData.c
+++ b/src/XpGetData.c
@@ -38,6 +38,9 @@
#define NEED_REPLIES
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"
diff --git a/src/XpImageRes.c b/src/XpImageRes.c
index 711691a..5b7a5c4 100644
--- a/src/XpImageRes.c
+++ b/src/XpImageRes.c
@@ -39,6 +39,9 @@
#define NEED_REPLIES
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"
diff --git a/src/XpInput.c b/src/XpInput.c
index 9a112a2..0991895 100644
--- a/src/XpInput.c
+++ b/src/XpInput.c
@@ -38,6 +38,9 @@
#define NEED_REPLIES
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"
diff --git a/src/XpJob.c b/src/XpJob.c
index 677bcb3..1ad7e30 100644
--- a/src/XpJob.c
+++ b/src/XpJob.c
@@ -40,6 +40,9 @@
#define __EXTENSIONS__
#endif
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include <X11/Xos.h>
diff --git a/src/XpLocale.c b/src/XpLocale.c
index 204a863..ef7c5fb 100644
--- a/src/XpLocale.c
+++ b/src/XpLocale.c
@@ -36,6 +36,9 @@
*****************************************************************************/
/* $XFree86: xc/lib/Xp/XpLocale.c,v 1.4 2001/01/17 19:43:02 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"
diff --git a/src/XpNotifyPdm.c b/src/XpNotifyPdm.c
index fed4911..feb62f0 100644
--- a/src/XpNotifyPdm.c
+++ b/src/XpNotifyPdm.c
@@ -43,6 +43,9 @@
*****************************************************************************/
/* $XFree86: xc/lib/Xp/XpNotifyPdm.c,v 1.7tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Print.h>
#include <X11/Xlibint.h>
#include <X11/Xutil.h>
diff --git a/src/XpPage.c b/src/XpPage.c
index 4388007..886bc57 100644
--- a/src/XpPage.c
+++ b/src/XpPage.c
@@ -36,6 +36,9 @@
*****************************************************************************/
/* $XFree86: xc/lib/Xp/XpPage.c,v 1.4 2001/12/19 21:28:44 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"
diff --git a/src/XpPageDim.c b/src/XpPageDim.c
index 175cc89..61ef28a 100644
--- a/src/XpPageDim.c
+++ b/src/XpPageDim.c
@@ -38,6 +38,9 @@
#define NEED_REPLIES
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"
diff --git a/src/XpPrinter.c b/src/XpPrinter.c
index 8e16121..7ed33b7 100644
--- a/src/XpPrinter.c
+++ b/src/XpPrinter.c
@@ -38,6 +38,9 @@
#define NEED_REPLIES
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"
diff --git a/src/XpPutData.c b/src/XpPutData.c
index 5174d71..76ff635 100644
--- a/src/XpPutData.c
+++ b/src/XpPutData.c
@@ -36,6 +36,9 @@
*****************************************************************************/
/* $XFree86: xc/lib/Xp/XpPutData.c,v 1.3 2001/01/17 19:43:02 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"
diff --git a/src/XpScreens.c b/src/XpScreens.c
index d4d0f5d..dd30ed3 100644
--- a/src/XpScreens.c
+++ b/src/XpScreens.c
@@ -38,6 +38,9 @@
#define NEED_REPLIES
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/extensions/Printstr.h>
#include <X11/Xlibint.h>
#include "XpExtUtil.h"