From: Jan Djärv Date: Mon, 6 Jun 2005 20:18:38 +0000 (+0000) Subject: added HAVE_CANCELMENUTRACKING X-Git-Tag: emacs-pretest-22.0.90~9235 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6f4bf4882f49bcfe6812f1d43ebcb0051c9a9ea;p=emacs.git added HAVE_CANCELMENUTRACKING --- 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. */ /* 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. */