diff options
| author | Eli Zaretskii | 2006-12-24 07:22:49 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-24 07:22:49 +0000 |
| commit | ed1281ecb9a6f9450fd95ddb8bafb24dd279ea94 (patch) | |
| tree | f9c4c18f65dfc963321d0fda0031d8ac97b32764 /src | |
| parent | 2126efcc179485b8a3a40e8b021b3466f8c5c6c1 (diff) | |
| download | emacs-ed1281ecb9a6f9450fd95ddb8bafb24dd279ea94.tar.gz emacs-ed1281ecb9a6f9450fd95ddb8bafb24dd279ea94.zip | |
nt/ChangeLog
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in index 7bf9c3e62e4..5d8ab82b0e5 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -121,6 +121,10 @@ Boston, MA 02110-1301, USA. */ | |||
| 121 | don't. */ | 121 | don't. */ |
| 122 | #undef HAVE_DECL_SYS_SIGLIST | 122 | #undef HAVE_DECL_SYS_SIGLIST |
| 123 | 123 | ||
| 124 | /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. | ||
| 125 | */ | ||
| 126 | #undef HAVE_DECL_TZNAME | ||
| 127 | |||
| 124 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you | 128 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you |
| 125 | don't. */ | 129 | don't. */ |
| 126 | #undef HAVE_DECL___SYS_SIGLIST | 130 | #undef HAVE_DECL___SYS_SIGLIST |
| @@ -802,7 +806,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 802 | 806 | ||
| 803 | /* If using the C implementation of alloca, define if you know the | 807 | /* If using the C implementation of alloca, define if you know the |
| 804 | direction of stack growth for your system; otherwise it will be | 808 | direction of stack growth for your system; otherwise it will be |
| 805 | automatically deduced at run-time. | 809 | automatically deduced at runtime. |
| 806 | STACK_DIRECTION > 0 => grows toward higher addresses | 810 | STACK_DIRECTION > 0 => grows toward higher addresses |
| 807 | STACK_DIRECTION < 0 => grows toward lower addresses | 811 | STACK_DIRECTION < 0 => grows toward lower addresses |
| 808 | STACK_DIRECTION = 0 => direction of growth unknown */ | 812 | STACK_DIRECTION = 0 => direction of growth unknown */ |