aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include/xkb-config.h
blob: 7041656fe0215d3d6d0aaa19f99f85c59e58416c (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
33
/* include/xkb-config.h.  Generated from xkb-config.h.in by configure.  */
/* xkb-config.h.in: not at all generated.                      -*- c -*-
 * 
 */

#ifndef _XKB_CONFIG_H_
#define _XKB_CONFIG_H_

/* Default set of XKB rules. */
#define XKB_DFLT_RULES "xorg"

/* Default XKB model. */
#define XKB_DFLT_MODEL "pc104"

/* Default XKB layout. */
#define XKB_DFLT_LAYOUT "us"

/* Default XKB variant. */
#define XKB_DFLT_VARIANT ""

/* Default XKB options. */
#define XKB_DFLT_OPTIONS ""

/* Path to XKB definitions. */
#define XKB_BASE_DIRECTORY "xkbdata"

/* Path to xkbcomp. */
#define XKB_BIN_DIRECTORY "."

/* XKB output dir for compiled keymaps. */
#define XKM_OUTPUT_DIR "xkbdata/compiled/"

#endif /* _XKB_CONFIG_H_ */