diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-18 15:48:57 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-18 15:48:57 +0000 |
commit | 8a7d9183284d1bb24525df36d452777e70193bb4 (patch) | |
tree | 58fb6aa2eed11499bc3cb9a32114eabc18d4742d /src | |
parent | 73d798d5ae728a2cbc8eacf9cca8ddc618064f69 (diff) | |
download | emacs-8a7d9183284d1bb24525df36d452777e70193bb4.tar.gz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index b3fefc18853..2ed107fc288 100644 --- a/src/config.in +++ b/src/config.in @@ -859,6 +859,12 @@ Boston, MA 02110-1301, USA. */ /* Define to 1 if using GTK. */ #undef USE_GTK +/* Define to 1 if using the Lucid X toolkit. */ +#undef USE_LUCID + +/* Define to 1 if using the Motif X toolkit. */ +#undef USE_MOTIF + /* Define to 1 if we should use toolkit scroll bars. */ #undef USE_TOOLKIT_SCROLL_BARS |