diff options
-rw-r--r-- | unix/tclConfig.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |