diff options
| author | Gerd Moellmann | 2000-06-26 15:39:03 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-26 15:39:03 +0000 |
| commit | 5b01f1a918583ae34c58b220899c81e5042f7182 (patch) | |
| tree | 2e358ee24fe48aaa5a052f6b82cda6ee47c1f738 /src | |
| parent | c6f7dae8280565b3f2b357967787d3d1849ee499 (diff) | |
| download | emacs-5b01f1a918583ae34c58b220899c81e5042f7182.tar.gz emacs-5b01f1a918583ae34c58b220899c81e5042f7182.zip | |
(USE_XIM): New define.
Diffstat (limited to 'src')
| -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. */ | |||
| 89 | /* Define if we should use toolkit scroll bars. */ | 89 | /* Define if we should use toolkit scroll bars. */ |
| 90 | #undef USE_TOOLKIT_SCROLL_BARS | 90 | #undef USE_TOOLKIT_SCROLL_BARS |
| 91 | 91 | ||
| 92 | /* Define if we should use XIM, if it is available. */ | ||
| 93 | #undef USE_XIM | ||
| 94 | |||
| 92 | /* Define if netdb.h declares h_errno. */ | 95 | /* Define if netdb.h declares h_errno. */ |
| 93 | #undef HAVE_H_ERRNO | 96 | #undef HAVE_H_ERRNO |
| 94 | 97 | ||