diff options
| author | Richard M. Stallman | 1994-01-19 04:15:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-19 04:15:49 +0000 |
| commit | 2ae4152014eb954ba6335448b819fd6522a55040 (patch) | |
| tree | 87a7f2d8ea07c01817bda237e40c77d1b43ae52e /src | |
| parent | 98dfba1b99f08c4111728627b73369c4f6736603 (diff) | |
| download | emacs-2ae4152014eb954ba6335448b819fd6522a55040.tar.gz emacs-2ae4152014eb954ba6335448b819fd6522a55040.zip | |
Add #undef for USE_X_TOOLKIT.
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 144d6e4e1f8..a0c2f29a0f7 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -47,6 +47,9 @@ and this notice must be preserved on all copies. */ | |||
| 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 | 49 | ||
| 50 | /* Define if using an X toolkit. */ | ||
| 51 | #undef USE_X_TOOLKIT | ||
| 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 | ||