37 lines
857 B
C
37 lines
857 B
C
/* 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 "base"
|
|
|
|
/* Default XKB model. */
|
|
#define XKB_DFLT_MODEL "pc105"
|
|
|
|
/* 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 "/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_ */
|