2005-07-15 22:51:05 +00:00
|
|
|
/* xkb-config.h.in: not at all generated. -*- c -*-
|
2005-07-14 03:32:09 +00:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2005-07-15 22:51:05 +00:00
|
|
|
#ifndef _XKB_CONFIG_H_
|
|
|
|
|
#define _XKB_CONFIG_H_
|
|
|
|
|
|
2005-07-14 03:32:09 +00:00
|
|
|
/* Default set of XKB rules. */
|
2009-01-10 14:36:16 +02:00
|
|
|
#undef XKB_DFLT_RULES
|
|
|
|
|
|
|
|
|
|
/* Default XKB model. */
|
|
|
|
|
#undef XKB_DFLT_MODEL
|
|
|
|
|
|
|
|
|
|
/* Default XKB layout. */
|
|
|
|
|
#undef XKB_DFLT_LAYOUT
|
|
|
|
|
|
|
|
|
|
/* Default XKB variant. */
|
|
|
|
|
#undef XKB_DFLT_VARIANT
|
|
|
|
|
|
|
|
|
|
/* Default XKB options. */
|
|
|
|
|
#undef XKB_DFLT_OPTIONS
|
2005-07-14 03:32:09 +00:00
|
|
|
|
|
|
|
|
/* Path to XKB definitions. */
|
|
|
|
|
#undef XKB_BASE_DIRECTORY
|
2005-07-15 22:51:05 +00:00
|
|
|
|
2005-09-21 18:14:32 +00:00
|
|
|
/* Path to xkbcomp. */
|
|
|
|
|
#undef XKB_BIN_DIRECTORY
|
|
|
|
|
|
|
|
|
|
/* XKB output dir for compiled keymaps. */
|
|
|
|
|
#undef XKM_OUTPUT_DIR
|
|
|
|
|
|
2006-03-27 22:28:32 +00:00
|
|
|
/* Do not have `strcasecmp'. */
|
|
|
|
|
#undef NEED_STRCASECMP
|
|
|
|
|
|
2005-07-15 22:51:05 +00:00
|
|
|
#endif /* _XKB_CONFIG_H_ */
|