From 1c9a39ee4e3406c83f21998673cbb00366b6142a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 6 May 2005 08:02:19 +0000 Subject: [PATCH] [HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS. --- mac/inc/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */ -- 2.39.2