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