summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-01-21 14:45:06 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-01-21 14:45:06 -0800
commit3208eff2d7b856a4ac0d650498ccb36e7e62e034 (patch)
treef58447e44ed9e12b8d38432bf6024c5b86cda225 /include
parentcdf216aa17b776130a91fa6792c321620e810a18 (diff)
Update xorg-server.h.in & Xnest to use new XKB default #defines
Diffstat (limited to 'include')
-rw-r--r--include/xorg-server.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in
index 4cf1bbf0e..57b8a82a2 100644
--- a/include/xorg-server.h.in
+++ b/include/xorg-server.h.in
@@ -106,7 +106,10 @@
/* Enable XKB per default */
#undef XKB_DFLT_DISABLED
-/* Build XKB server */
+/* XKB default rules */
+#undef XKB_DFLT_RULES
+
+/* Build XKB support in server */
#undef XKB_IN_SERVER
/* Support loadable input and output drivers */
@@ -160,9 +163,6 @@
/* Location of configuration file */
#undef __XCONFIGFILE__
-/* XKB default rules */
-#undef __XKBDEFRULES__
-
/* Name of X server */
#undef __XSERVERNAME__