Last change
on this file was 17471, checked in by vboxsync, 16 years ago |
export to OSE
|
-
Property svn:eol-style
set to
native
|
File size:
615 bytes
|
Line | |
---|
1 | /* include/xkb-config.h. Generated from xkb-config.h.in by configure. */
|
---|
2 | /* xkb-config.h.in: not at all generated. -*- c -*-
|
---|
3 | *
|
---|
4 | */
|
---|
5 |
|
---|
6 | #ifndef _XKB_CONFIG_H_
|
---|
7 | #define _XKB_CONFIG_H_
|
---|
8 |
|
---|
9 | /* Default set of XKB rules. */
|
---|
10 | #define __XKBDEFRULES__ "xorg"
|
---|
11 |
|
---|
12 | /* Path to XKB definitions. */
|
---|
13 | #define XKB_BASE_DIRECTORY "/usr/local/share/X11/xkb"
|
---|
14 |
|
---|
15 | /* Path to xkbcomp. */
|
---|
16 | #define XKB_BIN_DIRECTORY "/usr/local/bin"
|
---|
17 |
|
---|
18 | /* XKB output dir for compiled keymaps. */
|
---|
19 | #define XKM_OUTPUT_DIR "/usr/local/share/X11/xkb/compiled/"
|
---|
20 |
|
---|
21 | /* Do not have `strcasecmp'. */
|
---|
22 | /* #undef NEED_STRCASECMP */
|
---|
23 |
|
---|
24 | #endif /* _XKB_CONFIG_H_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.