diff options
Diffstat (limited to 'src/config.in')
| -rw-r--r-- | src/config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/config.in b/src/config.in index dc66c234d03..5fb1f530d44 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -96,6 +96,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 96 | /* Define to 1 if you have the `bzero' function. */ | 96 | /* Define to 1 if you have the `bzero' function. */ |
| 97 | #undef HAVE_BZERO | 97 | #undef HAVE_BZERO |
| 98 | 98 | ||
| 99 | /* Define to 1 if CancelMenuTracking is available (Mac OSX). */ | ||
| 100 | #undef HAVE_CANCELMENUTRACKING | ||
| 101 | |||
| 99 | /* Define to 1 if you are using the Carbon API on Mac OS X. */ | 102 | /* Define to 1 if you are using the Carbon API on Mac OS X. */ |
| 100 | #undef HAVE_CARBON | 103 | #undef HAVE_CARBON |
| 101 | 104 | ||
| @@ -782,9 +785,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 782 | /* If using the C implementation of alloca, define if you know the | 785 | /* If using the C implementation of alloca, define if you know the |
| 783 | direction of stack growth for your system; otherwise it will be | 786 | direction of stack growth for your system; otherwise it will be |
| 784 | automatically deduced at run-time. | 787 | automatically deduced at run-time. |
| 785 | STACK_DIRECTION > 0 => grows toward higher addresses | 788 | STACK_DIRECTION > 0 => grows toward higher addresses |
| 786 | STACK_DIRECTION < 0 => grows toward lower addresses | 789 | STACK_DIRECTION < 0 => grows toward lower addresses |
| 787 | STACK_DIRECTION = 0 => direction of growth unknown */ | 790 | STACK_DIRECTION = 0 => direction of growth unknown */ |
| 788 | #undef STACK_DIRECTION | 791 | #undef STACK_DIRECTION |
| 789 | 792 | ||
| 790 | /* Define to 1 if you have the ANSI C header files. */ | 793 | /* Define to 1 if you have the ANSI C header files. */ |