aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mac/inc/config.h4
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. */
91/* #undef HAVE_XAW3D */ 91/* #undef HAVE_XAW3D */
92 92
93/* Define if we should use toolkit scroll bars. */ 93/* Define if we should use toolkit scroll bars. */
94/* #undef USE_TOOLKIT_SCROLL_BARS */ 94#ifdef HAVE_CARBON
95#define USE_TOOLKIT_SCROLL_BARS 1
96#endif
95 97
96/* Define if we should use XIM, if it is available. */ 98/* Define if we should use XIM, if it is available. */
97/* #undef USE_XIM */ 99/* #undef USE_XIM */