comparison src/config.in @ 5631:702023e6a5e3

Add #undef for USE_X_TOOLKIT.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Jan 1994 04:15:49 +0000
parents 0c61ca168642
children 97416e471462
comparison
equal deleted inserted replaced
5630:374b344ce3b6 5631:702023e6a5e3
44 #undef HAVE_X_WINDOWS 44 #undef HAVE_X_WINDOWS
45 45
46 /* Define HAVE_X11 if you want to use version 11 of X windows. 46 /* Define HAVE_X11 if you want to use version 11 of X windows.
47 Otherwise, Emacs expects to use version 10. */ 47 Otherwise, Emacs expects to use version 10. */
48 #undef HAVE_X11 48 #undef HAVE_X11
49
50 /* Define if using an X toolkit. */
51 #undef USE_X_TOOLKIT
49 52
50 /* Define this if you're using XFree386. */ 53 /* Define this if you're using XFree386. */
51 #undef HAVE_XFREE386 54 #undef HAVE_XFREE386
52 55
53 /* 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.