diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-08 12:20:48 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-08 12:20:48 +0000 |
commit | ca9af72c4f2136d12227a7761f8963ec23ecbd64 (patch) | |
tree | 3468e497065da090767c30e4be2c9312726bafd4 /app/xterm/xtermcfg.h | |
parent | 44f352c57ed103ad391992fdd93821e97f5ef4f2 (diff) |
Update to xterm 258. lightly tested by krw@, thanks.
Diffstat (limited to 'app/xterm/xtermcfg.h')
-rw-r--r-- | app/xterm/xtermcfg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/xterm/xtermcfg.h b/app/xterm/xtermcfg.h index 2b91e9374..f212655fd 100644 --- a/app/xterm/xtermcfg.h +++ b/app/xterm/xtermcfg.h @@ -80,11 +80,14 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define HAVE_WCSWIDTH 1 /* AC_CHECK_FUNCS(wcswidth) */ #define HAVE_WCWIDTH 1 /* AC_CHECK_FUNCS(wcwidth) */ #define HAVE_X11_DECKEYSYM_H 1 /* AC_CHECK_HEADERS(X11/DECkeysym.h) */ +#define HAVE_X11_EXTENSIONS_XKB_H /* AC_CHECK_HEADERS(X11/extensions/XKB.h) */ #define HAVE_X11_SUNKEYSYM_H 1 /* AC_CHECK_HEADERS(X11/Sunkeysym.h) */ #define HAVE_X11_XF86KEYSYM_H 1 /* AC_CHECK_HEADERS(X11/XF86keysym.h) */ +#define HAVE_X11_XKBLIB_H /* AC_CHECK_HEADERS(X11/XKBlib.h) */ #define HAVE_X11_XPOLL_H 1 /* AC_CHECK_HEADERS(X11/Xpoll.h) */ #define HAVE_XFTDRAWSETCLIP 1 /* CF_X_FREETYPE */ #define HAVE_XFTDRAWSETCLIPRECTANGLES 1 /* CF_X_FREETYPE */ +#define HAVE_XKBQUERYEXTENSION /* AC_CHECK_FUNCS(XkbQueryExtension) */ #define HAVE_XKB_BELL_EXT 1 /* CF_XKB_BELL_EXT */ #define LUIT_PATH "/usr/X11R6/bin/luit" /* CF_ARG_ENABLE(luit) */ /* #undef NO_ACTIVE_ICON */ /* CF_ARG_DISABLE(active-icon) */ |