summaryrefslogtreecommitdiff
path: root/include/xorg-config.h.in
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-07-08 19:55:53 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-07-08 19:55:53 +0200
commit39b2f7b2182aedb1ab45415efb4c263012ace512 (patch)
tree9e30c2c5bbe69bc6dda6064994fe4c3ebaf20131 /include/xorg-config.h.in
parent63f13e01ee6e7df1753f2113f4cff9538596be0a (diff)
Bug #3042: Use autoconf to get the correct name of a struct member.
This allows us to remove the kernel version ifdefs from the code, which are ugly and broken.
Diffstat (limited to 'include/xorg-config.h.in')
-rw-r--r--include/xorg-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in
index a5074f6e1..e43d1d13f 100644
--- a/include/xorg-config.h.in
+++ b/include/xorg-config.h.in
@@ -106,4 +106,7 @@
/* Has backtrace support */
#undef HAVE_BACKTRACE
+/* Name of the period field in struct kbd_repeat */
+#undef LNX_KBD_PERIOD_NAME
+
#endif /* _XORG_CONFIG_H_ */