diff src/config.in @ 74878:c34f8b541f72

nt/ChangeLog
author Eli Zaretskii <eliz@gnu.org>
date Sun, 24 Dec 2006 07:22:49 +0000
parents 1b8ea6fcd267
children 3d45362f1d38 17e0dd217877 bc10a33dd40b
line wrap: on
line diff
--- a/src/config.in	Sun Dec 24 07:22:10 2006 +0000
+++ b/src/config.in	Sun Dec 24 07:22:49 2006 +0000
@@ -121,6 +121,10 @@
    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 @@
 
 /* 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 */