Mercurial > emacs
changeset 63096:84d3b98828a4
added HAVE_CANCELMENUTRACKING
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Mon, 06 Jun 2005 20:18:38 +0000 |
parents | 77fa0f6c686d |
children | 0d46ecee3dbc |
files | src/config.in |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/config.in Mon Jun 06 20:18:11 2005 +0000 +++ b/src/config.in Mon Jun 06 20:18:38 2005 +0000 @@ -96,6 +96,9 @@ /* 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 @@ /* 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. */