[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/config.in
From: |
Jan Djärv |
Subject: |
[Emacs-diffs] Changes to emacs/src/config.in |
Date: |
Mon, 06 Jun 2005 16:18:38 -0400 |
Index: emacs/src/config.in
diff -c emacs/src/config.in:1.208 emacs/src/config.in:1.209
*** emacs/src/config.in:1.208 Wed Apr 20 13:03:26 2005
--- emacs/src/config.in Mon Jun 6 20:18:38 2005
***************
*** 96,101 ****
--- 96,104 ----
/* 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,790 ****
/* 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 */
#undef STACK_DIRECTION
/* Define to 1 if you have the ANSI C header files. */
--- 785,793 ----
/* 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 */
#undef STACK_DIRECTION
/* Define to 1 if you have the ANSI C header files. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/config.in,
Jan Djärv <=