mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`
`git diff -w` & `git diff -b` show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2074>
32 lines
586 B
C
32 lines
586 B
C
/* 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
|
|
|
|
#endif /* _XKB_CONFIG_H_ */
|