libXfixes:moved to "simplified /usr"
[nyanlinux.git] / builders / xserver-sh-069ad69efe166105b8d2280bf2fb217d522b68a9 / contrib / xkb-config.h.in
blob75b5a9f31e66680d96ad18c75fd6ee6f1a800f21
1 #ifndef _XKB_CONFIG_H_
2 #define _XKB_CONFIG_H_
4 /* Default set of XKB rules. */
5 #define XKB_DFLT_RULES "evdev"
7 /* Default XKB model. */
8 #define XKB_DFLT_MODEL "pc105"
10 /* Default XKB layout. */
11 #define XKB_DFLT_LAYOUT "us"
13 /* Default XKB variant. */
14 #define XKB_DFLT_VARIANT ""
16 /* Default XKB options. */
17 #define XKB_DFLT_OPTIONS ""
19 /* Path to XKB definitions. */
20 #define XKB_BASE_DIRECTORY "@xkbbasedir@"
22 /* Path to xkbcomp. */
23 #define XKB_BIN_DIRECTORY "@xkbbindir@"
25 /* XKB output dir for compiled keymaps. */
26 #define XKM_OUTPUT_DIR "@xkmoutputdir@"
28 #endif /* _XKB_CONFIG_H_ */