diff options
| author | Richard M. Stallman | 1994-05-13 21:01:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-13 21:01:29 +0000 |
| commit | 3c024044cccf17e6c4a35ed4826f10aea650da48 (patch) | |
| tree | 72b22b41de215fcf76058d7856c656cc29a45baa /src | |
| parent | b036baefc43a4bbb30c456ec18d4b94f8b57d8d5 (diff) | |
| download | emacs-3c024044cccf17e6c4a35ed4826f10aea650da48.tar.gz emacs-3c024044cccf17e6c4a35ed4826f10aea650da48.zip | |
(HAVE_X11XTR6): Add #undef.
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 7d68e2b8bf0..ad920c7a86e 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -58,6 +58,9 @@ and this notice must be preserved on all copies. */ | |||
| 58 | and not on others. */ | 58 | and not on others. */ |
| 59 | #undef HAVE_X_MENU | 59 | #undef HAVE_X_MENU |
| 60 | 60 | ||
| 61 | /* Define if we have the X11R6 or newer version of Xt. */ | ||
| 62 | #undef HAVE_X11XTR6 | ||
| 63 | |||
| 61 | /* If we're using any sort of window system, define MULTI_FRAME. */ | 64 | /* If we're using any sort of window system, define MULTI_FRAME. */ |
| 62 | #ifdef HAVE_X_WINDOWS | 65 | #ifdef HAVE_X_WINDOWS |
| 63 | #define MULTI_FRAME | 66 | #define MULTI_FRAME |