diff options
author | root <root@zombrain.(none)> | 2011-07-25 08:54:41 (GMT) |
---|---|---|
committer | root <root@zombrain.(none)> | 2011-07-25 08:54:41 (GMT) |
commit | ab4fcaad149d4bdccefa8f693c2a8e044b40dd4c (patch) | |
tree | c95c280caabc70e7aedbde723e38820047357be7 /include/xkb-config.h.in |
initial state (xorg-server 1.10.2)
Diffstat (limited to 'include/xkb-config.h.in')
-rw-r--r-- | include/xkb-config.h.in | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/include/xkb-config.h.in b/include/xkb-config.h.in new file mode 100644 index 0000000..d3cdd19 --- /dev/null +++ b/include/xkb-config.h.in @@ -0,0 +1,35 @@ +/* xkb-config.h.in: not at all generated. -*- c -*- + * + */ + +#ifndef _XKB_CONFIG_H_ +#define _XKB_CONFIG_H_ + +/* Default set of XKB rules. */ +#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 + +/* Path to XKB definitions. */ +#undef XKB_BASE_DIRECTORY + +/* Path to xkbcomp. */ +#undef XKB_BIN_DIRECTORY + +/* XKB output dir for compiled keymaps. */ +#undef XKM_OUTPUT_DIR + +/* Do not have `strcasecmp'. */ +#undef NEED_STRCASECMP + +#endif /* _XKB_CONFIG_H_ */ |