From d80b7d2e0b8864a06c6a452217273f926ed47fa1 Mon Sep 17 00:00:00 2001 From: das Date: Sun, 11 Nov 2007 05:23:06 +0000 Subject: autoheader-2.59 --- unix/tclConfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 75400b8..0dc1839 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -361,6 +361,9 @@ /* Are bytecode statistics enabled? */ #undef TCL_COMPILE_STATS +/* Are we cross-compiling? */ +#undef TCL_CROSS_COMPILE + /* Are we to override what our default encoding is? */ #undef TCL_DEFAULT_ENCODING @@ -376,6 +379,9 @@ /* What is the default extension for shared libraries? */ #undef TCL_SHLIB_EXT +/* The C stack grows upwards in memory */ +#undef TCL_STACK_GROWS_UP + /* Are we building with threads enabled? */ #undef TCL_THREADS -- cgit v0.12