diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-09-30 09:11:23 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-09-30 09:11:23 +0000 |
commit | e9291f09f44fadbfa84f567c33ed20a3192cb2d8 (patch) | |
tree | 766f1c460056037cb595cdd2b6201480f9b6923b /src/config.in | |
parent | 51f236e9f1d3559b521514e17167febdcd5fcef0 (diff) | |
download | emacs-e9291f09f44fadbfa84f567c33ed20a3192cb2d8.tar.gz |
Regenerated.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/config.in b/src/config.in index 7b604bb4e37..09f7be65b3b 100644 --- a/src/config.in +++ b/src/config.in @@ -124,10 +124,6 @@ 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 @@ -800,7 +796,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 runtime. + 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 */ |