diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-14 03:32:09 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-14 03:32:09 +0000 |
commit | 7375f4d13626bbba4204e2f08f41c212b2eed992 (patch) | |
tree | 644c1730c9ecdb4c92b64740b4e7788f6bbca7bc /include/xorg-config.h.in | |
parent | c582560c62fd8181b7521e470f118a59c418a95f (diff) |
Add support for Xnest
Diffstat (limited to 'include/xorg-config.h.in')
-rw-r--r-- | include/xorg-config.h.in | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index 77bc5566e..f4c25f13a 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -7,9 +7,10 @@ * */ -/* Normally this is guarded, but if we don't have dix-config.h, we're in some +/* Normally these are guarded, but if we don't have dix-config.h, we're in some * pretty serious trouble anyway. Consider this a canary. */ #include <dix-config.h> +#include <xkb-config.h> /* Building XFree86-based server. */ #undef XFree86Server @@ -32,9 +33,6 @@ /* Name of X server. */ #undef __XSERVERNAME__ -/* Default set of XKB rules. */ -#undef __XKBDEFRULES__ - /* URL to go to for support. */ #undef __VENDORDWEBSUPPORT__ @@ -62,9 +60,6 @@ /* Path to server log file. */ #undef DEFAULT_LOGPREFIX -/* Path to XKB definitions. */ -#undef XKB_BASE_DIRECTORY - /* Building DRI-capable DDX. */ #undef XORGDRI |