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.
This commit is contained in:
Tilman Sauerbeck
2006-07-08 19:55:53 +02:00
parent 63f13e01ee
commit 39b2f7b218
4 changed files with 32 additions and 66 deletions

View File

@@ -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_ */