diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-13 22:53:36 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-13 22:53:36 +0000 |
commit | 7eee605e3aeed549d1053325a03027c5e8cbf71b (patch) | |
tree | 3cea3cc392af388deb1b7ded8b50889008ca2a6f /modules/lc/xlocale | |
parent | 6769ccda88caf27d1441d335ef2b318a047a612b (diff) |
- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...>XORG-6_8_99_7
- For Xcomposite and Xdamage, don't link the build system out of the xc tree
- Link the public X11 headers into their own directory
- Add links to XKeysymDB and XErrorDB
- Add links to all the Xlib man pages
- Add links to the lcUniConv subdirectory
- Conditionally include config.h in Xlib source
Diffstat (limited to 'modules/lc/xlocale')
-rw-r--r-- | modules/lc/xlocale/lcEuc.c | 3 | ||||
-rw-r--r-- | modules/lc/xlocale/lcJis.c | 3 | ||||
-rw-r--r-- | modules/lc/xlocale/lcSjis.c | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/modules/lc/xlocale/lcEuc.c b/modules/lc/xlocale/lcEuc.c index 183751f..1b54508 100644 --- a/modules/lc/xlocale/lcEuc.c +++ b/modules/lc/xlocale/lcEuc.c @@ -41,6 +41,9 @@ OF THIS SOFTWARE. #ifdef X_LOCALE +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xlibint.h" #include "XlcGeneric.h" diff --git a/modules/lc/xlocale/lcJis.c b/modules/lc/xlocale/lcJis.c index 9f93773..bdd46e3 100644 --- a/modules/lc/xlocale/lcJis.c +++ b/modules/lc/xlocale/lcJis.c @@ -34,6 +34,9 @@ #ifdef X_LOCALE +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xlibint.h" #include "XlcGeneric.h" #include <stdio.h> diff --git a/modules/lc/xlocale/lcSjis.c b/modules/lc/xlocale/lcSjis.c index 17e33d5..6adb294 100644 --- a/modules/lc/xlocale/lcSjis.c +++ b/modules/lc/xlocale/lcSjis.c @@ -46,6 +46,9 @@ OR PERFORMANCE OF THIS SOFTWARE. #ifdef X_LOCALE +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xlibint.h" #include "XlcGeneric.h" |