diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-01-14 20:49:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-01-14 20:49:02 +0000 |
commit | 332defa5d8762e8c04e4e707c08ae3893173581f (patch) | |
tree | 3d1096bd168085fd8eac02831142c2466f9b2d26 /lib/libXt/config.h.in | |
parent | c6b1589c2baee04df73cce89e6ffdaabe9a91a87 (diff) |
Update to libXt 1.2.0. Tested by tb@
Diffstat (limited to 'lib/libXt/config.h.in')
-rw-r--r-- | lib/libXt/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libXt/config.h.in b/lib/libXt/config.h.in index 0cc7e012e..ea9ac7d97 100644 --- a/lib/libXt/config.h.in +++ b/lib/libXt/config.h.in @@ -82,5 +82,11 @@ /* Define to 1 to use XKB for keysym resolution. */ #undef XKB +/* Define to 1 to enable geo-tattler traces. */ +#undef XT_GEO_TATTLER + +/* Define to 1 to use standard C const feature. */ +#undef _CONST_X_STRING + /* app default data directory */ #undef appdefaultdir |