diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-06-26 15:39:03 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-06-26 15:39:03 +0000 |
commit | 5b01f1a918583ae34c58b220899c81e5042f7182 (patch) | |
tree | 2e358ee24fe48aaa5a052f6b82cda6ee47c1f738 /src/config.in | |
parent | c6f7dae8280565b3f2b357967787d3d1849ee499 (diff) | |
download | emacs-5b01f1a918583ae34c58b220899c81e5042f7182.tar.gz |
(USE_XIM): New define.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 230ae649f3c..0712edac13e 100644 --- a/src/config.in +++ b/src/config.in @@ -89,6 +89,9 @@ Boston, MA 02111-1307, USA. */ /* Define if we should use toolkit scroll bars. */ #undef USE_TOOLKIT_SCROLL_BARS +/* Define if we should use XIM, if it is available. */ +#undef USE_XIM + /* Define if netdb.h declares h_errno. */ #undef HAVE_H_ERRNO |