File: xkb-config.h.in

package info (click to toggle)
xwayland 2%3A24.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,656 kB
  • sloc: ansic: 202,932; xml: 6,578; sh: 208; makefile: 21
file content (32 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* 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_ */