diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-08-25 18:58:44 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-08-25 18:58:44 +0000 |
commit | 22f880d38f6216541377416bf43500717467421c (patch) | |
tree | a5d1f236428371a90c8a1291dada7713d6a11cfd /app/xterm/xtermcfg.h | |
parent | 3ab81faaae1e1f849274d67a055629ebac26d1fe (diff) |
update to xterm 229. Tested on various architectures by aanriot@
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 bca94a487..6664e6cdb 100644 --- a/app/xterm/xtermcfg.h +++ b/app/xterm/xtermcfg.h @@ -81,6 +81,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define HAVE_WCWIDTH 1 /* AC_CHECK_FUNCS(wcwidth) */ #define HAVE_X11_DECKEYSYM_H 1 /* AC_CHECK_HEADERS(X11/DECkeysym.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_XPOLL_H 1 /* AC_CHECK_HEADERS(X11/Xpoll.h) */ #define HAVE_XFTDRAWSETCLIP 1 /* CF_X_FREETYPE */ #define HAVE_XFTDRAWSETCLIPRECTANGLES 1 /* CF_X_FREETYPE */ @@ -117,6 +118,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define OPT_PASTE64 0 /* CF_ARG_ENABLE(past64) */ /* #undef OPT_PC_COLORS */ /* CF_ARG_DISABLE(pc-color) */ #define OPT_PTY_HANDSHAKE 1 /* CF_ARG_ENABLE(pty-handshake) */ +/* #undef OPT_READLINE */ /* CF_ARG_ENABLE(readline-mouse) */ /* #undef OPT_SAME_NAME */ /* CF_ARG_DISABLE(samename) */ /* #undef OPT_SCO_FUNC_KEYS */ /* CF_ARG_ENABLE(sco-fkeys) */ #define OPT_SELECT_REGEX 1 /* CF_ARG_DISABLE(regex) */ @@ -169,6 +171,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #ifndef OPT_TRACE /* #undef OPT_TRACE */ /* CF_ARG_ENABLE(trace) */ +/* #undef OPT_TRACE_FLAGS */ /* ...no option */ #endif /* |