diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-05-06 08:02:19 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-05-06 08:02:19 +0000 |
commit | 1c9a39ee4e3406c83f21998673cbb00366b6142a (patch) | |
tree | 5aff6d9fcddb66f9a6bcc4db0e9e99258c41f1b2 /mac | |
parent | 2f13e358c8dd40eaccacdb75c75891ef60477d3d (diff) | |
download | emacs-1c9a39ee4e3406c83f21998673cbb00366b6142a.tar.gz |
[HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/inc/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mac/inc/config.h b/mac/inc/config.h index c996cce4bfd..c81db673cca 100644 --- a/mac/inc/config.h +++ b/mac/inc/config.h @@ -91,7 +91,9 @@ Boston, MA 02111-1307, USA. */ /* #undef HAVE_XAW3D */ /* Define if we should use toolkit scroll bars. */ -/* #undef USE_TOOLKIT_SCROLL_BARS */ +#ifdef HAVE_CARBON +#define USE_TOOLKIT_SCROLL_BARS 1 +#endif /* Define if we should use XIM, if it is available. */ /* #undef USE_XIM */ |