diff options
author | das <das> | 2007-11-11 05:23:06 (GMT) |
---|---|---|
committer | das <das> | 2007-11-11 05:23:06 (GMT) |
commit | d80b7d2e0b8864a06c6a452217273f926ed47fa1 (patch) | |
tree | 9a90046b3563cbabb37252c6d80488d17995d0a8 /unix | |
parent | 6192ace1c653e9fcb01d25da184291bd40ddd5b2 (diff) | |
download | tcl-d80b7d2e0b8864a06c6a452217273f926ed47fa1.zip tcl-d80b7d2e0b8864a06c6a452217273f926ed47fa1.tar.gz tcl-d80b7d2e0b8864a06c6a452217273f926ed47fa1.tar.bz2 |
autoheader-2.59
Diffstat (limited to 'unix')
-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 |