aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2006-12-24 07:22:49 +0000
committerEli Zaretskii <[email protected]>2006-12-24 07:22:49 +0000
commited1281ecb9a6f9450fd95ddb8bafb24dd279ea94 (patch)
treef9c4c18f65dfc963321d0fda0031d8ac97b32764 /src
parent2126efcc179485b8a3a40e8b021b3466f8c5c6c1 (diff)
nt/ChangeLog
Diffstat (limited to 'src')
-rw-r--r--src/config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in
index 7bf9c3e62e..5d8ab82b0e 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 */