From: Gerd Moellmann Date: Mon, 26 Jun 2000 15:39:03 +0000 (+0000) Subject: (USE_XIM): New define. X-Git-Tag: emacs-pretest-21.0.90~3062 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b01f1a918583ae34c58b220899c81e5042f7182;p=emacs.git (USE_XIM): New define. --- 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