blob: 8dc80b6c530d029b47ec1a151bcc4e1130255fd3 (
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
|
/* 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 __XKBDEFRULES__ "xorg"
/* Path to XKB definitions. */
#define XKB_BASE_DIRECTORY "/usr/local/share/X11/xkb"
/* Path to xkbcomp. */
#define XKB_BIN_DIRECTORY "/usr/local/bin"
/* XKB output dir for compiled keymaps. */
#define XKM_OUTPUT_DIR "/usr/local/share/X11/xkb/compiled/"
/* Do not have `strcasecmp'. */
/* #undef NEED_STRCASECMP */
#endif /* _XKB_CONFIG_H_ */
|