diff options
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 |