# HG changeset patch # User Jan Dj¸«£rv # Date 1118089118 0 # Node ID 84d3b98828a4ac490da3ac978cc72cce2a753994 # Parent 77fa0f6c686d91e33ac2a78f9287fd50e2c40664 added HAVE_CANCELMENUTRACKING diff -r 77fa0f6c686d -r 84d3b98828a4 src/config.in --- 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. */