aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2005-06-06 20:18:38 +0000
committerJan Djärv2005-06-06 20:18:38 +0000
commita6f4bf4882f49bcfe6812f1d43ebcb0051c9a9ea (patch)
treee1afbcb01c0e23d83f2b4ac142f88bc01257731c
parent7c9e516791f75909baf7269df5c1baa2ccc20f1d (diff)
downloademacs-a6f4bf4882f49bcfe6812f1d43ebcb0051c9a9ea.tar.gz
emacs-a6f4bf4882f49bcfe6812f1d43ebcb0051c9a9ea.zip
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 6939ff2577c..93ee6488e0c 100644
--- a/src/config.in
+++ b/src/config.in
@@ -96,6 +96,9 @@ Boston, MA 02111-1307, USA. */
96/* Define to 1 if you have the `bzero' function. */ 96/* Define to 1 if you have the `bzero' function. */
97#undef HAVE_BZERO 97#undef HAVE_BZERO
98 98
99/* Define to 1 if CancelMenuTracking is available (Mac OSX). */
100#undef HAVE_CANCELMENUTRACKING
101
99/* Define to 1 if you are using the Carbon API on Mac OS X. */ 102/* Define to 1 if you are using the Carbon API on Mac OS X. */
100#undef HAVE_CARBON 103#undef HAVE_CARBON
101 104
@@ -782,9 +785,9 @@ Boston, MA 02111-1307, USA. */
782/* If using the C implementation of alloca, define if you know the 785/* If using the C implementation of alloca, define if you know the
783 direction of stack growth for your system; otherwise it will be 786 direction of stack growth for your system; otherwise it will be
784 automatically deduced at run-time. 787 automatically deduced at run-time.
785 STACK_DIRECTION > 0 => grows toward higher addresses 788 STACK_DIRECTION > 0 => grows toward higher addresses
786 STACK_DIRECTION < 0 => grows toward lower addresses 789 STACK_DIRECTION < 0 => grows toward lower addresses
787 STACK_DIRECTION = 0 => direction of growth unknown */ 790 STACK_DIRECTION = 0 => direction of growth unknown */
788#undef STACK_DIRECTION 791#undef STACK_DIRECTION
789 792
790/* Define to 1 if you have the ANSI C header files. */ 793/* Define to 1 if you have the ANSI C header files. */