diff options
| author | Stefan Monnier | 2008-04-18 15:48:57 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-18 15:48:57 +0000 |
| commit | 8a7d9183284d1bb24525df36d452777e70193bb4 (patch) | |
| tree | 58fb6aa2eed11499bc3cb9a32114eabc18d4742d | |
| parent | 73d798d5ae728a2cbc8eacf9cca8ddc618064f69 (diff) | |
| download | emacs-8a7d9183284d1bb24525df36d452777e70193bb4.tar.gz emacs-8a7d9183284d1bb24525df36d452777e70193bb4.zip | |
*** empty log message ***
| -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. */ | |||
| 859 | /* Define to 1 if using GTK. */ | 859 | /* Define to 1 if using GTK. */ |
| 860 | #undef USE_GTK | 860 | #undef USE_GTK |
| 861 | 861 | ||
| 862 | /* Define to 1 if using the Lucid X toolkit. */ | ||
| 863 | #undef USE_LUCID | ||
| 864 | |||
| 865 | /* Define to 1 if using the Motif X toolkit. */ | ||
| 866 | #undef USE_MOTIF | ||
| 867 | |||
| 862 | /* Define to 1 if we should use toolkit scroll bars. */ | 868 | /* Define to 1 if we should use toolkit scroll bars. */ |
| 863 | #undef USE_TOOLKIT_SCROLL_BARS | 869 | #undef USE_TOOLKIT_SCROLL_BARS |
| 864 | 870 | ||