]> code.delx.au - gnu-emacs/commitdiff
added HAVE_CANCELMENUTRACKING
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 6 Jun 2005 20:18:38 +0000 (20:18 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 6 Jun 2005 20:18:38 +0000 (20:18 +0000)
src/config.in

index 6939ff2577ce1e53a95f658c809202daf3cd56c0..93ee6488e0c4cdb31c152bd1d2cb5bb272a9be7c 100644 (file)
@@ -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. */