diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-19 04:15:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-19 04:15:49 +0000 |
commit | 2ae4152014eb954ba6335448b819fd6522a55040 (patch) | |
tree | 87a7f2d8ea07c01817bda237e40c77d1b43ae52e /src/config.in | |
parent | 98dfba1b99f08c4111728627b73369c4f6736603 (diff) | |
download | emacs-2ae4152014eb954ba6335448b819fd6522a55040.tar.gz |
Add #undef for USE_X_TOOLKIT.
Diffstat (limited to 'src/config.in')
-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 144d6e4e1f8..a0c2f29a0f7 100644 --- a/src/config.in +++ b/src/config.in @@ -47,6 +47,9 @@ and this notice must be preserved on all copies. */ Otherwise, Emacs expects to use version 10. */ #undef HAVE_X11 +/* Define if using an X toolkit. */ +#undef USE_X_TOOLKIT + /* Define this if you're using XFree386. */ #undef HAVE_XFREE386 |