aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 09f7be65b3b..7b604bb4e37 100644
--- a/src/config.in
+++ b/src/config.in
@@ -124,6 +124,10 @@ Boston, MA 02110-1301, USA. */
124 don't. */ 124 don't. */
125#undef HAVE_DECL_SYS_SIGLIST 125#undef HAVE_DECL_SYS_SIGLIST
126 126
127/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
128 */
129#undef HAVE_DECL_TZNAME
130
127/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you 131/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
128 don't. */ 132 don't. */
129#undef HAVE_DECL___SYS_SIGLIST 133#undef HAVE_DECL___SYS_SIGLIST
@@ -796,7 +800,7 @@ Boston, MA 02110-1301, USA. */
796 800
797/* If using the C implementation of alloca, define if you know the 801/* If using the C implementation of alloca, define if you know the
798 direction of stack growth for your system; otherwise it will be 802 direction of stack growth for your system; otherwise it will be
799 automatically deduced at run-time. 803 automatically deduced at runtime.
800 STACK_DIRECTION > 0 => grows toward higher addresses 804 STACK_DIRECTION > 0 => grows toward higher addresses
801 STACK_DIRECTION < 0 => grows toward lower addresses 805 STACK_DIRECTION < 0 => grows toward lower addresses
802 STACK_DIRECTION = 0 => direction of growth unknown */ 806 STACK_DIRECTION = 0 => direction of growth unknown */