blob: 2d6713a5e2491c63449ddf446312a7372f4225dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* xkb-config.h.in: not at all generated. -*- c -*-
*
*/
#ifndef _XKB_CONFIG_H_
#define _XKB_CONFIG_H_
/* Default set of XKB rules. */
#undef __XKBDEFRULES__
/* Path to XKB definitions. */
#undef XKB_BASE_DIRECTORY
#endif /* _XKB_CONFIG_H_ */
|