xkb-config.h revision 50d8ec9f
1/* include/xkb-config.h. Generated from xkb-config.h.in by configure. */ 2/* xkb-config.h.in: not at all generated. -*- c -*- 3 * 4 */ 5 6#ifndef _XKB_CONFIG_H_ 7#define _XKB_CONFIG_H_ 8 9/* Default set of XKB rules. */ 10#define __XKBDEFRULES__ "xorg" 11 12/* 13 * the following definitions are provided by a combination of 14 * bsd.x11.mk and external/mit/xorg/server/xorg-server/xkb/Makefile 15 */ 16 17/* Path to XKB definitions. */ 18/* #define XKB_BASE_DIRECTORY "/usr/local/share/X11/xkb" */ 19 20/* Path to xkbcomp. */ 21/* #define XKB_BIN_DIRECTORY "/usr/local/bin" */ 22 23/* XKB output dir for compiled keymaps. */ 24/* #define XKM_OUTPUT_DIR "/usr/local/share/X11/xkb/compiled/" */ 25 26/* Do not have `strcasecmp'. */ 27/* #undef NEED_STRCASECMP */ 28 29#endif /* _XKB_CONFIG_H_ */ 30