diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-12-24 07:22:49 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-12-24 07:22:49 +0000 |
commit | ed1281ecb9a6f9450fd95ddb8bafb24dd279ea94 (patch) | |
tree | f9c4c18f65dfc963321d0fda0031d8ac97b32764 /src/config.in | |
parent | 2126efcc179485b8a3a40e8b021b3466f8c5c6c1 (diff) | |
download | emacs-ed1281ecb9a6f9450fd95ddb8bafb24dd279ea94.tar.gz |
nt/ChangeLog
Diffstat (limited to 'src/config.in')
-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. */ don't. */ #undef HAVE_DECL_SYS_SIGLIST +/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. + */ +#undef HAVE_DECL_TZNAME + /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you don't. */ #undef HAVE_DECL___SYS_SIGLIST @@ -802,7 +806,7 @@ Boston, MA 02110-1301, 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. + automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ |