comparison src/config.in @ 7489:303a2e277819

(HAVE_X11XTR6): Add #undef.
author Richard M. Stallman <rms@gnu.org>
date Fri, 13 May 1994 21:01:29 +0000
parents cd81dba38a49
children 1b8c1fd547e5
comparison
equal deleted inserted replaced
7488:9c2205991ff5 7489:303a2e277819
55 55
56 /* Define HAVE_X_MENU if you want to use the X window menu system. 56 /* Define HAVE_X_MENU if you want to use the X window menu system.
57 This appears to work on some machines that support X 57 This appears to work on some machines that support X
58 and not on others. */ 58 and not on others. */
59 #undef HAVE_X_MENU 59 #undef HAVE_X_MENU
60
61 /* Define if we have the X11R6 or newer version of Xt. */
62 #undef HAVE_X11XTR6
60 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
64 #endif 67 #endif