blob: 7b6a671b8c8c5eb52b8de4453d7cc8d56c45e2a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
/* xkb-config.h.in: not at all generated. -*- c -*-
*
*/
#ifndef _XKB_CONFIG_H_
#define _XKB_CONFIG_H_
/* Default set of XKB rules. */
#undef XKB_DFLT_RULES
/* Default XKB model. */
#undef XKB_DFLT_MODEL
/* Default XKB layout. */
#undef XKB_DFLT_LAYOUT
/* Default XKB variant. */
#undef XKB_DFLT_VARIANT
/* Default XKB options. */
#undef XKB_DFLT_OPTIONS
/* Path to XKB definitions. */
#undef XKB_BASE_DIRECTORY
/* Path to xkbcomp. */
#undef XKB_BIN_DIRECTORY
/* XKB output dir for compiled keymaps. */
#undef XKM_OUTPUT_DIR
#endif /* _XKB_CONFIG_H_ */
|