diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-18 18:52:39 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-18 18:52:39 +0000 |
commit | dc7cb253ba14b78ef0f863995bd0fc5a6a0ee017 (patch) | |
tree | eb87d62679fdb06d6cab16d1e16600550a3f62b2 /src | |
parent | 279e13a6a36bfeb3c8aa4272fdd6d4bcef9723a6 (diff) |
- Link Xext to /lib/Xext/src rather than /lib/XextXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
- Conditionally include config.h in Xext source
- Remove unnecessary include of ImUtil.h from XShm.c
Diffstat (limited to 'src')
-rw-r--r-- | src/DPMS.c | 3 | ||||
-rw-r--r-- | src/MITMisc.c | 3 | ||||
-rw-r--r-- | src/XAppgroup.c | 3 | ||||
-rw-r--r-- | src/XEVI.c | 3 | ||||
-rw-r--r-- | src/XLbx.c | 3 | ||||
-rw-r--r-- | src/XMultibuf.c | 3 | ||||
-rw-r--r-- | src/XSecurity.c | 3 | ||||
-rw-r--r-- | src/XShape.c | 3 | ||||
-rw-r--r-- | src/XShm.c | 4 | ||||
-rw-r--r-- | src/XSync.c | 3 | ||||
-rw-r--r-- | src/XTestExt1.c | 3 | ||||
-rw-r--r-- | src/Xcup.c | 3 | ||||
-rw-r--r-- | src/Xdbe.c | 3 | ||||
-rw-r--r-- | src/extutil.c | 3 | ||||
-rw-r--r-- | src/globals.c | 3 |
15 files changed, 45 insertions, 1 deletions
@@ -33,6 +33,9 @@ Equipment Corporation. */ #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xlibint.h> #include <X11/extensions/dpms.h> #include <X11/extensions/dpmsstr.h> diff --git a/src/MITMisc.c b/src/MITMisc.c index 4554ec4..c0fa872 100644 --- a/src/MITMisc.c +++ b/src/MITMisc.c @@ -29,6 +29,9 @@ in this Software without prior written authorization from The Open Group. /* RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM BLESSING */ #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xlibint.h> #include <X11/extensions/MITMisc.h> #include <X11/extensions/mitmiscstr.h> diff --git a/src/XAppgroup.c b/src/XAppgroup.c index 299e20f..2ca3e4d 100644 --- a/src/XAppgroup.c +++ b/src/XAppgroup.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. /* $Xorg: XAppgroup.c,v 1.5 2001/02/09 02:03:49 xorgcvs Exp $ */ #ifdef WIN32 +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xwindows.h> #endif @@ -24,6 +24,9 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. /* $XFree86$ */ #define NEED_EVENTS #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xlibint.h> #include <X11/extensions/XEVI.h> #include <X11/extensions/XEVIstr.h> @@ -26,6 +26,9 @@ #define NEED_EVENTS #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <X11/Xlibint.h> #include <X11/extensions/XLbx.h> diff --git a/src/XMultibuf.c b/src/XMultibuf.c index 61af605..3e0049e 100644 --- a/src/XMultibuf.c +++ b/src/XMultibuf.c @@ -29,6 +29,9 @@ in this Software without prior written authorization from The Open Group. #define NEED_EVENTS #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xlibint.h> #include <stdio.h> #include <X11/extensions/Xext.h> diff --git a/src/XSecurity.c b/src/XSecurity.c index 4842744..161ade3 100644 --- a/src/XSecurity.c +++ b/src/XSecurity.c @@ -26,6 +26,9 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/lib/Xext/XSecurity.c,v 1.5 2002/10/16 00:37:27 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xlibint.h> #include <stdio.h> #include <X11/extensions/Xext.h> diff --git a/src/XShape.c b/src/XShape.c index 21a3076..661ad9f 100644 --- a/src/XShape.c +++ b/src/XShape.c @@ -28,6 +28,9 @@ in this Software without prior written authorization from The Open Group. /* $XFree86: xc/lib/Xext/XShape.c,v 1.3 2002/10/16 00:37:27 dawes Exp $ */ #define NEED_EVENTS #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xlibint.h> #include <X11/Xutil.h> #include "region.h" /* in Xlib sources */ @@ -31,13 +31,15 @@ in this Software without prior written authorization from The Open Group. #define NEED_EVENTS #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <X11/Xlibint.h> #include <X11/extensions/XShm.h> #include <X11/extensions/shmstr.h> #include <X11/extensions/Xext.h> #include <X11/extensions/extutil.h> -#include "ImUtil.h" static XExtensionInfo _shm_info_data; static XExtensionInfo *shm_info = &_shm_info_data; diff --git a/src/XSync.c b/src/XSync.c index ec68f49..61f8600 100644 --- a/src/XSync.c +++ b/src/XSync.c @@ -52,6 +52,9 @@ PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ /* $XFree86: xc/lib/Xext/XSync.c,v 1.7tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #define NEED_EVENTS #define NEED_REPLIES diff --git a/src/XTestExt1.c b/src/XTestExt1.c index 5bb3c47..ee4a0bd 100644 --- a/src/XTestExt1.c +++ b/src/XTestExt1.c @@ -60,6 +60,9 @@ University of California. #define NEED_REPLIES #define NEED_EVENTS +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <X11/Xproto.h> #include <X11/Xlibint.h> @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. /* $Xorg: Xcup.c,v 1.5 2001/02/09 02:03:49 xorgcvs Exp $ */ #ifdef WIN32 +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xwindows.h> #endif @@ -34,6 +34,9 @@ #define NEED_EVENTS #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <X11/Xlibint.h> #include <X11/extensions/Xext.h> diff --git a/src/extutil.c b/src/extutil.c index 2950d57..d96b17f 100644 --- a/src/extutil.c +++ b/src/extutil.c @@ -47,6 +47,9 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/lib/Xext/extutil.c,v 1.5 2002/10/16 00:37:27 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <X11/Xlibint.h> #include <X11/extensions/Xext.h> diff --git a/src/globals.c b/src/globals.c index b59d3c5..0cd5d26 100644 --- a/src/globals.c +++ b/src/globals.c @@ -31,6 +31,9 @@ from The Open Group. /* * This file should contain only those objects which must be predefined. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xlib.h> #include <X11/extensions/Xext.h> #include <stddef.h> /* for definition of NULL */ |