aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2005-06-06 20:18:38 +0000
committerJan Djärv <[email protected]>2005-06-06 20:18:38 +0000
commita6f4bf4882f49bcfe6812f1d43ebcb0051c9a9ea (patch)
treee1afbcb01c0e23d83f2b4ac142f88bc01257731c
parent7c9e516791f75909baf7269df5c1baa2ccc20f1d (diff)
added HAVE_CANCELMENUTRACKING
-rw-r--r--src/config.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/config.in b/src/config.in
index 6939ff2577..93ee6488e0 100644
--- a/src/config.in
+++ b/src/config.in
@@ -96,6 +96,9 @@ Boston, MA 02111-1307, USA. */
/* Define to 1 if you have the `bzero' function. */
#undef HAVE_BZERO
+/* Define to 1 if CancelMenuTracking is available (Mac OSX). */
+#undef HAVE_CANCELMENUTRACKING
+
/* Define to 1 if you are using the Carbon API on Mac OS X. */
#undef HAVE_CARBON
@@ -782,9 +785,9 @@ Boston, MA 02111-1307, USA. */
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown */
+ STACK_DIRECTION > 0 => grows toward higher addresses
+ STACK_DIRECTION < 0 => grows toward lower addresses
+ STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION
/* Define to 1 if you have the ANSI C header files. */